Searched defs:hid_statep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c75 static void *hid_statep; variable
258 if (((rval = ddi_soft_state_init(&hid_statep, sizeof (hid_state_t),
265 ddi_soft_state_fini(&hid_statep);
282 ddi_soft_state_fini(&hid_statep);
311 if ((hidp = ddi_get_soft_state(hid_statep, instance)) != NULL) {
357 hidp = ddi_get_soft_state(hid_statep, instance);
368 if (ddi_soft_state_zalloc(hid_statep, instance) == DDI_SUCCESS) {
369 hidp = ddi_get_soft_state(hid_statep, instance);
741 hidp = ddi_get_soft_state(hid_statep, instance);
783 hidp = ddi_get_soft_state(hid_statep, instanc
3021 hid_pm_busy_component(hid_state_t *hid_statep) argument
3051 hid_pm_idle_component(hid_state_t *hid_statep) argument
[all...]

Completed in 62 milliseconds