u2_sel           3849 drivers/usb/core/hub.c 	unsigned long long u2_sel;
u2_sel           3859 drivers/usb/core/hub.c 	u2_sel = DIV_ROUND_UP(udev->u2_params.sel, 1000);
u2_sel           3874 drivers/usb/core/hub.c 			 (u2_sel > USB3_LPM_MAX_U2_SEL_PEL ||
u2_sel           3892 drivers/usb/core/hub.c 	if (u2_sel > USB3_LPM_MAX_U2_SEL_PEL)
u2_sel           3893 drivers/usb/core/hub.c 		u2_sel = USB3_LPM_MAX_U2_SEL_PEL;
u2_sel           3909 drivers/usb/core/hub.c 	sel_values->u2_sel = cpu_to_le16(u2_sel);
u2_sel            172 drivers/usb/mtu3/mtu3_gadget_ep0.c 		sel.u1_sel, sel.u1_pel, sel.u2_sel, sel.u2_pel);
u2_sel           1207 include/uapi/linux/usb/ch9.h 	__le16	u2_sel;