Lines Matching defs:dev
55 struct usb_device *dev; /* USB hub device to scan */ member
82 static int usb_set_hub_depth(struct usb_device *dev, int depth) in usb_set_hub_depth()
93 static int usb_get_hub_descriptor(struct usb_device *dev, void *data, int size) in usb_get_hub_descriptor()
105 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature()
112 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature()
119 static int usb_get_hub_status(struct usb_device *dev, void *data) in usb_get_hub_status()
126 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status()
168 struct usb_device *dev; in usb_hub_power_on() local
272 static int usb_hub_port_reset(struct usb_device *dev, int port, in usb_hub_port_reset()
346 int usb_hub_port_connect_change(struct usb_device *dev, int port) in usb_hub_port_connect_change()
446 struct usb_device *dev; in usb_scan_port() local
608 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev) in usb_get_hub_device()
622 static int usb_hub_configure(struct usb_device *dev) in usb_hub_configure()
887 static int usb_hub_check(struct usb_device *dev, int ifnum) in usb_hub_check()
927 int usb_hub_probe(struct usb_device *dev, int ifnum) in usb_hub_probe()
946 static int usb_hub_post_probe(struct udevice *dev) in usb_hub_post_probe()