Home
last modified time | relevance | path

Searched refs:hidg_hs_out_ep_desc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_hid.c222 static struct usb_endpoint_descriptor hidg_hs_out_ep_desc = { variable
235 (struct usb_descriptor_header *)&hidg_hs_out_ep_desc,
1220 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1232 hidg_hs_out_ep_desc.bEndpointAddress = in hidg_bind()
1244 hidg_hs_out_ep_desc.bInterval = 4; in hidg_bind()
1248 hidg_hs_out_ep_desc.bInterval = hidg->interval; in hidg_bind()