Searched refs:pcf8574_set (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | pcf8574.c | 46 static int pcf8574_set(struct pcf8574_unit *, uchar_t); 254 pcf8574_set(struct pcf8574_unit *unitp, uchar_t byte) { function 261 D2CMN_ERR((CE_WARN, "%s: Failed in pcf8574_set " 274 D2CMN_ERR((CE_WARN, "%s: Failed in the pcf8574_set" 356 err = pcf8574_set(unitp, ioctl_port.value); 359 " pcf8574_set routine\n", 440 err = pcf8574_set(unitp, byte); 443 " pcf8574_set routine\n",
|
/illumos-gate/usr/src/uts/sun4u/littleneck/io/ |
H A D | pcf8574_lneck.c | 48 static int pcf8574_set(struct pcf8574_unit *, uchar_t); 266 pcf8574_set(struct pcf8574_unit *unitp, uchar_t byte) { function 273 D2CMN_ERR((CE_WARN, "%s: Failed in pcf8574_set " 287 D2CMN_ERR((CE_WARN, "%s: Failed in the pcf8574_set" 368 err = pcf8574_set(unitp, ioctl_port.value); 371 " pcf8574_set routine\n", 452 err = pcf8574_set(unitp, byte); 455 " pcf8574_set routine\n",
|
Completed in 45 milliseconds