Home
last modified time | relevance | path

Searched refs:slot_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c165 ASSERT(slhandle == cbp->slot_handle); in cardbus_init_hotplug()
168 "cardbus_init_hotplug: slot_handle 0x%p", cbp->slot_handle); in cardbus_init_hotplug()
234 if ((rv = hpc_nexus_connect(cbp->slot_handle, in cardbus_event_handler()
487 if (cbp->slot_handle != NULL) { in cardbus_new_slot_state()
513 cbp->slot_handle = hdl; in cardbus_new_slot_state()
576 cbp->slot_handle = NULL; in cardbus_new_slot_state()
678 if (cbp->slot_handle == NULL || cbp->disabled) { in cardbus_configure_ap()
717 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
727 if (hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
778 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
[all …]
H A Dcardbus.h81 hpc_slot_t slot_handle; /* HPS slot handle */ member
H A Dcardbus.c610 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
612 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
614 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
693 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
695 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
697 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c190 hpc_slot_t slot_handle; member
509 slotp->slot_handle = (hpc_slot_t)slotp; in hpc_slot_register()
565 if ((slotp == NULL) || slotp->slot_handle != *handlep) in hpc_slot_unregister()
680 ASSERT(slotp == slotp->slot_handle); in hpc_install_event_handler()
699 ASSERT(slotp == slotp->slot_handle); in hpc_remove_event_handler()
721 ASSERT(slotp == slotp->slot_handle); in hpc_slot_event_notify()