Home | History | Annotate | Download | only in usb

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 *);
177 static usbd_status
191 static usbd_status
206 static void
217 static int ustir_match(device_t, cfdata_t, void *);
218 static void ustir_attach(device_t, device_t, void *);
219 static void ustir_childdet(device_t, device_t);
220 static int ustir_detach(device_t, int);
221 static int ustir_activate(device_t, enum devact);
226 static int
240 static void
314 static void
323 static int
388 static int
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
1055 static void
1067 static int
1076 static void
1088 static int
1097 static const struct filterops ustirread_filtops = {
1104 static const struct filterops ustirwrite_filtops = {
1111 Static int
1141 Static int ustir_ioctl(void *h, u_long cmd, void *addr, int flag, struct lwp *l)
1221 Static int
1290 Static int
1314 Static int