Home
last modified time | relevance | path

Searched refs:hpc3130_unit_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c141 hpc3130_unit_t *hpc3130soft_statep;
149 static int hpc3130_cpu_init(hpc3130_unit_t *, int, i2c_client_hdl_t);
159 static int hpc3130_get(intptr_t, int, hpc3130_unit_t *, int);
160 static int hpc3130_set(intptr_t, int, hpc3130_unit_t *, int);
164 static int hpc3130_verify_slot_power(hpc3130_unit_t *, i2c_client_hdl_t,
245 sizeof (hpc3130_unit_t), 4); in _init()
271 hpc3130_unit_t *unitp; in hpc3130_open()
281 unitp = (hpc3130_unit_t *) in hpc3130_open()
313 hpc3130_unit_t *unitp; in hpc3130_close()
318 unitp = (hpc3130_unit_t *) in hpc3130_close()
[all …]
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h234 typedef struct hpc3130_unit hpc3130_unit_t; typedef