Searched refs:usb_device (Results 1 – 7 of 7) sorted by relevance
/include/linux/usb/ |
D | hcd.h | 288 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); 290 void (*free_dev)(struct usb_hcd *, struct usb_device *); 292 int (*alloc_streams)(struct usb_hcd *hcd, struct usb_device *udev, 298 int (*free_streams)(struct usb_hcd *hcd, struct usb_device *udev, 313 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, 316 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, 323 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); 331 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); 333 int (*address_device)(struct usb_hcd *, struct usb_device *udev); 337 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, [all …]
|
D | input.h | 17 usb_to_input_id(const struct usb_device *dev, struct input_id *id) in usb_to_input_id()
|
D | usbnet.h | 28 struct usb_device *udev;
|
D | serial.h | 153 struct usb_device *dev;
|
/include/linux/ |
D | usb.h | 25 struct usb_device; 340 struct usb_device *root_hub; /* Root hub */ 447 struct usb_device { struct 459 struct usb_device *parent; argument 504 struct usb_device **children; argument 521 #define to_usb_device(d) container_of(d, struct usb_device, dev) argument 523 static inline struct usb_device *interface_to_usbdev(struct usb_interface *intf) in interface_to_usbdev() 528 extern struct usb_device *usb_get_dev(struct usb_device *dev); 529 extern void usb_put_dev(struct usb_device *dev); 535 extern int usb_lock_device_for_reset(struct usb_device *udev, [all …]
|
/include/video/ |
D | udlfb.h | 36 struct usb_device *udev;
|
/include/drm/ |
D | drmP.h | 1185 struct usb_device *usbdev;
|