Home
last modified time | relevance | path

Searched refs:pipe (Results 1151 - 1175 of 2911) sorted by relevance

1...<<41424344454647484950>>...117

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c40 #include "pipe/p_defines.h"
41 #include "pipe/p_state.h"
115 * necessary for the multi-pipe, multi-tiled case. in etna_compile_rs_state()
117 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state()
118 cs->source[pipe].bo = rs->source; in etna_compile_rs_state()
119 cs->source[pipe].offset = rs->source_offset; in etna_compile_rs_state()
120 cs->source[pipe].flags = ETNA_RELOC_READ; in etna_compile_rs_state()
122 cs->dest[pipe] in etna_compile_rs_state()
[all...]
H A Detnaviv_format.c33 #include "pipe/p_defines.h"
59 #define VT(pipe, vtxfmt, texfmt, rsfmt) \
60 [PIPE_FORMAT_##pipe] = { \
68 #define _T(pipe, fmt, rsfmt) \
69 [PIPE_FORMAT_##pipe] = { \
77 #define V_(pipe, fmt, rsfmt) \
78 [PIPE_FORMAT_##pipe] = { \
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c27 #include "pipe/p_state.h"
587 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[i]; variable
588 OUT_RING(ring, A4XX_VSC_PIPE_CONFIG_REG_X(pipe->x) |
589 A4XX_VSC_PIPE_CONFIG_REG_Y(pipe->y) |
590 A4XX_VSC_PIPE_CONFIG_REG_W(pipe->w) |
591 A4XX_VSC_PIPE_CONFIG_REG_H(pipe->h));
785 const struct fd_vsc_pipe *pipe = &gmem->vsc_pipe[tile->p]; variable
788 assert(pipe->w && pipe->h);
794 OUT_RING(ring, A4XX_PC_VSTREAM_CONTROL_SIZE(pipe
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Disp1362-hcd.c280 if (usb_pipecontrol(urb->pipe)) { in prepare_ptd()
282 } else if (usb_pipeisoc(urb->pipe)) { in prepare_ptd()
293 if (usb_pipecontrol(urb->pipe)) in prepare_ptd()
295 else if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
315 dir = (urb->transfer_buffer_length && usb_pipein(urb->pipe)) ? in prepare_ptd()
333 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe)); in prepare_ptd()
335 if (usb_pipeint(urb->pipe)) { in prepare_ptd()
339 if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
453 if (usb_pipecontrol(urb->pipe))
457 ep->num_req, usb_pipedevice(urb->pipe),
1222 unsigned int pipe = urb->pipe; isp1362_urb_enqueue() local
[all...]
H A Duhci-q.c378 unsigned int pipe; in uhci_fixup_toggles() local
415 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe; in uhci_fixup_toggles()
416 usb_settoggle(qh->udev, usb_pipeendpoint(pipe), in uhci_fixup_toggles()
417 usb_pipeout(pipe), toggle); in uhci_fixup_toggles()
801 /* The "pipe" thing contains the destination in bits 8--18 */ in uhci_submit_control()
802 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
826 if (usb_pipeout(urb->pipe) || len == 0) in uhci_submit_control()
933 /* The "pipe" thing contains the destination in bits 8--18 */ in uhci_submit_common()
934 destination = (urb->pipe in uhci_submit_common()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Disp1362-hcd.c280 if (usb_pipecontrol(urb->pipe)) { in prepare_ptd()
282 } else if (usb_pipeisoc(urb->pipe)) { in prepare_ptd()
293 if (usb_pipecontrol(urb->pipe)) in prepare_ptd()
295 else if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
315 dir = (urb->transfer_buffer_length && usb_pipein(urb->pipe)) ? in prepare_ptd()
333 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe)); in prepare_ptd()
335 if (usb_pipeint(urb->pipe)) { in prepare_ptd()
339 if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
453 if (usb_pipecontrol(urb->pipe))
457 ep->num_req, usb_pipedevice(urb->pipe),
1222 unsigned int pipe = urb->pipe; isp1362_urb_enqueue() local
[all...]
H A Duhci-q.c378 unsigned int pipe; in uhci_fixup_toggles() local
415 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe; in uhci_fixup_toggles()
416 usb_settoggle(qh->udev, usb_pipeendpoint(pipe), in uhci_fixup_toggles()
417 usb_pipeout(pipe), toggle); in uhci_fixup_toggles()
801 /* The "pipe" thing contains the destination in bits 8--18 */ in uhci_submit_control()
802 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
826 if (usb_pipeout(urb->pipe) || len == 0) in uhci_submit_control()
933 /* The "pipe" thing contains the destination in bits 8--18 */ in uhci_submit_common()
934 destination = (urb->pipe in uhci_submit_common()
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dath3k.c210 int err, pipe, size, sent = 0; in ath3k_load_firmware() local
231 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_firmware()
240 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_firmware()
279 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local
304 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_fwfile()
313 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_fwfile()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c220 * the min cdclk for the pipe doesn't increase. in intel_plane_calc_min_cdclk()
227 cdclk_state->min_cdclk[crtc->pipe]) in intel_plane_calc_min_cdclk()
235 cdclk_state->min_cdclk[crtc->pipe]); in intel_plane_calc_min_cdclk()
379 if (crtc->pipe != plane->pipe || in skl_next_plane_to_commit()
466 if (crtc->pipe != plane->pipe || in i9xx_update_planes_on_crtc()
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H A Dusb.c117 unsigned int pipe; in nfcmrvl_submit_bulk_urb() local
133 pipe = usb_rcvbulkpipe(drv_data->udev, in nfcmrvl_submit_bulk_urb()
136 usb_fill_bulk_urb(urb, drv_data->udev, pipe, buf, size, in nfcmrvl_submit_bulk_urb()
235 unsigned int pipe; in nfcmrvl_usb_nci_send() local
245 pipe = usb_sndbulkpipe(drv_data->udev, in nfcmrvl_usb_nci_send()
248 usb_fill_bulk_urb(urb, drv_data->udev, pipe, skb->data, skb->len, in nfcmrvl_usb_nci_send()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_trace.h163 __field(unsigned int, pipe)
172 __entry->pipe = urb->pipe;
180 usb_pipedevice(__entry->pipe),
181 usb_pipeendpoint(__entry->pipe),
182 usb_pipein(__entry->pipe) ? "in" : "out",
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_rx.c108 static void smc_rx_pipe_buf_release(struct pipe_inode_info *pipe, in smc_rx_pipe_buf_release() argument
143 static int smc_rx_splice(struct pipe_inode_info *pipe, char *src, size_t len, in smc_rx_splice() argument
167 bytes = splice_to_pipe(pipe, &spd); in smc_rx_splice()
274 * @pipe: copy data to pipe if set - indicates splice() call
280 struct pipe_inode_info *pipe, size_t len, int flags) in smc_rx_recvmsg()
310 if (read_done >= target || (pipe && read_done)) in smc_rx_recvmsg()
400 rc = smc_rx_splice(pipe, rcvbuf_base + in smc_rx_recvmsg()
279 smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, struct pipe_inode_info *pipe, size_t len, int flags) smc_rx_recvmsg() argument
/kernel/linux/linux-5.10/include/sound/
H A Dvx_core.h68 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
69 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
96 struct vx_pipe *pipe, int count);
98 struct vx_pipe *pipe, int count);
277 struct vx_pipe *pipe, int count) in vx_pseudo_dma_write()
279 chip->ops->dma_write(chip, runtime, pipe, count); in vx_pseudo_dma_write()
283 struct vx_pipe *pipe, int count) in vx_pseudo_dma_read()
285 chip->ops->dma_read(chip, runtime, pipe, count); in vx_pseudo_dma_read()
276 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx_pseudo_dma_write() argument
282 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx_pseudo_dma_read() argument
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c108 unsigned int pipe, size; in tm6000_start_stream() local
122 pipe = usb_rcvbulkpipe(dev->udev, dev->bulk_in.endp->desc.bEndpointAddress in tm6000_start_stream()
125 size = usb_maxpacket(dev->udev, pipe, usb_pipeout(pipe)); in tm6000_start_stream()
135 usb_fill_bulk_urb(dvb->bulk_urb, dev->udev, pipe, in tm6000_start_stream()
140 ret = usb_clear_halt(dev->udev, pipe); in tm6000_start_stream()
142 printk(KERN_ERR "tm6000: error %i in %s during pipe reset\n", in tm6000_start_stream()
150 printk(KERN_ERR "tm6000: pipe reset\n"); in tm6000_start_stream()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_trace.h180 __field(unsigned int, pipe)
189 __entry->pipe = urb->pipe;
197 usb_pipedevice(__entry->pipe),
198 usb_pipeendpoint(__entry->pipe),
199 usb_pipein(__entry->pipe) ? "in" : "out",
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dath3k.c209 int err, pipe, size, sent = 0; in ath3k_load_firmware() local
230 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_firmware()
239 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_firmware()
278 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local
303 pipe = usb_sndbulkpipe(udev, 0x02); in ath3k_load_fwfile()
312 err = usb_bulk_msg(udev, pipe, send_buf, size, in ath3k_load_fwfile()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h223 struct pipe_ctx *pipe, bool lock);
228 void (*cursor_lock)(struct dc *dc, struct pipe_ctx *pipe, bool lock);
279 void (*set_dmdata_attributes)(struct pipe_ctx *pipe);
284 void (*set_cursor_position)(struct pipe_ctx *pipe);
285 void (*set_cursor_attribute)(struct pipe_ctx *pipe);
286 void (*set_cursor_sdr_white_level)(struct pipe_ctx *pipe);
/kernel/linux/linux-6.6/include/sound/
H A Dvx_core.h68 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
69 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
96 struct vx_pipe *pipe, int count);
98 struct vx_pipe *pipe, int count);
277 struct vx_pipe *pipe, int count) in vx_pseudo_dma_write()
279 chip->ops->dma_write(chip, runtime, pipe, count); in vx_pseudo_dma_write()
283 struct vx_pipe *pipe, int count) in vx_pseudo_dma_read()
285 chip->ops->dma_read(chip, runtime, pipe, count); in vx_pseudo_dma_read()
276 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx_pseudo_dma_write() argument
282 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx_pseudo_dma_read() argument
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H A Dusb.c107 unsigned int pipe; in nfcmrvl_submit_bulk_urb() local
123 pipe = usb_rcvbulkpipe(drv_data->udev, in nfcmrvl_submit_bulk_urb()
126 usb_fill_bulk_urb(urb, drv_data->udev, pipe, buf, size, in nfcmrvl_submit_bulk_urb()
225 unsigned int pipe; in nfcmrvl_usb_nci_send() local
235 pipe = usb_sndbulkpipe(drv_data->udev, in nfcmrvl_usb_nci_send()
238 usb_fill_bulk_urb(urb, drv_data->udev, pipe, skb->data, skb->len, in nfcmrvl_usb_nci_send()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_rx.c114 static void smc_rx_pipe_buf_release(struct pipe_inode_info *pipe, in smc_rx_pipe_buf_release() argument
149 static int smc_rx_splice(struct pipe_inode_info *pipe, char *src, size_t len, in smc_rx_splice() argument
212 bytes = splice_to_pipe(pipe, &spd); in smc_rx_splice()
339 * @pipe: copy data to pipe if set - indicates splice() call
345 struct pipe_inode_info *pipe, size_t len, int flags) in smc_rx_recvmsg()
381 if (read_done >= target || (pipe && read_done)) in smc_rx_recvmsg()
471 rc = smc_rx_splice(pipe, rcvbuf_base + in smc_rx_recvmsg()
344 smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, struct pipe_inode_info *pipe, size_t len, int flags) smc_rx_recvmsg() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c25 #include "pipe/p_defines.h"
26 #include "pipe/p_state.h"
27 #include "pipe/p_context.h"
28 #include "pipe/p_screen.h"
150 static void noop_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) in noop_set_sample_mask() argument
297 static void noop_render_condition( struct pipe_context *pipe, in noop_render_condition() argument
304 static void noop_get_query_result_resource(struct pipe_context *pipe, in noop_get_query_result_resource() argument
330 static void noop_clear_texture(struct pipe_context *pipe, in noop_clear_texture() argument
338 static void noop_clear_buffer(struct pipe_context *pipe, in noop_clear_buffer() argument
347 static void noop_fence_server_sync(struct pipe_context *pipe, in noop_fence_server_sync() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c55 #include "pipe/p_compiler.h"
56 #include "pipe/p_screen.h"
57 #include "pipe/p_state.h"
58 #include "pipe/p_context.h"
376 util_font_create_fixed_8x13(struct pipe_context *pipe, in util_font_create_fixed_8x13() argument
384 struct pipe_screen *screen = pipe->screen; in util_font_create_fixed_8x13()
420 map = pipe_texture_map(pipe, tex, 0, 0, PIPE_MAP_WRITE, 0, 0, in util_font_create_fixed_8x13()
435 pipe_texture_unmap(pipe, transfer); in util_font_create_fixed_8x13()
446 util_font_create(struct pipe_context *pipe, enum util_font_name name, in util_font_create() argument
451 return util_font_create_fixed_8x13(pipe, out_fon in util_font_create()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c473 /* Check which pipe is connected to an active display plane. */
476 int pipe = -1; in intelfbhw_active_pipe() local
480 pipe = (hw->disp_b_ctrl >> DISPPLANE_SEL_PIPE_SHIFT); in intelfbhw_active_pipe()
481 pipe &= PIPE_MASK; in intelfbhw_active_pipe()
482 if (unlikely(pipe == PIPE_A)) in intelfbhw_active_pipe()
486 pipe = (hw->disp_a_ctrl >> DISPPLANE_SEL_PIPE_SHIFT); in intelfbhw_active_pipe()
487 pipe &= PIPE_MASK; in intelfbhw_active_pipe()
488 if (likely(pipe == PIPE_A)) in intelfbhw_active_pipe()
491 /* Impossible that no pipe is selected - return PIPE_A */ in intelfbhw_active_pipe()
492 WARN_ON(pipe in intelfbhw_active_pipe()
1044 int pipe = intelfbhw_active_pipe(hw); intelfbhw_mode_to_hw() local
2088 intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe) intelfbhw_wait_for_vsync() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c471 /* Check which pipe is connected to an active display plane. */
474 int pipe = -1; in intelfbhw_active_pipe() local
478 pipe = (hw->disp_b_ctrl >> DISPPLANE_SEL_PIPE_SHIFT); in intelfbhw_active_pipe()
479 pipe &= PIPE_MASK; in intelfbhw_active_pipe()
480 if (unlikely(pipe == PIPE_A)) in intelfbhw_active_pipe()
484 pipe = (hw->disp_a_ctrl >> DISPPLANE_SEL_PIPE_SHIFT); in intelfbhw_active_pipe()
485 pipe &= PIPE_MASK; in intelfbhw_active_pipe()
486 if (likely(pipe == PIPE_A)) in intelfbhw_active_pipe()
489 /* Impossible that no pipe is selected - return PIPE_A */ in intelfbhw_active_pipe()
490 WARN_ON(pipe in intelfbhw_active_pipe()
1042 int pipe = intelfbhw_active_pipe(hw); intelfbhw_mode_to_hw() local
2086 intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe) intelfbhw_wait_for_vsync() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dendpoint.c123 usb_pipeout(ep->pipe); in snd_usb_endpoint_implicit_feedback_sink()
265 * the fixed 12.13 frequency is passed as 16.16 through the pipe. in prepare_outbound_urb()
276 * the fixed 10.14 frequency is passed through the pipe. in prepare_outbound_urb()
401 if (usb_pipeout(ep->pipe)) { in snd_complete_urb()
504 ep->pipe = usb_sndisocpipe(chip->dev, ep_num); in snd_usb_add_endpoint()
506 ep->pipe = usb_rcvisocpipe(chip->dev, ep_num); in snd_usb_add_endpoint()
640 usb_pipeout(ep->pipe)); in check_ep_params()
728 if (usb_pipein(ep->pipe) || in check_ep_params()
812 usb_pipeout(ep->pipe)); in data_ep_set_params()
899 if (usb_pipein(ep->pipe) || in data_ep_set_params()
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...117