Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dmidi.c1279 struct snd_usb_midi_endpoint_info *ep_info, in snd_usbmidi_in_endpoint_create() argument
1302 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create()
1303 pipe = usb_rcvintpipe(umidi->dev, ep_info->in_ep); in snd_usbmidi_in_endpoint_create()
1305 pipe = usb_rcvbulkpipe(umidi->dev, ep_info->in_ep); in snd_usbmidi_in_endpoint_create()
1314 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create()
1318 ep, ep_info->in_interval); in snd_usbmidi_in_endpoint_create()
1327 ep_info->in_ep); in snd_usbmidi_in_endpoint_create()
1366 struct snd_usb_midi_endpoint_info *ep_info, in snd_usbmidi_out_endpoint_create() argument
1389 if (ep_info->out_interval) in snd_usbmidi_out_endpoint_create()
1390 pipe = usb_sndintpipe(umidi->dev, ep_info->out_ep); in snd_usbmidi_out_endpoint_create()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmv_udc.h252 #define EP_QUEUE_HEAD_MAX_PKT_LEN(ep_info) (((ep_info)>>16)&0x07ff) argument
H A Dfsl_usb2_udc.h387 #define EP_QUEUE_HEAD_MAX_PKT_LEN(ep_info) (((ep_info)>>16)&0x07ff) argument
H A Ddummy_hcd.c132 } ep_info[] = { variable
220 #define DUMMY_ENDPOINTS ARRAY_SIZE(ep_info)
1038 if (!ep_info[i].name) in init_dummy_udc_hw()
1040 ep->ep.name = ep_info[i].name; in init_dummy_udc_hw()
1041 ep->ep.caps = ep_info[i].caps; in init_dummy_udc_hw()
1812 if (!ep_info[i].name) in dummy_timer()
H A Dnet2280.h321 #define ep_info(ndev, fmt, args...) \ macro
H A Dat91_udc.c62 } ep_info[] = { variable
85 #define ep0name ep_info[0].name
1832 ep->ep.name = ep_info[i].name; in at91udc_probe()
1833 ep->ep.caps = ep_info[i].caps; in at91udc_probe()
H A Dpxa27x_udc.h497 #define ep_info(ep, fmt, arg...) \ macro
H A Dnet2280.c3605 ep_info(dev, "unbind\n"); in net2280_remove()
3770 ep_info(dev, "%s\n", driver_desc); in net2280_probe()
3771 ep_info(dev, "irq %d, pci mem %p, chip rev %04x\n", in net2280_probe()
3773 ep_info(dev, "version: " DRIVER_VERSION "; %s\n", in net2280_probe()
H A Dsnps_udc_core.c102 } ep_info[] = { variable
1541 ep->ep.name = ep_info[tmp].name; in udc_setup_endpoints()
1542 ep->ep.caps = ep_info[tmp].caps; in udc_setup_endpoints()
H A Dlpc32xx_udc.c192 #define ep_info(epp, fmt, arg...) \ macro
/OK3568_Linux_fs/u-boot/include/
H A Datf_common.h169 struct entry_point_info ep_info; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c150 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
293 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
296 le32_to_cpu(ep_ctx->ep_info)) << 16) | in setup_sch_info()
H A Dxhci-mem.c807 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in xhci_setup_streams_ep_input_ctx()
808 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in xhci_setup_streams_ep_input_ctx()
822 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx()
1589 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()
1615 ep_ctx->ep_info = 0; in xhci_endpoint_zero()
1670 le32_to_cpu(ep_ctx->ep_info)); in xhci_update_bw_info()
1676 le32_to_cpu(ep_ctx->ep_info)) + 1; in xhci_update_bw_info()
1703 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
H A Dxhci-dbgcap.c113 ep_ctx->ep_info = 0; in xhci_dbc_init_contexts()
120 ep_ctx->ep_info = 0; in xhci_dbc_init_contexts()
H A Dxhci-debugfs.c295 le32_to_cpu(ep_ctx->ep_info), in xhci_endpoint_context_show()
H A Dxhci-trace.h328 __entry->info = le32_to_cpu(ctx->ep_info);
H A Dxhci.h708 __le32 ep_info; member
732 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
H A Dxhci.c1464 ep_ctx->ep_info &= cpu_to_le32(~EP_STATE_MASK);/* must clear */ in xhci_check_maxpacket()
1987 ep_ctx->ep_info = 0; in xhci_zero_in_ctx()
H A Dxhci-ring.c3424 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info)); in check_interval()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddebugfs.c837 u64 ep_info; in dwc3_ep_info_register_show() local
849 ep_info = ((u64)upper_32_bits << 32) | lower_32_bits; in dwc3_ep_info_register_show()
850 seq_printf(s, "0x%016llx\n", ep_info); in dwc3_ep_info_register_show()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c680 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
H A Dxhci-ring.c622 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()
808 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
H A Dxhci.c582 ep_ctx[ep_index]->ep_info = in xhci_set_configuration()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h592 __le32 ep_info; member
/OK3568_Linux_fs/kernel/drivers/staging/emxx_udc/
H A Demxx_udc.c2967 } ep_info[NUM_ENDPOINTS] = { variable
3021 ep->ep.name = ep_info[i].name; in nbu2ss_drv_ep_init()
3022 ep->ep.caps = ep_info[i].caps; in nbu2ss_drv_ep_init()