Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8591_impl.h42 struct pcf8591_unit { struct
43 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];
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h197 struct pcf8591_unit { struct
198 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 …]