Searched defs:pcf8574_unit (Results 1 – 2 of 2) sorted by relevance
55 struct pcf8574_unit { struct56 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];
295 struct pcf8574_unit { struct296 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 …]