Searched defs:pcf8591_unit (Results 1 – 2 of 2) sorted by relevance
42 struct pcf8591_unit { struct43 kmutex_t pcf8591_mutex;44 uint8_t pcf8591_flags;45 int pcf8591_oflag;46 i2c_client_hdl_t pcf8591_hdl;47 char pcf8591_name[24];
197 struct pcf8591_unit { struct198 int instance;199 kmutex_t umutex;200 dev_info_t *dip;201 kcondvar_t pcf8591_cv;202 uint8_t pcf8591_flags;203 uint8_t pcf8591_inprog;204 struct envctrl_temp temp_kstats;205 kstat_t *tempksp;206 uint_t attach_flag;[all …]