Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0002-fix-corstone1000-pass-spsr-value-explicitly.patch20 SET_STATIC_PARAM_HEAD(ep_info, PARAM_EP,
22 .ep_info.pc = BL33_BASE,
24 + .ep_info.spsr = SPSR_64(MODE_EL2, MODE_SP_ELX,
/openbmc/linux/sound/usb/
H A Dmidi.c1286 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create()
1298 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create()
1302 ep, ep_info->in_interval); in snd_usbmidi_in_endpoint_create()
1311 ep_info->in_ep); in snd_usbmidi_in_endpoint_create()
1373 if (ep_info->out_interval) in snd_usbmidi_out_endpoint_create()
1410 if (ep_info->out_interval) in snd_usbmidi_out_endpoint_create()
1414 &ep->urbs[i], ep_info->out_interval); in snd_usbmidi_out_endpoint_create()
1423 ep_info->out_ep); in snd_usbmidi_out_endpoint_create()
1434 if (ep_info->out_cables & (1 << i)) { in snd_usbmidi_out_endpoint_create()
2298 ep_info.out_interval = 0; in snd_usbmidi_create_endpoints_midiman()
[all …]
/openbmc/linux/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 Dnet2280.h322 #define ep_info(ndev, fmt, args...) \ macro
H A Ddummy_hcd.c132 } ep_info[] = { variable
220 #define DUMMY_ENDPOINTS ARRAY_SIZE(ep_info)
1050 if (!ep_info[i].name) in init_dummy_udc_hw()
1052 ep->ep.name = ep_info[i].name; in init_dummy_udc_hw()
1053 ep->ep.caps = ep_info[i].caps; in init_dummy_udc_hw()
1825 if (!ep_info[i].name) in dummy_timer()
H A Dat91_udc.c62 } ep_info[] = { variable
85 #define ep0name ep_info[0].name
1822 ep->ep.name = ep_info[i].name; in at91udc_probe()
1823 ep->ep.caps = ep_info[i].caps; in at91udc_probe()
H A Dpxa27x_udc.h493 #define ep_info(ep, fmt, arg...) \ macro
/openbmc/u-boot/include/
H A Datf_common.h139 struct entry_point_info ep_info; member
/openbmc/linux/sound/core/
H A Dump.c609 ump->info.version = (buf->ep_info.ump_version_major << 8) | in ump_handle_ep_info_msg()
610 buf->ep_info.ump_version_minor; in ump_handle_ep_info_msg()
611 ump->info.num_blocks = buf->ep_info.num_function_blocks; in ump_handle_ep_info_msg()
618 if (buf->ep_info.static_function_block) in ump_handle_ep_info_msg()
621 ump->info.protocol_caps = (buf->ep_info.protocol << 8) | in ump_handle_ep_info_msg()
622 buf->ep_info.jrts; in ump_handle_ep_info_msg()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c149 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
286 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
289 le32_to_cpu(ep_ctx->ep_info)) << 16) | in setup_sch_info()
H A Dxhci-mem.c716 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in xhci_setup_streams_ep_input_ctx()
717 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in xhci_setup_streams_ep_input_ctx()
731 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx()
1477 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()
1503 ep_ctx->ep_info = 0; in xhci_endpoint_zero()
1558 le32_to_cpu(ep_ctx->ep_info)); in xhci_update_bw_info()
1564 le32_to_cpu(ep_ctx->ep_info)) + 1; in xhci_update_bw_info()
1591 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.c296 le32_to_cpu(ep_ctx->ep_info), in xhci_endpoint_context_show()
H A Dxhci-trace.h322 __entry->info = le32_to_cpu(ctx->ep_info);
/openbmc/qemu/hw/usb/
H A Dredirect.c159 struct usb_redir_ep_info_header *ep_info);
1791 struct usb_redir_ep_info_header *ep_info) in usbredir_ep_info() argument
1798 dev->endpoint[i].type = ep_info->type[i]; in usbredir_ep_info()
1799 dev->endpoint[i].interval = ep_info->interval[i]; in usbredir_ep_info()
1800 dev->endpoint[i].interface = ep_info->interface[i]; in usbredir_ep_info()
1803 dev->endpoint[i].max_packet_size = ep_info->max_packet_size[i]; in usbredir_ep_info()
1808 dev->endpoint[i].max_streams = ep_info->max_streams[i]; in usbredir_ep_info()
1821 ep_info->max_packet_size[i] > 64) { in usbredir_ep_info()
1826 ep_info->max_packet_size[i] > 1024) { in usbredir_ep_info()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c679 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
H A Dxhci-ring.c621 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()
807 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
H A Dxhci.h591 __le32 ep_info; member
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c939 u64 ep_info; in dwc3_ep_info_register_show() local
956 ep_info = ((u64)upper_32_bits << 32) | lower_32_bits; in dwc3_ep_info_register_show()
957 seq_printf(s, "0x%016llx\n", ep_info); in dwc3_ep_info_register_show()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h640 __le32 ep_info; member
664 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
H A Dcdnsp-gadget.c463 ep_ctx->ep_info = 0; in cdnsp_zero_in_ctx()
753 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in cdnsp_setup_streams_ep_input_ctx()
754 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in cdnsp_setup_streams_ep_input_ctx()
H A Dcdnsp-mem.c996 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in cdnsp_endpoint_init()
1019 pep->in_ctx->ep_info = 0; in cdnsp_endpoint_zero()
/openbmc/linux/include/sound/
H A Dump_msg.h756 struct snd_ump_stream_msg_ep_info ep_info; member
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c2968 } ep_info[NUM_ENDPOINTS] = { variable
3022 ep->ep.name = ep_info[i].name; in nbu2ss_drv_ep_init()
3023 ep->ep.caps = ep_info[i].caps; in nbu2ss_drv_ep_init()

12