Lines Matching defs:dev
52 struct usb_device *dev; /* USB hub device to scan */ member
79 static int usb_set_hub_depth(struct usb_device *dev, int depth) in usb_set_hub_depth()
90 static int usb_get_hub_descriptor(struct usb_device *dev, void *data, int size) in usb_get_hub_descriptor()
102 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature()
109 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature()
116 static int usb_get_hub_status(struct usb_device *dev, void *data) in usb_get_hub_status()
123 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status()
165 struct usb_device *dev; in usb_hub_power_on() local
271 static int usb_hub_port_reset(struct usb_device *dev, int port, in usb_hub_port_reset()
345 int usb_hub_port_connect_change(struct usb_device *dev, int port) in usb_hub_port_connect_change()
438 struct usb_device *dev; in usb_scan_port() local
606 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev) in usb_get_hub_device()
620 static int usb_hub_configure(struct usb_device *dev) in usb_hub_configure()
885 static int usb_hub_check(struct usb_device *dev, int ifnum) in usb_hub_check()
925 int usb_hub_probe(struct usb_device *dev, int ifnum) in usb_hub_probe()
944 static int usb_hub_post_probe(struct udevice *dev) in usb_hub_post_probe()