Home
last modified time | relevance | path

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

12

/drivers/usb/host/
A Dxhci-mtk-sch.c293 u32 ep_type; in setup_sch_info() local
315 sch_ep->ep_type = ep_type; in setup_sch_info()
351 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
357 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
391 if (ep_type == ISOC_OUT_EP) { in setup_sch_info()
450 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in get_fs_bw()
484 if (sch_ep->ep_type == INT_OUT_EP) in check_ls_budget_microframes()
512 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in check_fs_budget_microframes()
653 } else if (sch_ep->ep_type == ISOC_IN_EP || sch_ep->ep_type == INT_IN_EP) { in check_isoc_ss_overlap()
742 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in update_sch_tt()
[all …]
A Dxhci-mtk.h107 u32 ep_type; member
A Dxhci-mem.c1553 unsigned int ep_type; in xhci_update_bw_info() local
1572 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1575 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
1576 ep_type != ISOC_IN_EP && in xhci_update_bw_info()
1577 ep_type != INT_IN_EP) in xhci_update_bw_info()
1593 bw_info->type = ep_type; in xhci_update_bw_info()
/drivers/dma/ti/
A Dk3-psil-am62a.c14 .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, \
A Dk3-psil-j721s2.c14 .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, \
A Dk3-psil-am62.c14 .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, \
A Dk3-psil-j7200.c15 .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, \
A Dk3-psil-am62p.c14 .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, \
A Dk3-psil-j721e.c15 .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, \
A Dk3-psil-j784s4.c14 .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, \
A Dk3-psil-am64.c15 .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, \
A Dk3-psil-am654.c15 .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, \
A Dk3-udma.c261 enum psil_endpoint_type ep_type; member
767 if (uc->config.ep_type != PSIL_EP_NATIVE) in udma_decrement_byte_counters()
887 if (uc->config.ep_type == PSIL_EP_NATIVE) in udma_chan_needs_reconfiguration()
925 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start()
960 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start()
1069 if (uc->config.ep_type == PSIL_EP_NATIVE || in udma_is_desc_really_done()
1992 if (uc->config.ep_type == PSIL_EP_PDMA_XY && in udma_tisci_tx_channel_config()
3169 if (uc->config.ep_type != PSIL_EP_PDMA_XY) in udma_configure_statictr()
4209 ucc->ep_type = ep_config->ep_type; in udma_dma_filter_fn()
4220 if (ucc->ep_type != PSIL_EP_NATIVE) { in udma_dma_filter_fn()
[all …]
/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_enc_cfg.c142 .ep_type = stream->link->ep_type}, in add_link_enc_assignment()
219 lhs->ep_type == rhs->ep_type) in are_ep_ids_equal()
235 .ep_type = link->ep_type}; in get_link_enc_used_by_link()
384 if (stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in link_enc_cfg_link_encs_assign()
412 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign()
413 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign()
425 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign()
426 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign()
506 .ep_type = link->ep_type}; in link_enc_cfg_get_link_enc_used_by_link()
580 .ep_type = stream->link->ep_type}; in link_enc_cfg_get_link_enc_used_by_stream_current()
[all …]
/drivers/usb/dwc2/
A Dhcd.h96 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()
A Dhcd_ddma.c47 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()
769 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc()
823 switch (chan->ep_type) { in dwc2_hcd_start_xfer_ddma()
[all …]
A Dhcd_intr.c517 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle()
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()
1392 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_nyet_intr()
1393 chan->ep_type == USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_nyet_intr()
1432 if (qh->ep_type != USB_ENDPOINT_XFER_ISOC || in dwc2_hc_nyet_intr()
1501 if (chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_babble_intr()
1819 chan->ep_type == USB_ENDPOINT_XFER_BULK)) { in dwc2_hc_chhltd_intr_dma()
1917 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_chhltd_intr_dma()
[all …]
A Dhcd.c500 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints()
697 chan->ep_type); in dwc2_hc_init()
2372 chan->ep_type = USB_ENDPOINT_XFER_BULK; in dwc2_hc_init_xfer()
2376 chan->ep_type = USB_ENDPOINT_XFER_INT; in dwc2_hc_init_xfer()
2380 chan->ep_type = USB_ENDPOINT_XFER_ISOC; in dwc2_hc_init_xfer()
3845 urb->pipe_info.pipe_type = ep_type; in dwc2_hcd_urb_set_pipeinfo()
4622 u8 ep_type = 0; in _dwc2_hcd_urb_enqueue() local
4677 ep_type = USB_ENDPOINT_XFER_CONTROL; in _dwc2_hcd_urb_enqueue()
4680 ep_type = USB_ENDPOINT_XFER_ISOC; in _dwc2_hcd_urb_enqueue()
4683 ep_type = USB_ENDPOINT_XFER_BULK; in _dwc2_hcd_urb_enqueue()
[all …]
A Dhcd_queue.c760 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split()
809 if (qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_uframe_schedule_split()
1446 u8 ep_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_qh_init() local
1448 bool ep_is_isoc = (ep_type == USB_ENDPOINT_XFER_ISOC); in dwc2_qh_init()
1449 bool ep_is_int = (ep_type == USB_ENDPOINT_XFER_INT); in dwc2_qh_init()
1463 qh->ep_type = ep_type; in dwc2_qh_init()
1532 switch (qh->ep_type) { in dwc2_qh_init()
1771 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
/drivers/usb/common/
A Dcommon.c35 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()
/drivers/gpu/drm/amd/display/dc/link/
A Dlink_detection.c183 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in link_detect_sink_signal_type()
693 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in apply_dpia_mst_dsc_always_on_wa()
701 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in apply_dpia_mst_dsc_always_on_wa()
714 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in revert_dpia_mst_dsc_always_on_wa()
806 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in verify_link_capability_non_destructive()
837 (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in should_verify_link_capability_destructively()
976 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in detect_link_and_local_sink()
1008 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in detect_link_and_local_sink()
1255 if (link->ep_type != DISPLAY_ENDPOINT_PHY) { in link_detect_connection_type()
A Dlink_dpms.c128 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in link_blank_dp_stream()
699 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in update_psp_stream_config()
708 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in update_psp_stream_config()
717 config.usb4_enabled = (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) ? in update_psp_stream_config()
2070 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in enable_link_dp()
2558 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->is_hpd_pending) { in link_set_dpms_on()
/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_dp_training.c535 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in dp_get_eq_aux_rd_interval()
550 return (status != DC_OK && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA); in dp_check_dpcd_reqeust_status()
784 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->dc->debug.dpia_debug.bits.force_non_lttpr) in override_training_settings()
962 …if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && repeater_cnt > 0 && repeater_cnt < MAX_REPEATER… in configure_lttpr_mode_non_transparent()
1108 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in dpcd_set_link_settings()
1249 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in dpcd_set_lt_pattern_and_lane_settings()
1596 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in dp_perform_link_training()
1675 if (!link->dc->config.consolidated_dpia_dp_lt && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in perform_link_training_with_retries()
1707 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in perform_link_training_with_retries()
1719 if (link->ep_type == DISPLAY_ENDPOINT_PHY) { in perform_link_training_with_retries()
/drivers/usb/cdns3/
A Dcdnsp-debug.h543 u8 max_pstr, ep_state, interval, ep_type, burst, cerr, mult; in cdnsp_decode_ep_context() local
559 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context()
576 cdnsp_ep_type_string(ep_type), hid ? "HID" : "", in cdnsp_decode_ep_context()
/drivers/usb/gadget/udc/
A Dfsl_udc_core.c407 unsigned char ep_type) in dr_ep_setup() argument
417 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup()
424 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup()
480 unsigned char dir, unsigned char ep_type, in struct_ep_qh_setup() argument
488 switch (ep_type) { in struct_ep_qh_setup()
503 dev_vdbg(&udc->gadget.dev, "error ep type is %d\n", ep_type); in struct_ep_qh_setup()

Completed in 79 milliseconds

12