Home
last modified time | relevance | path

Searched refs:pipe_type (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/dwc2/
A Dhcd.h143 u8 pipe_type; member
477 return pipe->pipe_type; in dwc2_hcd_get_pipe_type()
497 return pipe->pipe_type == USB_ENDPOINT_XFER_ISOC; in dwc2_hcd_is_pipe_isoc()
502 return pipe->pipe_type == USB_ENDPOINT_XFER_INT; in dwc2_hcd_is_pipe_int()
507 return pipe->pipe_type == USB_ENDPOINT_XFER_BULK; in dwc2_hcd_is_pipe_bulk()
512 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()
A Dhcd_intr.c964 int pipe_type; in dwc2_hc_xfercomp_intr() local
975 pipe_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_hc_xfercomp_intr()
979 if (pipe_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_xfercomp_intr()
999 switch (pipe_type) { in dwc2_hc_xfercomp_intr()
1096 int pipe_type; in dwc2_hc_stall_intr() local
1110 pipe_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_hc_stall_intr()
1112 if (pipe_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hc_stall_intr()
1115 if (pipe_type == USB_ENDPOINT_XFER_BULK || in dwc2_hc_stall_intr()
1116 pipe_type == USB_ENDPOINT_XFER_INT) { in dwc2_hc_stall_intr()
A Dhcd.c3845 urb->pipe_info.pipe_type = ep_type; in dwc2_hcd_urb_set_pipeinfo()
/drivers/usb/renesas_usbhs/
A Dpipe.h18 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member
107 #define usbhs_pipe_type(p) ((p)->pipe_type)
108 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_lm.c230 u32 pipe_type = 0, pipe_id = 0, rec_id = 0; in _set_staged_sspp() local
248 pipe_type = 0; in _set_staged_sspp()
251 pipe_type = 1; in _set_staged_sspp()
269 src_sel[i] = (((pipe_type & 0x3) << 6) | ((rec_id & 0x3) << 4) | (pipe_id & 0xf)); in _set_staged_sspp()
/drivers/gpu/drm/amd/display/dc/inc/
A Dresource.h244 enum pipe_type { enum
285 bool resource_is_pipe_type(const struct pipe_ctx *pipe_ctx, enum pipe_type type);
/drivers/media/platform/qcom/iris/
A Diris_platform_common.h31 enum pipe_type { enum
/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c1929 bool resource_is_pipe_type(const struct pipe_ctx *pipe_ctx, enum pipe_type type) in resource_is_pipe_type()

Completed in 38 milliseconds