Searched defs:pcf8574_get (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | pcf8574.c | 45 static int pcf8574_get(struct pcf8574_unit *, uchar_t *); 221 pcf8574_get(struct pcf8574_unit *unitp, uchar_t *byte) { function 225 D1CMN_ERR((CE_WARN, "Entered the pcf8574_get routine\n")); 230 D2CMN_ERR((CE_WARN, "%s: Failed in pcf8574_get " 325 err = pcf8574_get(unitp, &byte); 328 " pcf8574_get routine\n", 383 err = pcf8574_get(unitp, &byte); 386 " pcf8574_get routine\n", 425 err = pcf8574_get(unitp, &byte); 428 " pcf8574_get routin [all...] |
/illumos-gate/usr/src/uts/sun4u/littleneck/io/ |
H A D | pcf8574_lneck.c | 47 static int pcf8574_get(struct pcf8574_unit *, uchar_t *); 232 pcf8574_get(struct pcf8574_unit *unitp, uchar_t *byte) { function 236 D1CMN_ERR((CE_WARN, "Entered the pcf8574_get routine\n")); 241 D2CMN_ERR((CE_WARN, "%s: Failed in pcf8574_get " 337 err = pcf8574_get(unitp, &byte); 340 " pcf8574_get routine\n", 395 err = pcf8574_get(unitp, &byte); 398 " pcf8574_get routine\n", 437 err = pcf8574_get(unitp, &byte); 440 " pcf8574_get routin [all...] |
Completed in 106 milliseconds