Searched refs:hub_udev (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/misc/ |
H A D | ehset.c | 35 static int ehset_prepare_port_for_testing(struct usb_device *hub_udev, u16 portnum) in ehset_prepare_port_for_testing() argument 46 if (usb_device_match_id(hub_udev, ehset_hub_list)) { in ehset_prepare_port_for_testing() 47 ret = usb_control_msg_send(hub_udev, 0, USB_REQ_CLEAR_FEATURE, in ehset_prepare_port_for_testing() 60 ret = usb_control_msg_send(hub_udev, 0, USB_REQ_SET_FEATURE, in ehset_prepare_port_for_testing() 72 struct usb_device *hub_udev = dev->parent; in ehset_probe() local 79 ret = ehset_prepare_port_for_testing(hub_udev, portnum); in ehset_probe() 82 ret = usb_control_msg_send(hub_udev, 0, USB_REQ_SET_FEATURE, in ehset_probe() 88 ret = ehset_prepare_port_for_testing(hub_udev, portnum); in ehset_probe() 91 ret = usb_control_msg_send(hub_udev, 0, USB_REQ_SET_FEATURE, in ehset_probe() 97 ret = ehset_prepare_port_for_testing(hub_udev, portnum); in ehset_probe() [all …]
|