Lines Matching refs:pxapcic_socket
99 static void gxpcic_socket_setup(struct pxapcic_socket *);
101 static u_int gxpcic_read(struct pxapcic_socket *, int);
102 static void gxpcic_write(struct pxapcic_socket *, int, u_int);
103 static void gxpcic_set_power(struct pxapcic_socket *, int);
104 static void gxpcic_clear_intr(struct pxapcic_socket *);
105 static void *gxpcic_intr_establish(struct pxapcic_socket *, int,
107 static void gxpcic_intr_disestablish(struct pxapcic_socket *, void *);
181 gxpcic_socket_setup(struct pxapcic_socket *so)
203 gxpcic_read(struct pxapcic_socket *so, int which)
225 gxpcic_write(struct pxapcic_socket *so, int which, u_int arg)
241 gxpcic_set_power(struct pxapcic_socket *__so, int arg)
252 gxpcic_clear_intr(struct pxapcic_socket *so)
259 gxpcic_intr_establish(struct pxapcic_socket *so, int level,
269 gxpcic_intr_disestablish(struct pxapcic_socket *so, void *ih)