Searched refs:usb_interface (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/sys/dev/usb/
H A Dusb_debug.h51 struct usb_interface;
56 void usb_dump_iface(struct usb_interface *iface);
H A Dusb_compat_linux.h32 struct usb_interface;
58 int (*probe) (struct usb_interface *intf,
61 void (*disconnect) (struct usb_interface *intf);
63 int (*ioctl) (struct usb_interface *intf, unsigned int code,
66 int (*suspend) (struct usb_interface *intf, pm_message_t message);
67 int (*resume) (struct usb_interface *intf);
71 void (*shutdown) (struct usb_interface *intf);
287 const struct usb_interface *intf, uint8_t alt_index);
288 struct usb_interface *usb_ifnum_to_if(struct usb_device *dev, uint8_t iface_no);
292 void *usbd_get_intfdata(struct usb_interface *int
[all...]
H A Dusb_device.h190 struct usb_interface *ifaces;
192 struct usb_interface ifaces[USB_IFACE_MAX];
265 struct usb_interface *linux_iface_start;
266 struct usb_interface *linux_iface_end;
H A Dusbdi.h33 struct usb_interface;
171 struct usb_interface { struct
393 struct usb_interface *iface; /* current interface */
481 struct usb_interface *usbd_get_iface(struct usb_device *udev,
484 struct usb_interface *iface);
516 uint8_t usbd_get_interface_altindex(struct usb_interface *iface);
H A Dusb_dev.h57 struct usb_interface *iface;
H A Dusb_compat_linux.c73 struct usb_interface *sc_ui;
96 struct usb_interface *);
327 * this Linux "usb_interface", hence they will most likely not be
749 struct usb_interface *p_ui = usb_ifnum_to_if(dev, iface_no);
869 struct usb_interface *p_ui = NULL;
1038 struct usb_interface *ui;
1088 * index given a "usb_interface" pointer. If the alternate setting by
1094 usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index)
1108 struct usb_interface *
1111 struct usb_interface *p_u
[all...]
H A Dusb_device.c734 struct usb_interface *iface;
948 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1181 struct usb_interface *iface;
1236 struct usb_interface *iface;
1321 struct usb_interface *iface;
1367 struct usb_interface *iface;
1507 struct usb_interface *iface;
2229 struct usb_interface *
2232 struct usb_interface *iface = udev->ifaces + iface_index;
2261 struct usb_interface *ifac
[all...]
H A Dusb_util.c75 struct usb_interface *iface;
H A Dusb_handle_request.c192 struct usb_interface *iface, uint8_t alt_index)
221 struct usb_interface *iface;
222 struct usb_interface *iface_parent; /* parent interface */
H A Dusb_debug.c129 usb_dump_iface(struct usb_interface *iface)
H A Dusb_request.c1391 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1417 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1748 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1777 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1805 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1833 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
1861 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
H A Dusb_generic.c764 struct usb_interface *iface;
1702 struct usb_interface *iface;
2077 struct usb_interface *iface;
H A Dusb_hid.c811 struct usb_interface *iface = usbd_get_iface(udev, iface_index);
H A Dusb_hub.c1572 struct usb_interface *iface;
1644 struct usb_interface *iface;
H A Dusb_msctest.c502 struct usb_interface *iface;
/freebsd-10.1-release/lib/libusb/
H A Dusb.h139 struct usb_interface { struct
157 struct usb_interface *interface;
H A Dlibusb01.c100 struct usb_interface *currifcw;
406 struct usb_interface *bifc;
/freebsd-10.1-release/sys/dev/usb/net/
H A Duhso.c448 static int uhso_attach_muxserial(struct uhso_softc *, struct usb_interface *,
450 static int uhso_attach_bulkserial(struct uhso_softc *, struct usb_interface *,
452 static int uhso_attach_ifnet(struct uhso_softc *, struct usb_interface *,
724 struct usb_interface *iface;
888 struct usb_interface *iface;
1032 uhso_attach_muxserial(struct uhso_softc *sc, struct usb_interface *iface,
1261 uhso_attach_bulkserial(struct uhso_softc *sc, struct usb_interface *iface,
1548 uhso_attach_ifnet(struct uhso_softc *sc, struct usb_interface *iface, int type)
H A Dif_usie.c229 struct usb_interface *iface;
291 struct usb_interface *iface;
H A Dif_cdce.c498 struct usb_interface *iface;
/freebsd-10.1-release/sys/dev/usb/serial/
H A Dugensa.c191 struct usb_interface *iface;
H A Dumodem.c360 struct usb_interface *iface;
428 struct usb_interface *iface;
H A Du3g.c705 struct usb_interface *iface;
831 struct usb_interface *iface;
H A Dufoma.c1031 struct usb_interface *iface;
H A Duplcom.c354 struct usb_interface *iface;

Completed in 123 milliseconds

12