Searched refs:usb_device (Results 1 – 13 of 13) sorted by relevance
/include/linux/usb/ |
D | of.h | 15 struct usb_device; 22 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1); 23 bool usb_of_has_combined_node(struct usb_device *udev); 24 struct device_node *usb_of_get_interface_node(struct usb_device *udev, 43 usb_of_get_device_node(struct usb_device *hub, int port1) in usb_of_get_device_node() 47 static inline bool usb_of_has_combined_node(struct usb_device *udev) in usb_of_has_combined_node() 52 usb_of_get_interface_node(struct usb_device *udev, u8 config, u8 ifnum) in usb_of_get_interface_node()
|
D | hcd.h | 349 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); 351 void (*free_dev)(struct usb_hcd *, struct usb_device *); 353 int (*alloc_streams)(struct usb_hcd *hcd, struct usb_device *udev, 359 int (*free_streams)(struct usb_hcd *hcd, struct usb_device *udev, 374 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, 377 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, 384 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); 392 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); 394 int (*address_device)(struct usb_hcd *, struct usb_device *udev); 396 int (*enable_device)(struct usb_hcd *, struct usb_device *udev); [all …]
|
D | ezusb.h | 5 extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit); 6 extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev,
|
D | input.h | 18 usb_to_input_id(const struct usb_device *dev, struct input_id *id) in usb_to_input_id()
|
D | usbnet.h | 31 struct usb_device *udev;
|
D | serial.h | 148 struct usb_device *dev;
|
/include/linux/ |
D | usb.h | 27 struct usb_device; 465 struct usb_device *root_hub; /* Root hub */ 652 struct usb_device { struct 666 struct usb_device *parent; argument 738 #define to_usb_device(d) container_of(d, struct usb_device, dev) argument 740 static inline struct usb_device *interface_to_usbdev(struct usb_interface *intf) in interface_to_usbdev() 745 extern struct usb_device *usb_get_dev(struct usb_device *dev); 746 extern void usb_put_dev(struct usb_device *dev); 747 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev, 767 extern int usb_lock_device_for_reset(struct usb_device *udev, [all …]
|
D | rtsx_usb.h | 54 struct usb_device *pusb_dev;
|
/include/media/ |
D | media-dev-allocator.h | 20 struct usb_device; 38 struct media_device *media_device_usb_allocate(struct usb_device *udev, 56 struct usb_device *udev, const char *module_name, in media_device_usb_allocate()
|
D | media-device.h | 186 struct usb_device; 436 struct usb_device *udev, 475 struct usb_device *udev, in __media_device_usb_init()
|
D | v4l2-mc.h | 19 struct usb_device;
|
/include/linux/mfd/ |
D | viperboard.h | 99 struct usb_device *usb_dev; /* the usb device for this device */
|
/include/video/ |
D | udlfb.h | 36 struct usb_device *udev;
|