Lines Matching defs:pckbport_slot_t
36 typedef int pckbport_slot_t;
46 int (*t_xt_translation)(void *, pckbport_slot_t, int);
47 int (*t_send_devcmd) (void *, pckbport_slot_t, u_char);
48 int (*t_poll_data1) (void *, pckbport_slot_t);
49 void (*t_slot_enable) (void *, pckbport_slot_t, int);
50 void (*t_intr_establish)(void *, pckbport_slot_t);
51 void (*t_set_poll) (void *, pckbport_slot_t, int);
74 pckbport_slot_t pa_slot;
81 void pckbport_set_inputhandler(pckbport_tag_t, pckbport_slot_t,
84 void pckbport_flush(pckbport_tag_t, pckbport_slot_t);
85 int pckbport_poll_cmd(pckbport_tag_t, pckbport_slot_t, const u_char *, int,
87 int pckbport_enqueue_cmd(pckbport_tag_t, pckbport_slot_t, const u_char *, int,
89 int pckbport_poll_data(pckbport_tag_t, pckbport_slot_t);
90 void pckbport_set_poll(pckbport_tag_t, pckbport_slot_t, int);
91 int pckbport_xt_translation(pckbport_tag_t, pckbport_slot_t, int);
92 void pckbport_slot_enable(pckbport_tag_t, pckbport_slot_t, int);
96 pckbport_slot_t);
99 device_t pckbport_attach_slot(device_t, pckbport_tag_t, pckbport_slot_t);
100 void pckbportintr(pckbport_tag_t, pckbport_slot_t, int);
103 int pckbport_machdep_cnattach(pckbport_tag_t, pckbport_slot_t);