Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c678 static dev_info_t *i8042_dip = NULL; in get_bus_dip() local
689 if (i8042_dip) in get_bus_dip()
690 return (i8042_dip); in get_bus_dip()
693 &i8042_dip); in get_bus_dip()
694 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, i8042_dip, in get_bus_dip()
696 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, i8042_dip, in get_bus_dip()
698 (void) ndi_prop_update_string(DDI_DEV_T_NONE, i8042_dip, in get_bus_dip()
700 (void) ndi_devi_bind_driver(i8042_dip, 0); in get_bus_dip()
701 return (i8042_dip); in get_bus_dip()
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c1536 alloc_kb_mouse(dev_info_t *i8042_dip, int nodes_needed) in alloc_kb_mouse() argument
1559 ndi_devi_alloc_sleep(i8042_dip, "mouse", in alloc_kb_mouse()
1578 ndi_devi_alloc_sleep(i8042_dip, "keyboard", in alloc_kb_mouse()