Home
last modified time | relevance | path

Searched defs:pcf8574_unit (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h55 struct pcf8574_unit { struct
56 kmutex_t pcf8574_mutex;
57 uint8_t pcf8574_flags;
58 int pcf8574_oflag;
59 i2c_client_hdl_t pcf8574_hdl;
60 char pcf8574_name[24];
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h295 struct pcf8574_unit { struct
296 kmutex_t umutex;
297 int instance;
298 dev_info_t *dip;
299 kcondvar_t pcf8574_cv;
300 i2c_transfer_t *i2c_tran;
301 i2c_client_hdl_t pcf8574_hdl;
302 char pcf8574_name[PCF8574_NAMELEN];
303 pcf8574_properties_t props;
304 uint8_t pcf8574_flags;
[all …]