/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 81 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 D | vsp1_uds.c | 261 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 D | intel_display_driver.c | 170 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 D | cdv_intel_lvds.c | 195 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 D | pegasus_notetaker.c | 271 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 D | xa_tracker.c | 32 #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 D | nvc0_shader_state.c | 23 #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 D | drm_crtc.cpp | 33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
|
H A D | drm_plane.h | 169 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 D | dev.h | 116 struct media_pipeline pipe; member 196 struct rkisp_pipeline pipe; member
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_crtc.cpp | 33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
|
H A D | drm_plane.h | 169 void BindToPipe(uint32_t pipe) in BindToPipe() argument 171 mPipe = pipe; in BindToPipe()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_crtc.cpp | 33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
|
H A D | drm_plane.h | 169 void BindToPipe(uint32_t pipe) in BindToPipe() argument 171 mPipe = pipe; in BindToPipe()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_crtc.cpp | 33 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0) in DrmCrtc() argument
|
H A D | drm_plane.h | 169 void BindToPipe(uint32_t pipe) in BindToPipe() argument 171 mPipe = pipe; in BindToPipe()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_crtc.cpp | 35 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe), mPlaneMask(0)
in DrmCrtc() argument
|
H A D | drm_plane.h | 181 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 D | dev.h | 115 struct media_pipeline pipe; member 196 struct rkisp_pipeline pipe; member
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_callbackeveryframe_test.cpp | 156 if (pipe(pipeFd) < 0) { in HWTEST_F() 159 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
|
H A D | vsync_test.cpp | 150 if (pipe(pipeFd) < 0) { in HWTEST_F() 153 if (pipe(pipe1Fd) < 0) { in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/sparc/ |
H A D | Makefile | 32 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 D | resource.h | 183 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 D | htc-ops.h | 107 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 D | watch_queue.h | 41 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
|