Lines Matching +full:0 +full:x0107

13 #define TEST_SE0_NAK_PID			0x0101
14 #define TEST_J_PID 0x0102
15 #define TEST_K_PID 0x0103
16 #define TEST_PACKET_PID 0x0104
17 #define TEST_HS_HOST_PORT_SUSPEND_RESUME 0x0106
18 #define TEST_SINGLE_STEP_GET_DEV_DESC 0x0107
19 #define TEST_SINGLE_STEP_SET_FEATURE 0x0108
33 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
37 NULL, 0, 1000); in ehset_probe()
40 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
44 NULL, 0, 1000); in ehset_probe()
47 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
51 NULL, 0, 1000); in ehset_probe()
54 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
58 NULL, 0, 1000); in ehset_probe()
63 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
66 NULL, 0, 1000); in ehset_probe()
67 if (ret < 0) in ehset_probe()
71 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
74 NULL, 0, 1000); in ehset_probe()
83 ret = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in ehset_probe()
85 USB_DT_DEVICE << 8, 0, in ehset_probe()
103 ret = usb_control_msg(hub_udev, usb_sndctrlpipe(hub_udev, 0), in ehset_probe()
107 NULL, 0, 60 * 1000); in ehset_probe()
111 dev_err(&intf->dev, "%s: unsupported PID: 0x%x\n", in ehset_probe()
115 return (ret < 0) ? ret : 0; in ehset_probe()
123 { USB_DEVICE(0x1a0a, TEST_SE0_NAK_PID) },
124 { USB_DEVICE(0x1a0a, TEST_J_PID) },
125 { USB_DEVICE(0x1a0a, TEST_K_PID) },
126 { USB_DEVICE(0x1a0a, TEST_PACKET_PID) },
127 { USB_DEVICE(0x1a0a, TEST_HS_HOST_PORT_SUSPEND_RESUME) },
128 { USB_DEVICE(0x1a0a, TEST_SINGLE_STEP_GET_DEV_DESC) },
129 { USB_DEVICE(0x1a0a, TEST_SINGLE_STEP_SET_FEATURE) },