u1_sel           3847 drivers/usb/core/hub.c 	unsigned long long u1_sel;
u1_sel           3857 drivers/usb/core/hub.c 	u1_sel = DIV_ROUND_UP(udev->u1_params.sel, 1000);
u1_sel           3871 drivers/usb/core/hub.c 				(u1_sel > USB3_LPM_MAX_U1_SEL_PEL ||
u1_sel           3877 drivers/usb/core/hub.c 				usb3_lpm_names[state], u1_sel, u1_pel);
u1_sel           3886 drivers/usb/core/hub.c 	if (u1_sel > USB3_LPM_MAX_U1_SEL_PEL)
u1_sel           3887 drivers/usb/core/hub.c 		u1_sel = USB3_LPM_MAX_U1_SEL_PEL;
u1_sel           3907 drivers/usb/core/hub.c 	sel_values->u1_sel = u1_sel;
u1_sel            172 drivers/usb/mtu3/mtu3_gadget_ep0.c 		sel.u1_sel, sel.u1_pel, sel.u2_sel, sel.u2_pel);
u1_sel           1205 include/uapi/linux/usb/ch9.h 	__u8	u1_sel;