/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_bicubic_filter.h | 33 #include "pipe/p_state.h" 37 struct pipe_context *pipe; member 48 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 16 u32 pipe = id; in get_resources_id() local 26 pipe = id / D71_PIPELINE_MAX_SCALERS; in get_resources_id() 34 pipe = id / D71_PIPELINE_MAX_LAYERS; in get_resources_id() 55 *pipe_id = pipe; in get_resources_id() 869 static int d71_downscaling_clk_check(struct komeda_pipeline *pipe, in d71_downscaling_clk_check() argument 1049 struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline); in d71_improc_update() local 1064 malidp_write_group(pipe->dou_ft_coeff_addr, FT_COEFF0, in d71_improc_update() 1281 struct d71_pipeline *pipe; in d71_probe_block() local 1291 pipe = d71->pipes[blk_id]; in d71_probe_block() 1292 pipe in d71_probe_block() 1383 d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_lpu_dump() argument 1408 d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_dou_dump() argument 1424 d71_pipeline_dump(struct komeda_pipeline *pipe, struct seq_file *sf) d71_pipeline_dump() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 16 u32 pipe = id; in get_resources_id() local 26 pipe = id / D71_PIPELINE_MAX_SCALERS; in get_resources_id() 34 pipe = id / D71_PIPELINE_MAX_LAYERS; in get_resources_id() 55 *pipe_id = pipe; in get_resources_id() 869 static int d71_downscaling_clk_check(struct komeda_pipeline *pipe, in d71_downscaling_clk_check() argument 1049 struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline); in d71_improc_update() local 1064 malidp_write_group(pipe->dou_ft_coeff_addr, FT_COEFF0, in d71_improc_update() 1281 struct d71_pipeline *pipe; in d71_probe_block() local 1291 pipe = d71->pipes[blk_id]; in d71_probe_block() 1292 pipe in d71_probe_block() 1383 d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_lpu_dump() argument 1408 d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_dou_dump() argument 1424 d71_pipeline_dump(struct komeda_pipeline *pipe, struct seq_file *sf) d71_pipeline_dump() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 579 int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe) in atomisp_buffers_in_css() argument 585 spin_lock_irqsave(&pipe->irq_lock, irqflags); in atomisp_buffers_in_css() 587 list_for_each(pos, &pipe->buffers_in_css) in atomisp_buffers_in_css() 590 spin_unlock_irqrestore(&pipe->irq_lock, irqflags); in atomisp_buffers_in_css() 597 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); in atomisp_buffer_done() local 599 lockdep_assert_held(&pipe->irq_lock); in atomisp_buffer_done() 602 frame->vb.field = pipe->pix.field; in atomisp_buffer_done() 603 frame->vb.sequence = atomic_read(&pipe->asd->sequence); in atomisp_buffer_done() 606 vb2_set_plane_payload(&frame->vb.vb2_buf, 0, pipe->pix.sizeimage); in atomisp_buffer_done() 610 void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enu argument 636 atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) atomisp_flush_params_queue() argument 650 atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) atomisp_recover_params_queue() argument 669 struct atomisp_video_pipe *pipe = NULL; atomisp_buf_done() local 2980 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); atomisp_move_frame_to_activeq() local 2996 atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe) atomisp_handle_parameter_and_buffer() argument 3059 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_parameters() local 4248 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_fmt_to_snr() local 4341 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_fmt() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdmi.c | 276 i915_reg_t reg = TVIDEO_DIP_CTL(crtc->pipe); in ibx_write_infoframe() 291 intel_de_write(dev_priv, TVIDEO_DIP_DATA(crtc->pipe), in ibx_write_infoframe() 297 intel_de_write(dev_priv, TVIDEO_DIP_DATA(crtc->pipe), 0); in ibx_write_infoframe() 317 intel_de_rmw(dev_priv, TVIDEO_DIP_CTL(crtc->pipe), in ibx_read_infoframe() 321 *data++ = intel_de_read(dev_priv, TVIDEO_DIP_DATA(crtc->pipe)); in ibx_read_infoframe() 328 enum pipe pipe = to_intel_crtc(pipe_config->uapi.crtc)->pipe; in ibx_infoframes_enabled() local 329 i915_reg_t reg = TVIDEO_DIP_CTL(pipe); in ibx_infoframes_enabled() 351 i915_reg_t reg = TVIDEO_DIP_CTL(crtc->pipe); in cpt_write_infoframe() 406 enum pipe pipe = to_intel_crtc(pipe_config->uapi.crtc)->pipe; cpt_infoframes_enabled() local 479 enum pipe pipe = to_intel_crtc(pipe_config->uapi.crtc)->pipe; vlv_infoframes_enabled() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 253 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_get_param() 256 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_get_param() 349 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_wait_fence() 352 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_wait_fence() 400 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_gem_wait() 403 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_gem_wait() 428 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_dom() 431 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_dom() 445 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_sig() 448 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_sig() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/b2c2/ |
H A D | flexcop-usb.c | 114 int nWaitTime, pipe, ret; in flexcop_usb_v8_memory_req() local 126 pipe = B2C2_USB_CTRL_PIPE_IN; in flexcop_usb_v8_memory_req() 132 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_v8_memory_req() 137 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_v8_memory_req() 151 ret = usb_control_msg(fc_usb->udev, pipe, in flexcop_usb_v8_memory_req() 236 int nWaitTime, pipe, ret; in flexcop_usb_i2c_req() local 250 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_i2c_req() 256 pipe = B2C2_USB_CTRL_PIPE_IN; in flexcop_usb_i2c_req() 277 ret = usb_control_msg(fc_usb->udev, pipe, in flexcop_usb_i2c_req() 468 urb->pipe in flexcop_usb_transfer_init() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | whiteheat.c | 220 int pipe; in whiteheat_attach() local 228 pipe = usb_sndbulkpipe(serial->dev, in whiteheat_attach() 244 usb_clear_halt(serial->dev, pipe); in whiteheat_attach() 245 ret = usb_bulk_msg(serial->dev, pipe, command, 2, in whiteheat_attach() 257 pipe = usb_rcvbulkpipe(serial->dev, in whiteheat_attach() 260 usb_clear_halt(serial->dev, pipe); in whiteheat_attach() 261 ret = usb_bulk_msg(serial->dev, pipe, result, in whiteheat_attach() 378 usb_clear_halt(port->serial->dev, port->read_urb->pipe); in whiteheat_open() 379 usb_clear_halt(port->serial->dev, port->write_urb->pipe); in whiteheat_open() 770 usb_clear_halt(serial->dev, command_port->read_urb->pipe); in start_command_port() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 262 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_get_param() 265 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_get_param() 358 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_wait_fence() 361 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_wait_fence() 409 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_gem_wait() 412 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_gem_wait() 437 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_dom() 440 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_dom() 454 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_sig() 457 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_sig() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 177 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_flush_frontbuffer() local 179 screen->flush_frontbuffer(screen, pipe, resource, level, layer, context_private, in dd_screen_flush_frontbuffer() 311 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_resource_get_handle() local 313 return screen->resource_get_handle(screen, pipe, resource, handle, usage); in dd_screen_resource_get_handle() 328 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL; in dd_screen_resource_get_param() local 330 return screen->resource_get_param(screen, pipe, resource, plane, layer, in dd_screen_resource_get_param() 390 struct pipe_context *ctx = _ctx ? dd_context(_ctx)->pipe in dd_screen_fence_finish() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispccp2.c | 350 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_if_configure() local 362 buscfg = v4l2_subdev_to_bus_cfg(pipe->external); in ccp2_if_configure() 386 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_adjust_bandwidth() local 389 unsigned long l3_ick = pipe->l3_ick; in ccp2_adjust_bandwidth() 400 vpclk_div = max_t(unsigned int, DIV_ROUND_UP(l3_ick, pipe->max_rate), in ccp2_adjust_bandwidth() 407 timeperframe = &pipe->max_timeperframe; in ccp2_adjust_bandwidth() 538 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_isr_buffer() local 545 pipe->state |= ISP_PIPELINE_IDLE_INPUT; in ccp2_isr_buffer() 548 if (isp_pipeline_ready(pipe)) in ccp2_isr_buffer() 549 omap3isp_pipeline_set_stream(pipe, in ccp2_isr_buffer() 562 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); omap3isp_ccp2_isr() local [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | coredump.c | 531 struct pipe_inode_info *pipe = file->private_data; in wait_for_dump_helpers() local 533 pipe_lock(pipe); in wait_for_dump_helpers() 534 pipe->readers++; in wait_for_dump_helpers() 535 pipe->writers--; in wait_for_dump_helpers() 536 wake_up_interruptible_sync(&pipe->rd_wait); in wait_for_dump_helpers() 537 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers() 538 pipe_unlock(pipe); in wait_for_dump_helpers() 544 wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); in wait_for_dump_helpers() 546 pipe_lock(pipe); in wait_for_dump_helpers() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | oaktrail_hdmi.c | 269 int pipe = 1; in oaktrail_crtc_hdmi_mode_set() local 270 int htot_reg = (pipe == 0) ? HTOTAL_A : HTOTAL_B; in oaktrail_crtc_hdmi_mode_set() 271 int hblank_reg = (pipe == 0) ? HBLANK_A : HBLANK_B; in oaktrail_crtc_hdmi_mode_set() 272 int hsync_reg = (pipe == 0) ? HSYNC_A : HSYNC_B; in oaktrail_crtc_hdmi_mode_set() 273 int vtot_reg = (pipe == 0) ? VTOTAL_A : VTOTAL_B; in oaktrail_crtc_hdmi_mode_set() 274 int vblank_reg = (pipe == 0) ? VBLANK_A : VBLANK_B; in oaktrail_crtc_hdmi_mode_set() 275 int vsync_reg = (pipe == 0) ? VSYNC_A : VSYNC_B; in oaktrail_crtc_hdmi_mode_set() 276 int dspsize_reg = (pipe == 0) ? DSPASIZE : DSPBSIZE; in oaktrail_crtc_hdmi_mode_set() 277 int dsppos_reg = (pipe == 0) ? DSPAPOS : DSPBPOS; in oaktrail_crtc_hdmi_mode_set() 278 int pipesrc_reg = (pipe in oaktrail_crtc_hdmi_mode_set() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispccp2.c | 350 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_if_configure() local 362 buscfg = v4l2_subdev_to_bus_cfg(pipe->external); in ccp2_if_configure() 388 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_adjust_bandwidth() local 391 unsigned long l3_ick = pipe->l3_ick; in ccp2_adjust_bandwidth() 402 vpclk_div = max_t(unsigned int, DIV_ROUND_UP(l3_ick, pipe->max_rate), in ccp2_adjust_bandwidth() 409 timeperframe = &pipe->max_timeperframe; in ccp2_adjust_bandwidth() 540 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_isr_buffer() local 547 pipe->state |= ISP_PIPELINE_IDLE_INPUT; in ccp2_isr_buffer() 550 if (isp_pipeline_ready(pipe)) in ccp2_isr_buffer() 551 omap3isp_pipeline_set_stream(pipe, in ccp2_isr_buffer() 564 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); omap3isp_ccp2_isr() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | coredump.c | 469 struct pipe_inode_info *pipe = file->private_data; in wait_for_dump_helpers() local 471 pipe_lock(pipe); in wait_for_dump_helpers() 472 pipe->readers++; in wait_for_dump_helpers() 473 pipe->writers--; in wait_for_dump_helpers() 474 wake_up_interruptible_sync(&pipe->rd_wait); in wait_for_dump_helpers() 475 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in wait_for_dump_helpers() 476 pipe_unlock(pipe); in wait_for_dump_helpers() 482 wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); in wait_for_dump_helpers() 484 pipe_lock(pipe); in wait_for_dump_helpers() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | oaktrail_hdmi.c | 272 int pipe = 1; in oaktrail_crtc_hdmi_mode_set() local 273 int htot_reg = (pipe == 0) ? HTOTAL_A : HTOTAL_B; in oaktrail_crtc_hdmi_mode_set() 274 int hblank_reg = (pipe == 0) ? HBLANK_A : HBLANK_B; in oaktrail_crtc_hdmi_mode_set() 275 int hsync_reg = (pipe == 0) ? HSYNC_A : HSYNC_B; in oaktrail_crtc_hdmi_mode_set() 276 int vtot_reg = (pipe == 0) ? VTOTAL_A : VTOTAL_B; in oaktrail_crtc_hdmi_mode_set() 277 int vblank_reg = (pipe == 0) ? VBLANK_A : VBLANK_B; in oaktrail_crtc_hdmi_mode_set() 278 int vsync_reg = (pipe == 0) ? VSYNC_A : VSYNC_B; in oaktrail_crtc_hdmi_mode_set() 279 int dspsize_reg = (pipe == 0) ? DSPASIZE : DSPBSIZE; in oaktrail_crtc_hdmi_mode_set() 280 int dsppos_reg = (pipe == 0) ? DSPAPOS : DSPBPOS; in oaktrail_crtc_hdmi_mode_set() 281 int pipesrc_reg = (pipe in oaktrail_crtc_hdmi_mode_set() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 143 nv30_resource_copy_region(struct pipe_context *pipe, in nv30_resource_copy_region() argument 149 struct nv30_context *nv30 = nv30_context(pipe); in nv30_resource_copy_region() 218 nv30_blit(struct pipe_context *pipe, in nv30_blit() argument 221 struct nv30_context *nv30 = nv30_context(pipe); in nv30_blit() 232 if (util_try_blit_via_copy_region(pipe, &info, nv30->render_cond_query != NULL)) { in nv30_blit() 274 nv30_flush_resource(struct pipe_context *pipe, in nv30_flush_resource() argument 280 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_resource *pt, in nv30_miptree_transfer_map() argument 285 struct nv30_context *nv30 = nv30_context(pipe); in nv30_miptree_transfer_map() 374 nv30_miptree_transfer_unmap(struct pipe_context *pipe, in nv30_miptree_transfer_unmap() argument 377 struct nv30_context *nv30 = nv30_context(pipe); in nv30_miptree_transfer_unmap() 544 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) nv30_miptree_surface_new() argument 582 nv30_miptree_surface_del(struct pipe_context *pipe, struct pipe_surface *ps) nv30_miptree_surface_del() argument [all...] |
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 701 const UsbDev &dev, const UsbPipe &pipe, std::vector<uint8_t> &bufferData, int32_t timeOut) in BulkTransferRead() 713 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.intfId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferRead() 714 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.endpointId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferRead() 732 int32_t UsbServerProxy::BulkTransferReadwithLength(const UsbDev &dev, const UsbPipe &pipe, in BulkTransferReadwithLength() argument 745 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.intfId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferReadwithLength() 746 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.endpointId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferReadwithLength() 766 const UsbDev &dev, const UsbPipe &pipe, const std::vector<uint8_t> &bufferData, int32_t timeOut) in BulkTransferWrite() 778 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.intfId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferWrite() 779 WRITE_PARCEL_WITH_RET(data, Uint8, pipe.endpointId, UEC_SERVICE_WRITE_PARCEL_ERROR); in BulkTransferWrite() 997 int32_t UsbServerProxy::RequestQueue(const UsbDev &dev, const UsbPipe &pipe, cons argument 700 BulkTransferRead( const UsbDev &dev, const UsbPipe &pipe, std::vector<uint8_t> &bufferData, int32_t timeOut) BulkTransferRead() argument 765 BulkTransferWrite( const UsbDev &dev, const UsbPipe &pipe, const std::vector<uint8_t> &bufferData, int32_t timeOut) BulkTransferWrite() argument 1118 RegBulkCallback(const UsbDev &dev, const UsbPipe &pipe, const sptr<IRemoteObject> &cb) RegBulkCallback() argument 1142 UnRegBulkCallback(const UsbDev &dev, const UsbPipe &pipe) UnRegBulkCallback() argument 1165 BulkRead(const UsbDev &dev, const UsbPipe &pipe, sptr<Ashmem> &ashmem) BulkRead() argument 1189 BulkWrite(const UsbDev &dev, const UsbPipe &pipe, sptr<Ashmem> &ashmem) BulkWrite() argument 1213 BulkCancel(const UsbDev &dev, const UsbPipe &pipe) BulkCancel() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 544 maxpacket = usb_maxpacket(qtd->urb->dev, qtd->urb->pipe, in create_ptd_atl() 545 usb_pipeout(qtd->urb->pipe)); in create_ptd_atl() 553 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl() 556 ptd->dw1 = usb_pipeendpoint(qtd->urb->pipe) >> 1; in create_ptd_atl() 557 ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe)); in create_ptd_atl() 560 if (usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl() 562 else if (usb_pipeint(qtd->urb->pipe)) in create_ptd_atl() 576 if (usb_pipeint(qtd->urb->pipe) && in create_ptd_atl() 584 if (usb_pipecontrol(qtd->urb->pipe) || in create_ptd_atl() 585 usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl() [all...] |
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_rx.c | 175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests() 404 ep = (usb_pipein(urb->pipe) ? dev->ep_in : dev->ep_out) in masking_bogus_flags() 405 [usb_pipeendpoint(urb->pipe)]; in masking_bogus_flags() 466 int pipe = get_pipe(sdev, pdu); in stub_recv_cmd_submit() local 472 if (pipe == -1) in stub_recv_cmd_submit() 534 if (usb_pipeisoc(pipe)) in stub_recv_cmd_submit() 580 priv->urbs[i]->pipe = pipe; in stub_recv_cmd_submit()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-topology.h | 405 struct skl_pipe *pipe; member 419 struct skl_pipe *pipe; member 467 int skl_create_pipeline(struct skl_dev *skl, struct skl_pipe *pipe); 469 int skl_run_pipe(struct skl_dev *skl, struct skl_pipe *pipe); 471 int skl_pause_pipe(struct skl_dev *skl, struct skl_pipe *pipe); 473 int skl_delete_pipe(struct skl_dev *skl, struct skl_pipe *pipe); 475 int skl_stop_pipe(struct skl_dev *skl, struct skl_pipe *pipe); 477 int skl_reset_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | waitq.c | 40 fput(sbi->pipe); /* Close the pipe */ in autofs_catatonic_mode() 41 sbi->pipe = NULL; in autofs_catatonic_mode() 88 struct file *pipe = NULL; in autofs_notify_daemon() local 138 struct user_namespace *user_ns = sbi->pipe->f_cred->user_ns; in autofs_notify_daemon() 160 pipe = get_file(sbi->pipe); in autofs_notify_daemon() 164 switch (ret = autofs_write(sbi, pipe, &pkt, pktsz)) { in autofs_notify_daemon() 176 fput(pipe); in autofs_notify_daemon()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 329 "pipe %c not active or no fb, skipping\n", in intel_fbdev_init_bios() 330 pipe_name(intel_crtc->pipe)); in intel_fbdev_init_bios() 337 pipe_name(intel_crtc->pipe)); in intel_fbdev_init_bios() 357 "pipe %c not active, skipping\n", in intel_fbdev_init_bios() 358 pipe_name(intel_crtc->pipe)); in intel_fbdev_init_bios() 363 pipe_name(intel_crtc->pipe)); in intel_fbdev_init_bios() 367 * pipe. Note we need to use the selected fb's pitch and bpp in intel_fbdev_init_bios() 368 * rather than the current pipe's, since they differ. in intel_fbdev_init_bios() 375 pipe_name(intel_crtc->pipe), in intel_fbdev_init_bios() 385 "pipe in intel_fbdev_init_bios() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | st7586.c | 155 static void st7586_pipe_update(struct drm_simple_display_pipe *pipe, in st7586_pipe_update() argument 158 struct drm_plane_state *state = pipe->plane.state; in st7586_pipe_update() 161 if (!pipe->crtc.state->active) in st7586_pipe_update() 168 static void st7586_pipe_enable(struct drm_simple_display_pipe *pipe, in st7586_pipe_enable() argument 172 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7586_pipe_enable() 184 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in st7586_pipe_enable() 247 static void st7586_pipe_disable(struct drm_simple_display_pipe *pipe) in st7586_pipe_disable() argument 249 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7586_pipe_disable()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | waitq.c | 40 fput(sbi->pipe); /* Close the pipe */ in autofs_catatonic_mode() 41 sbi->pipe = NULL; in autofs_catatonic_mode() 88 struct file *pipe = NULL; in autofs_notify_daemon() local 138 struct user_namespace *user_ns = sbi->pipe->f_cred->user_ns; in autofs_notify_daemon() 160 pipe = get_file(sbi->pipe); in autofs_notify_daemon() 164 switch (ret = autofs_write(sbi, pipe, &pkt, pktsz)) { in autofs_notify_daemon() 176 fput(pipe); in autofs_notify_daemon()
|