Lines Matching refs:Static
83 Static struct ustir_speedrec const ustir_speeds[USTIR_NSPEEDS] = {
149 Static int ustir_open(void *, int, int, struct lwp *);
150 Static int ustir_close(void *, int, int, struct lwp *);
151 Static int ustir_read(void *, struct uio *, int);
152 Static int ustir_write(void *, struct uio *, int);
153 Static int ustir_set_params(void *, struct irda_params *);
154 Static int ustir_get_speeds(void *, int *);
155 Static int ustir_get_turnarounds(void *, int *);
156 Static int ustir_poll(void *, int, struct lwp *);
157 Static int ustir_kqfilter(void *, struct knote *);
160 Static int ustir_ioctl(void *, u_long, void *, int, struct lwp *);
163 Static struct irframe_methods const ustir_methods = {
172 Static void ustir_rd_cb(struct usbd_xfer *, void *, usbd_status);
173 Static usbd_status ustir_start_read(struct ustir_softc *);
174 Static void ustir_periodic(struct ustir_softc *);
175 Static void ustir_thread(void *);
445 Static void
523 Static void
562 Static void
643 Static usbd_status
685 Static int
700 Static int
778 Static int
834 Static int
904 Static int
1023 Static int
1111 Static int
1141 Static int ustir_ioctl(void *h, u_long cmd, void *addr, int flag, struct lwp *l) in ustir_ioctl()
1221 Static int
1290 Static int
1314 Static int