Searched refs:hpc3130_slot_ops (Results 1 – 2 of 2) sorted by relevance
937 hpc3130_p->hpc3130_slot_ops = hpc_alloc_slot_ops(KM_SLEEP); in hpc3130_do_attach()938 hpc3130_p->hpc3130_slot_ops->hpc_version = 0; in hpc3130_do_attach()940 hpc3130_p->hpc3130_slot_ops->hpc_op_connect = hpc3130_slot_connect; in hpc3130_do_attach()941 hpc3130_p->hpc3130_slot_ops->hpc_op_disconnect = in hpc3130_do_attach()943 hpc3130_p->hpc3130_slot_ops->hpc_op_insert = hpc3130_slot_insert; in hpc3130_do_attach()944 hpc3130_p->hpc3130_slot_ops->hpc_op_remove = hpc3130_slot_remove; in hpc3130_do_attach()945 hpc3130_p->hpc3130_slot_ops->hpc_op_control = hpc3130_slot_control; in hpc3130_do_attach()972 hpc3130_p->hpc3130_slot_ops, in hpc3130_do_attach()998 hpc_free_slot_ops(hpc3130_p->hpc3130_slot_ops); in hpc3130_do_attach()1057 hpc_free_slot_ops(hpc3130_p->hpc3130_slot_ops); in hpc3130_do_detach()
152 hpc_slot_ops_t *hpc3130_slot_ops; member