/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | acecad.c | 121 int pipe, maxp; in usb_acecad_probe() local 132 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress); in usb_acecad_probe() 133 maxp = usb_maxpacket(dev, pipe, usb_pipeout(pipe)); in usb_acecad_probe() 208 usb_fill_int_urb(acecad->irq, dev, pipe, in usb_acecad_probe()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | r8a66597.h | 56 struct r8a66597_pipe *pipe; member 209 struct r8a66597_pipe *pipe, u16 *buf, in r8a66597_write_fifo() 212 void __iomem *fifoaddr = r8a66597->reg + pipe->fifoaddr; in r8a66597_write_fifo() 238 r8a66597_bclr(r8a66597, MBW_16, pipe->fifosel); in r8a66597_write_fifo() 241 r8a66597_bset(r8a66597, MBW_16, pipe->fifosel); in r8a66597_write_fifo() 208 r8a66597_write_fifo(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe, u16 *buf, int len) r8a66597_write_fifo() argument
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | onetouch.c | 170 int pipe, maxp; in onetouch_connect_input() local 182 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress); in onetouch_connect_input() 183 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe)); in onetouch_connect_input() 235 usb_fill_int_urb(onetouch->irq, udev, pipe, onetouch->data, maxp, in onetouch_connect_input()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | r8a66597.h | 56 struct r8a66597_pipe *pipe; member 209 struct r8a66597_pipe *pipe, u16 *buf, in r8a66597_write_fifo() 212 void __iomem *fifoaddr = r8a66597->reg + pipe->fifoaddr; in r8a66597_write_fifo() 238 r8a66597_bclr(r8a66597, MBW_16, pipe->fifosel); in r8a66597_write_fifo() 241 r8a66597_bset(r8a66597, MBW_16, pipe->fifosel); in r8a66597_write_fifo() 208 r8a66597_write_fifo(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe, u16 *buf, int len) r8a66597_write_fifo() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_lpe_audio.c | 123 pdata->port[0].pipe = -1; in lpe_audio_platdev_create() 124 pdata->port[1].pipe = -1; in lpe_audio_platdev_create() 125 pdata->port[2].pipe = -1; in lpe_audio_platdev_create() 347 ppdata->pipe = cpu_transcoder; in intel_lpe_audio_notify() 356 ppdata->pipe = -1; in intel_lpe_audio_notify()
|
H A D | intel_dvo_regs.h | 17 #define DVO_PIPE_SEL(pipe) REG_FIELD_PREP(DVO_PIPE_SEL_MASK, (pipe))
|
H A D | intel_pmdemand.h | 56 enum pipe pipe, int port_clock);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.c | 26 #include "pipe/p_defines.h" 51 struct svga_screen *ss = svga_screen(svga->pipe.screen); in svga_create_uav_image() 120 svga_set_shader_images(struct pipe_context *pipe, in svga_set_shader_images() argument 127 struct svga_context *svga = svga_context(pipe); in svga_set_shader_images() 143 struct svga_screen *ss = svga_screen(svga->pipe.screen); in svga_set_shader_images() 225 svga->pipe.set_shader_images = svga_set_shader_images; in svga_init_shader_image_functions()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | usb.c | 60 unsigned pipe; in mt7601u_usb_submit_buf() local 64 pipe = usb_rcvbulkpipe(usb_dev, dev->in_eps[ep_idx]); in mt7601u_usb_submit_buf() 66 pipe = usb_sndbulkpipe(usb_dev, dev->out_eps[ep_idx]); in mt7601u_usb_submit_buf() 68 usb_fill_bulk_urb(buf->urb, usb_dev, pipe, buf->buf, buf->len, in mt7601u_usb_submit_buf() 95 const unsigned int pipe = (direction == USB_DIR_IN) ? in mt7601u_vendor_request() local 99 ret = usb_control_msg(usb_dev, pipe, req, req_type, in mt7601u_vendor_request() 102 trace_mt_vend_req(dev, pipe, req, req_type, val, offset, in mt7601u_vendor_request() 257 dev_err(dev->dev, "Error: wrong pipe number in:%d out:%d\n", in mt7601u_assign_pipes()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | urb.c | 195 * usb_pipe_type_check - sanity check of a specific pipe for a usb device 197 * @pipe: pipe to check 200 * given usb device. It returns 0 if the pipe is valid for the specific usb 203 int usb_pipe_type_check(struct usb_device *dev, unsigned int pipe) in usb_pipe_type_check() argument 207 ep = usb_pipe_endpoint(dev, pipe); in usb_pipe_type_check() 210 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check() 226 return usb_pipe_type_check(urb->dev, urb->pipe); in usb_urb_ep_type_check() 386 /* For now, get the endpoint from the pipe. Eventually drivers in usb_submit_urb() 388 * urb->pipe in usb_submit_urb() [all...] |
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | dev-ioctl.c | 326 * Set the pipe fd for kernel communication to the daemon. 330 * to tell the autofs mount about the new kernel pipe fd. In 355 struct file *pipe; in autofs_dev_ioctl_setpipefd() local 365 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd() 366 if (!pipe) { in autofs_dev_ioctl_setpipefd() 370 if (autofs_prepare_pipe(pipe) < 0) { in autofs_dev_ioctl_setpipefd() 372 fput(pipe); in autofs_dev_ioctl_setpipefd() 377 sbi->pipe = pipe; in autofs_dev_ioctl_setpipefd() 388 * mount requests. Also closes the kernel pipe fil [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_sideband.c | 246 u32 vlv_dpio_read(struct drm_i915_private *i915, enum pipe pipe, int reg) in vlv_dpio_read() argument 248 u32 port = vlv_dpio_phy_iosf_port(i915, DPIO_PHY(pipe)); in vlv_dpio_read() 258 "DPIO read pipe %c reg 0x%x == 0x%x\n", in vlv_dpio_read() 259 pipe_name(pipe), reg, val); in vlv_dpio_read() 265 enum pipe pipe, int reg, u32 val) in vlv_dpio_write() 267 u32 port = vlv_dpio_phy_iosf_port(i915, DPIO_PHY(pipe)); in vlv_dpio_write() 264 vlv_dpio_write(struct drm_i915_private *i915, enum pipe pipe, int reg, u32 val) vlv_dpio_write() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 360 udl_simple_display_pipe_mode_valid(struct drm_simple_display_pipe *pipe, in udl_simple_display_pipe_mode_valid() argument 367 udl_simple_display_pipe_enable(struct drm_simple_display_pipe *pipe, in udl_simple_display_pipe_enable() argument 371 struct drm_crtc *crtc = &pipe->crtc; in udl_simple_display_pipe_enable() 408 udl_simple_display_pipe_disable(struct drm_simple_display_pipe *pipe) in udl_simple_display_pipe_disable() argument 410 struct drm_crtc *crtc = &pipe->crtc; in udl_simple_display_pipe_disable() 429 udl_simple_display_pipe_update(struct drm_simple_display_pipe *pipe, in udl_simple_display_pipe_update() argument 432 struct drm_plane_state *state = pipe->plane.state; in udl_simple_display_pipe_update()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | dev-ioctl.c | 327 * Set the pipe fd for kernel communication to the daemon. 331 * to tell the autofs mount about the new kernel pipe fd. In 356 struct file *pipe; in autofs_dev_ioctl_setpipefd() local 366 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd() 367 if (!pipe) { in autofs_dev_ioctl_setpipefd() 371 if (autofs_prepare_pipe(pipe) < 0) { in autofs_dev_ioctl_setpipefd() 373 fput(pipe); in autofs_dev_ioctl_setpipefd() 378 sbi->pipe = pipe; in autofs_dev_ioctl_setpipefd() 389 * mount requests. Also closes the kernel pipe fil [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_internal.h | 61 /* Force generation of output event. Used by acceleration pipe. */ 92 * these threads are capable of running an image pipe 95 * these threads can't be used as image pipe 147 * and pipe id's 378 host (true) or when they are passed to the preview/video pipe 494 u32 pipe_id; /* the pipe ID */ 495 u32 pipe_num; /* the dynamic pipe number */ 497 u32 pipe_config; /* the pipe config */ 499 (0xFFFFFFFF) indicates non QOS pipe.*/ 505 u32 num_stages; /* the pipe confi 643 struct sh_css_sp_pipeline pipe[SH_CSS_MAX_SP_THREADS]; global() member [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v7.c | 48 static void lock_srbm(struct amdgpu_device *adev, uint32_t mec, uint32_t pipe, in lock_srbm() argument 51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm() 67 uint32_t pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in acquire_queue() local 69 lock_srbm(adev, mec, pipe, queue_id, 0); in acquire_queue() 121 uint32_t pipe; in kgd_init_interrupts() local 124 pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in kgd_init_interrupts() 126 lock_srbm(adev, mec, pipe, 0, 0); in kgd_init_interrupts()
|
H A D | amdgpu_umr.h | 34 __u32 me, pipe, queue, vmid; member 44 __u32 me, pipe, queue, vmid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | usb.c | 60 unsigned pipe; in mt7601u_usb_submit_buf() local 64 pipe = usb_rcvbulkpipe(usb_dev, dev->in_eps[ep_idx]); in mt7601u_usb_submit_buf() 66 pipe = usb_sndbulkpipe(usb_dev, dev->out_eps[ep_idx]); in mt7601u_usb_submit_buf() 68 usb_fill_bulk_urb(buf->urb, usb_dev, pipe, buf->buf, buf->len, in mt7601u_usb_submit_buf() 95 const unsigned int pipe = (direction == USB_DIR_IN) ? in mt7601u_vendor_request() local 99 ret = usb_control_msg(usb_dev, pipe, req, req_type, in mt7601u_vendor_request() 102 trace_mt_vend_req(dev, pipe, req, req_type, val, offset, in mt7601u_vendor_request() 257 dev_err(dev->dev, "Error: wrong pipe number in:%d out:%d\n", in mt7601u_assign_pipes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a2000.c | 18 * Display pipe 0 is attached with a built-in transparent VGA encoder and 20 * Display pipe 1 has only one built-in HDMI encoder connected. 222 /* Even though some board has only one hdmi on display pipe 1, 223 * We still need hook lsdc_encoder_funcs up on display pipe 0, 511 * So let's hook hdmi helper funcs to all display pipe, don't miss. 517 unsigned int pipe) in ls7a2000_output_init() 524 ret = drm_encoder_init(ddev, encoder, &ls7a2000_encoder_funcs[pipe], in ls7a2000_output_init() 525 DRM_MODE_ENCODER_TMDS, "encoder-%u", pipe); in ls7a2000_output_init() 529 encoder->possible_crtcs = BIT(pipe); in ls7a2000_output_init() 534 &ls7a2000_hdmi_connector_funcs[pipe], in ls7a2000_output_init() 514 ls7a2000_output_init(struct drm_device *ddev, struct lsdc_display_pipe *dispipe, struct i2c_adapter *ddc, unsigned int pipe) ls7a2000_output_init() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_blitter.c | 124 struct pipe_context *pipe = &ctx->base; in fd_blitter_blit() local 149 pipe->flush(pipe, NULL, 0); in fd_blitter_blit() 158 dst_view = pipe->create_surface(pipe, dst, &dst_templ); in fd_blitter_blit() 163 src_view = pipe->create_sampler_view(pipe, src, &src_templ); in fd_blitter_blit() 314 * _copy_region using pipe (3d engine) 394 /* try blit on 3d pipe: */ in fd_resource_copy_region()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.h | 74 int ebb_child(union pipe read_pipe, union pipe write_pipe);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.h | 42 /* minimum acceptable cdclk for each pipe */ 44 /* minimum acceptable voltage level for each pipe */ 47 /* pipe to which cd2x update is synchronized */ 48 enum pipe pipe; member
|
H A D | intel_ddi.h | 28 bool intel_ddi_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe);
|
H A D | intel_panel.h | 37 enum pipe pipe);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_pkg_sender.h | 39 int pipe; member 66 int pipe);
|