Searched refs:pcf8584_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c60 static void pcf8584_acquire(pcf8584_t *, dev_info_t *dip,
62 static void pcf8584_release(pcf8584_t *, boolean_t force);
70 static void pcf8584_select_bus(pcf8584_t *i2c);
72 static void pcf8584_put_s1(pcf8584_t *i2c, char cmd);
73 static void pcf8584_put_s0(pcf8584_t *i2c, char data);
74 static uint8_t pcf8584_get_s0(pcf8584_t *i2c);
75 static uint8_t pcf8584_get_s1(pcf8584_t *i2c);
76 static int pcf8584_bbn_ready(pcf8584_t *i2c);
77 static int pcf8584_error(int status, uint8_t rdwr, pcf8584_t *i2c);
78 static void pcf8584_monitor_mode(pcf8584_t *i2
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h150 } pcf8584_t; typedef in typeref:struct:pcf8584

Completed in 265 milliseconds