Home
last modified time | relevance | path

Searched refs:pipe (Results 626 - 650 of 1798) sorted by relevance

1...<<21222324252627282930>>...72

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1626 pipes[i].pipe.src.gpuvm = 1; in dcn31x_populate_dml_pipes_from_context()
1628 //pipes[pipe_cnt].pipe.src.hostvm = dc->res_pool->hubbub->riommu_active; in dcn31x_populate_dml_pipes_from_context()
1629 pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled; in dcn31x_populate_dml_pipes_from_context()
1631 pipes[i].pipe.src.hostvm = false; in dcn31x_populate_dml_pipes_from_context()
1633 pipes[i].pipe.src.hostvm = true; in dcn31x_populate_dml_pipes_from_context()
1645 struct pipe_ctx *pipe; in dcn31_populate_dml_pipes_from_context() local
1657 pipe = &res_ctx->pipe_ctx[i]; in dcn31_populate_dml_pipes_from_context()
1658 timing = &pipe->stream->timing; in dcn31_populate_dml_pipes_from_context()
1659 if (pipe->plane_state && in dcn31_populate_dml_pipes_from_context()
1660 (pipe in dcn31_populate_dml_pipes_from_context()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh164 action ct commit nat src addr 192.0.2.2 pipe \
165 action ct clear pipe \
166 action ct commit nat dst addr 192.0.2.1 pipe \
167 action ct clear pipe \
168 action skbedit ptype host pipe \
/kernel/linux/linux-5.10/drivers/input/tablet/
H A Dacecad.c121 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 Dr8a66597.h56 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 Donetouch.c170 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 Dr8a66597.h56 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 Dintel_lpe_audio.c123 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 Dintel_dvo_regs.h17 #define DVO_PIPE_SEL(pipe) REG_FIELD_PREP(DVO_PIPE_SEL_MASK, (pipe))
H A Dintel_pmdemand.h56 enum pipe pipe, int port_clock);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.c60 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 Durb.c195 * 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 Ddev-ioctl.c326 * 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 Dintel_sideband.c246 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 Dudl_modeset.c360 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 Ddev-ioctl.c327 * 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 Dsh_css_internal.h61 /* 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 Damdgpu_amdkfd_gfx_v7.c48 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 Damdgpu_umr.h34 __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 Dusb.c60 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 Dlsdc_output_7a2000.c18 * 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...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.h74 int ebb_child(union pipe read_pipe, union pipe write_pipe);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.h42 /* 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 Dintel_ddi.h28 bool intel_ddi_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe);
H A Dintel_panel.h37 enum pipe pipe);
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.h39 int pipe; member
66 int pipe);

Completed in 16 milliseconds

1...<<21222324252627282930>>...72