Searched refs:t_ops (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pckbport/ |
H A D | pckbport.c | 108 return t->t_ops->t_poll_data1(t->t_cookie, slot); in pckbport_poll_data1() 115 return t->t_ops->t_send_devcmd(t->t_cookie, slot, val); in pckbport_send_devcmd() 124 ops == pckbport_cntag.t_ops) in pckbport_attach() 129 t->t_ops = ops; in pckbport_attach() 225 return t->t_ops->t_xt_translation(t->t_cookie, slot, on); in pckbport_xt_translation() 232 t->t_ops->t_slot_enable(t->t_cookie, slot, on); in pckbport_slot_enable() 240 t->t_ops->t_set_poll(t->t_cookie, slot, on); in pckbport_set_poll() 549 t->t_ops->t_intr_establish(t->t_cookie, slot); in pckbport_set_inputhandler() 588 t->t_ops = ops; in pckbport_cnattach()
|
H A D | pckbportvar.h | 67 struct pckbport_accessops const *t_ops; member
|