Home
last modified time | relevance | path

Searched refs:ep_type (Results 1 - 25 of 81) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c154 .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 in link_enc_cfg_link_encs_assign()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H 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, \
H 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, \
H 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, \
H 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, \
H 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, \
H 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, \
H 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, \
H 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, \
/kernel/linux/linux-5.10/drivers/dma/ti/
H 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, \
H 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, \
H 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, \
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c237 u32 ep_type; in setup_sch_info() local
246 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
256 sch_ep->ep_type = ep_type; in setup_sch_info()
293 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
299 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
338 if (ep_type == ISOC_OUT_EP) { in setup_sch_info()
341 } else if (ep_type in setup_sch_info()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd.h63 * @ep_type: Endpoint type. One of the following values:
125 unsigned ep_type:2; member
261 * @ep_type: Endpoint type. One of the following values:
342 u8 ep_type; member
600 ((_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_BULK || \
601 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL)
611 return hc->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_hc()
612 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc()
617 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh()
618 qh->ep_type in dbg_qh()
[all...]
H A Dhcd_ddma.c77 return (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_max_desc_num()
93 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_alloc()
127 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_free()
254 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_update_frame_list()
358 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_init_ddma()
359 qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_hcd_qh_init_ddma()
406 if ((qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_free_ddma()
407 qh->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hcd_qh_free_ddma()
717 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc()
799 if (qh->ep_type in dwc2_init_non_isoc_dma_desc()
[all...]
H A Dhcd_intr.c511 if (xfer_length && chan->ep_type == USB_ENDPOINT_XFER_BULK && in dwc2_update_urb_state()
547 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle()
624 chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_update_isoc_urb_state()
767 switch (chan->ep_type) { in dwc2_release_channel()
824 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel()
825 chan->ep_type == USB_ENDPOINT_XFER_BULK) { in dwc2_halt_channel()
1017 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_hc_xfercomp_intr()
1251 !(chan->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_hc_nak_intr()
1329 if (chan->ep_type != USB_ENDPOINT_XFER_ISOC || chan->ep_is_in) { in dwc2_hc_ack_intr()
1405 if (chan->ep_is_in && chan->ep_type in dwc2_hc_nyet_intr()
[all...]
H A Dhcd.c464 dev_dbg(hsotg->dev, " ep_type: %d\n", chan->ep_type); in dwc2_dump_channel_info()
535 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints()
624 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_enable_dma_ints()
629 chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_enable_dma_ints()
635 if (chan->ep_type != USB_ENDPOINT_XFER_INT) in dwc2_hc_enable_dma_ints()
714 hcchar |= chan->ep_type << HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK; in dwc2_hc_init()
732 chan->ep_type); in dwc2_hc_init()
818 (chan->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hc_halt()
819 chan->ep_type in dwc2_hc_halt()
3812 dwc2_hcd_urb_set_pipeinfo(struct dwc2_hsotg *hsotg, struct dwc2_hcd_urb *urb, u8 dev_addr, u8 ep_num, u8 ep_type, u8 ep_dir, u16 maxp, u16 maxp_mult) dwc2_hcd_urb_set_pipeinfo() argument
4561 u8 ep_type = 0; _dwc2_hcd_urb_enqueue() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.h34 * @ep_type: Endpoint type. One of the following values:
96 unsigned ep_type:2; member
232 * @ep_type: Endpoint type. One of the following values:
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 in dbg_qh()
[all...]
H 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()
687 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc()
769 if (qh->ep_type in dwc2_init_non_isoc_dma_desc()
[all...]
H A Dhcd_intr.c481 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 in dwc2_hc_nyet_intr()
[all...]
H A Dhcd.c429 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 in dwc2_hc_halt()
3830 dwc2_hcd_urb_set_pipeinfo(struct dwc2_hsotg *hsotg, struct dwc2_hcd_urb *urb, u8 dev_addr, u8 ep_num, u8 ep_type, u8 ep_dir, u16 maxp, u16 maxp_mult) dwc2_hcd_urb_set_pipeinfo() argument
4617 u8 ep_type = 0; _dwc2_hcd_urb_enqueue() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c276 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()
/kernel/linux/linux-5.10/drivers/usb/common/
H A Dcommon.c30 * @ep_type: The endpoint type to return human-readable name for. If it's not
34 const char *usb_ep_type_string(int ep_type) in usb_ep_type_string() argument
36 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names)) in usb_ep_type_string()
39 return ep_type_names[ep_type]; in usb_ep_type_string()
/kernel/linux/linux-6.6/drivers/usb/common/
H A Dcommon.c31 * @ep_type: The endpoint type to return human-readable name for. If it's not
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c49 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()
428 if (!(link && DISPLAY_ENDPOINT_USB4_DPIA == link->ep_type in dpia_handle_usb4_bandwidth_allocation_for_link()

Completed in 20 milliseconds

1234