/openbmc/linux/drivers/dma/ti/ |
H A D | k3-psil-am62a.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_PDMA_XY, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-j721s2.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 22 .ep_type = PSIL_EP_PDMA_XY, \ 31 .ep_type = PSIL_EP_PDMA_XY, \ 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-am62.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 25 .ep_type = PSIL_EP_NATIVE, \ 40 .ep_type = PSIL_EP_NATIVE, \ 56 .ep_type = PSIL_EP_PDMA_XY, \ 66 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-j7200.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-j784s4.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 22 .ep_type = PSIL_EP_PDMA_XY, \ 31 .ep_type = PSIL_EP_PDMA_XY, \ 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \ 64 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-j721e.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \ 65 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-am64.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 25 .ep_type = PSIL_EP_PDMA_XY, \ 36 .ep_type = PSIL_EP_NATIVE, \ 51 .ep_type = PSIL_EP_NATIVE, \
|
H A D | k3-psil-am654.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_NATIVE, \ 43 .ep_type = PSIL_EP_NATIVE, \
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_enc_cfg.c | 154 .ep_type = stream->link->ep_type}, in add_link_enc_assignment() 231 lhs->ep_type == rhs->ep_type) in are_ep_ids_equal() 247 .ep_type = link->ep_type}; in get_link_enc_used_by_link() 394 if (stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in link_enc_cfg_link_encs_assign() 422 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign() 423 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign() 435 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign() 436 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign() 516 .ep_type = link->ep_type}; in link_enc_cfg_get_link_enc_used_by_link() 599 .ep_type = stream->link->ep_type}; in link_enc_cfg_get_link_enc_used_by_stream_current() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | designware_udc.c | 593 int ep_num, ep_type; in udc_setup_ep() local 624 ep_type = ENDP_EPTYPE_CNTL; in udc_setup_ep() 628 ep_type = ENDP_EPTYPE_BULK; in udc_setup_ep() 631 ep_type = ENDP_EPTYPE_INT; in udc_setup_ep() 634 ep_type = ENDP_EPTYPE_ISO; in udc_setup_ep() 665 writel((ep_type << 4) | ENDP_CNTL_RRDY, &in_p->endp_cntl); in udc_setup_ep() 670 if (ep_type == ENDP_EPTYPE_INT) { in udc_setup_ep() 674 (0 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() 680 (1 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() 687 (0 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() [all …]
|
H A D | dwc2_udc_otg_priv.h | 48 enum ep_type { enum 66 enum ep_type ep_type; member
|
H A D | aspeed_usbtty.c | 571 int ep_num, ep_addr, ep_isout, ep_type, ep_size; in udc_setup_ep() local 595 ep_type = ep_isout ? endpoint->rcv_attributes : endpoint->tx_attributes; in udc_setup_ep() 601 ep_type == USB_ENDPOINT_XFER_ISOC ? "isoc" : in udc_setup_ep() 602 ep_type == USB_ENDPOINT_XFER_BULK ? "bulk" : in udc_setup_ep() 603 ep_type == USB_ENDPOINT_XFER_INT ? "int" : "???", in udc_setup_ep() 614 switch (ep_type) { in udc_setup_ep()
|
H A D | pxa27x_udc.c | 526 int ep_num, ep_addr, ep_isout, ep_type, ep_size; in udc_setup_ep() local 559 ep_type = ep_isout ? endpoint->rcv_attributes : endpoint->tx_attributes; in udc_setup_ep() 565 ep_type == USB_ENDPOINT_XFER_ISOC ? "isoc" : in udc_setup_ep() 566 ep_type == USB_ENDPOINT_XFER_BULK ? "bulk" : in udc_setup_ep() 567 ep_type == USB_ENDPOINT_XFER_INT ? "int" : "???", in udc_setup_ep() 577 tmp |= (ep_type << UDCCONR_ET_S) & UDCCONR_ET; in udc_setup_ep()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.h | 96 unsigned ep_type:2; member 313 u8 ep_type; member 571 ((_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_BULK || \ 572 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL) 582 return hc->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_hc() 583 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc() 588 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh() 589 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
|
H A D | hcd_ddma.c | 47 return (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_max_desc_num() 63 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_alloc() 97 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_free() 224 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_update_frame_list() 328 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_init_ddma() 329 qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_hcd_qh_init_ddma() 376 if ((qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_free_ddma() 377 qh->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hcd_qh_free_ddma() 687 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc() 769 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc() [all …]
|
H A D | hcd_intr.c | 481 if (xfer_length && chan->ep_type == USB_ENDPOINT_XFER_BULK && in dwc2_update_urb_state() 517 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle() 594 chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_update_isoc_urb_state() 737 switch (chan->ep_type) { in dwc2_release_channel() 794 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel() 795 chan->ep_type == USB_ENDPOINT_XFER_BULK) { in dwc2_halt_channel() 987 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_hc_xfercomp_intr() 1221 !(chan->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_hc_nak_intr() 1299 if (chan->ep_type != USB_ENDPOINT_XFER_ISOC || chan->ep_is_in) { in dwc2_hc_ack_intr() 1375 if (chan->ep_is_in && chan->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hc_nyet_intr() [all …]
|
H A D | hcd.c | 429 dev_dbg(hsotg->dev, " ep_type: %d\n", chan->ep_type); in dwc2_dump_channel_info() 500 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints() 589 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_enable_dma_ints() 594 chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_enable_dma_ints() 600 if (chan->ep_type != USB_ENDPOINT_XFER_INT) in dwc2_hc_enable_dma_ints() 679 hcchar |= chan->ep_type << HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK; in dwc2_hc_init() 697 chan->ep_type); in dwc2_hc_init() 783 (chan->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hc_halt() 784 chan->ep_type == USB_ENDPOINT_XFER_INT)) { in dwc2_hc_halt() 869 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_halt() [all …]
|
H A D | hcd_queue.c | 796 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split() 845 if (qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_uframe_schedule_split() 1482 u8 ep_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_qh_init() local 1484 bool ep_is_isoc = (ep_type == USB_ENDPOINT_XFER_ISOC); in dwc2_qh_init() 1485 bool ep_is_int = (ep_type == USB_ENDPOINT_XFER_INT); in dwc2_qh_init() 1500 qh->ep_type = ep_type; in dwc2_qh_init() 1569 switch (qh->ep_type) { in dwc2_qh_init() 1808 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
|
/openbmc/linux/drivers/usb/common/ |
H A D | common.c | 35 const char *usb_ep_type_string(int ep_type) in usb_ep_type_string() argument 37 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names)) in usb_ep_type_string() 40 return ep_type_names[ep_type]; in usb_ep_type_string()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 521 bool smbios_validate_table(SmbiosEntryPointType ep_type, Error **errp) in smbios_validate_table() argument 523 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_32 && in smbios_validate_table() 669 SmbiosEntryPointType ep_type, in smbios_build_type_4_table() argument 677 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_64) { in smbios_build_type_4_table() 1036 static void smbios_entry_point_setup(SmbiosEntryPointType ep_type) in smbios_entry_point_setup() argument 1038 switch (ep_type) { in smbios_entry_point_setup() 1088 SmbiosEntryPointType ep_type, in smbios_get_tables_ep() argument 1099 assert(ep_type == SMBIOS_ENTRY_POINT_TYPE_32 || in smbios_get_tables_ep() 1100 ep_type == SMBIOS_ENTRY_POINT_TYPE_64); in smbios_get_tables_ep() 1117 smbios_build_type_4_table(ms, i, ep_type, errp); in smbios_get_tables_ep() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 276 u32 ep_type; in setup_sch_info() local 283 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 294 sch_ep->ep_type = ep_type; in setup_sch_info() 330 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info() 335 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info() 436 if (sch_ep->ep_type == ISOC_OUT_EP) { in check_sch_tt()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_dpia_bw.c | 49 return (tmp && DISPLAY_ENDPOINT_USB4_DPIA == tmp->ep_type in get_bw_alloc_proceed_flag() 172 dc_struct->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_lowest_dpia_index() 201 if (!dc->links[i] || dc->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_host_router_total_dp_tunnel_bw() 308 if (!(link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->hpd_status)) in link_dp_dpia_set_dptx_usb4_bw_alloc_support() 436 if (!(link && DISPLAY_ENDPOINT_USB4_DPIA == link->ep_type in dpia_handle_usb4_bandwidth_allocation_for_link()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_detection.c | 177 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in link_detect_sink_signal_type() 684 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in apply_dpia_mst_dsc_always_on_wa() 696 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in revert_dpia_mst_dsc_always_on_wa() 788 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in verify_link_capability_non_destructive() 816 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in should_verify_link_capability_destructively() 955 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in detect_link_and_local_sink() 988 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in detect_link_and_local_sink() 1229 if (link->ep_type != DISPLAY_ENDPOINT_PHY) { in link_detect_connection_type()
|
/openbmc/qemu/hw/i386/ |
H A D | fw_cfg.h | 27 SmbiosEntryPointType ep_type);
|
/openbmc/linux/include/linux/dma/ |
H A D | k3-psil.h | 64 enum psil_endpoint_type ep_type; member
|