Lines Matching defs:dev
49 struct usb_device *dev; /* USB hub device to scan */ member
76 static int usb_set_hub_depth(struct usb_device *dev, int depth) in usb_set_hub_depth()
87 static int usb_get_hub_descriptor(struct usb_device *dev, void *data, int size) in usb_get_hub_descriptor()
99 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature()
106 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature()
113 static int usb_get_hub_status(struct usb_device *dev, void *data) in usb_get_hub_status()
120 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status()
162 struct usb_device *dev; in usb_hub_power_on() local
268 static int usb_hub_port_reset(struct usb_device *dev, int port, in usb_hub_port_reset()
342 int usb_hub_port_connect_change(struct usb_device *dev, int port) in usb_hub_port_connect_change()
435 struct usb_device *dev; in usb_scan_port() local
603 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev) in usb_get_hub_device()
617 static int usb_hub_configure(struct usb_device *dev) in usb_hub_configure()
882 static int usb_hub_check(struct usb_device *dev, int ifnum) in usb_hub_check()
922 int usb_hub_probe(struct usb_device *dev, int ifnum) in usb_hub_probe()
941 static int usb_hub_post_probe(struct udevice *dev) in usb_hub_post_probe()