Home
last modified time | relevance | path

Searched refs:pipe (Results 1326 - 1350 of 3041) sorted by relevance

1...<<51525354555657585960>>...122

/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h81 void (*hci_event_received)(struct nci_dev *ndev, u8 pipe, u8 event,
83 void (*hci_cmd_received)(struct nci_dev *ndev, u8 pipe, u8 cmd,
156 * the pipe identifier is 7 bits long.
162 u8 pipe; member
310 int nci_hci_open_pipe(struct nci_dev *ndev, u8 pipe);
312 u8 dest_gate, u8 pipe);
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c261 struct vsp1_pipeline *pipe, in uds_configure_stream()
309 struct vsp1_pipeline *pipe, in uds_configure_partition()
314 struct vsp1_partition *partition = pipe->partition; in uds_configure_partition()
335 struct vsp1_pipeline *pipe) in uds_max_width()
371 struct vsp1_pipeline *pipe, in uds_partition()
260 uds_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) uds_configure_stream() argument
308 uds_configure_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) uds_configure_partition() argument
334 uds_max_width(struct vsp1_entity *entity, struct vsp1_pipeline *pipe) uds_max_width() argument
370 uds_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int partition_idx, struct vsp1_partition_window *window) uds_partition() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c170 plane->pipe); in intel_plane_possible_crtcs_init()
277 enum pipe pipe; in intel_display_driver_probe_nogem() local
292 drm_dbg_kms(&i915->drm, "%d display pipe%s available.\n", in intel_display_driver_probe_nogem()
296 for_each_pipe(i915, pipe) { in intel_display_driver_probe_nogem()
297 ret = intel_crtc_init(i915, pipe); in intel_display_driver_probe_nogem()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c195 pr_err("Can't enable LVDS and another encoder on the same pipe\n"); in cdv_intel_lvds_mode_fixup()
277 * screen. Should be enabled before the pipe is enabled, according to in cdv_intel_lvds_mode_set()
288 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT; in cdv_intel_lvds_mode_set()
487 int pipe; in cdv_intel_lvds_init() local
612 pipe = (lvds & LVDS_PIPEB_SELECT) ? 1 : 0; in cdv_intel_lvds_init()
613 crtc = psb_intel_get_crtc_from_pipe(dev, pipe); in cdv_intel_lvds_init()
637 if (pipe == 1) in cdv_intel_lvds_init()
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dpegasus_notetaker.c271 int pipe; in pegasus_probe() local
298 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress); in pegasus_probe()
299 /* Sanity check that pipe's type matches endpoint's type */ in pegasus_probe()
300 if (usb_pipe_type_check(dev, pipe)) { in pegasus_probe()
305 pegasus->data_len = usb_maxpacket(dev, pipe); in pegasus_probe()
320 usb_fill_int_urb(pegasus->irq, dev, pipe, in pegasus_probe()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tracker.c32 #include "pipe/p_state.h"
33 #include "pipe/p_format.h"
34 #include "pipe-loader/pipe_loader.h"
505 struct pipe_context *pipe = xa->default_ctx->pipe; in xa_surface_redefine() local
509 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
562 res = screen->resource_get_handle(screen, srf->xa->default_ctx->pipe, in xa_surface_handle()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c23 #include "pipe/p_context.h"
24 #include "pipe/p_defines.h"
25 #include "pipe/p_state.h"
109 struct pipe_rasterizer_state *rast = &nvc0->rast->pipe; in nvc0_fragprog_validate()
358 buf = nv04_resource(targ->pipe.buffer); in nvc0_tfb_validate()
370 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate()
371 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate()
372 PUSH_DATA (push, targ->pipe.buffer_size); in nvc0_tfb_validate()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Ddev.h116 struct media_pipeline pipe; member
196 struct rkisp_pipeline pipe; member
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_crtc.cpp33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h169 void BindToPipe(uint32_t pipe) in BindToPipe() argument
171 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_crtc.cpp35 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
H A Ddrm_plane.h181 void BindToPipe(uint32_t pipe) in BindToPipe() argument
183 mPipe = pipe; in BindToPipe()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.h115 struct media_pipeline pipe; member
196 struct rkisp_pipeline pipe; member
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_callbackeveryframe_test.cpp156 if (pipe(pipeFd) < 0) { in HWTEST_F()
159 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
H A Dvsync_test.cpp150 if (pipe(pipeFd) < 0) { in HWTEST_F()
153 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
/kernel/linux/linux-5.10/arch/sparc/
H A DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
47 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h183 int get_num_mpc_splits(struct pipe_ctx *pipe);
185 int get_num_odm_splits(struct pipe_ctx *pipe);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h107 struct sk_buff *skb, u8 pipe) in ath6kl_htc_rx_complete()
109 ar->htc_ops->rx_complete(ar, skb, pipe); in ath6kl_htc_rx_complete()
106 ath6kl_htc_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) ath6kl_htc_rx_complete() argument
/kernel/linux/linux-5.10/include/linux/
H A Dwatch_queue.h41 struct pipe_inode_info *pipe; /* The pipe we're using as a buffer */ member
127 static inline int watch_queue_init(struct pipe_inode_info *pipe) in watch_queue_init() argument

Completed in 15 milliseconds

1...<<51525354555657585960>>...122