| /kernel/linux/linux-6.6/sound/usb/usx2y/ |
| H A D | usbusx2yaudio.c | 417 unsigned int pipe; in usx2y_urbs_allocate() local
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
| H A D | msm_drm.h | 31 __u32 pipe; member
|
| /kernel/linux/linux-6.6/sound/pci/vx222/ |
| H A D | vx222_ops.c | 245 vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_write() argument 284 vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_read() argument [all...] |
| /kernel/linux/linux-6.6/sound/pci/mixart/ |
| H A D | mixart.c | 58 mixart_set_pipe_state(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int start) mixart_set_pipe_state() argument 157 mixart_set_clock(struct mixart_mgr *mgr, struct mixart_pipe *pipe, unsigned int rate) mixart_set_clock() argument 220 struct mixart_pipe *pipe; snd_mixart_add_ref_pipe() local 328 snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring) snd_mixart_kill_ref_pipe() argument 711 struct mixart_pipe *pipe; snd_mixart_playback_open() local 790 struct mixart_pipe *pipe; snd_mixart_capture_open() local [all...] |
| H A D | mixart.h | 121 struct mixart_pipe *pipe; member
|
| /kernel/linux/linux-6.6/sound/pci/pcxhr/ |
| H A D | pcxhr_mixer.c | 250 struct pcxhr_pipe *pipe = &chip->playback_pipe; in pcxhr_update_playback_stream_level() local 294 struct pcxhr_pipe *pipe; in pcxhr_update_audio_pipe_level() local [all...] |
| /test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/ |
| H A D | usbddk.cpp | 579 struct UsbRequestPipe pipe; in UsbSendPipeRequestOne() local 612 struct UsbRequestPipe pipe; in UsbSendPipeRequestTwo() local 644 struct UsbRequestPipe pipe; UsbSendPipeRequestThree() local 676 struct UsbRequestPipe pipe; UsbSendPipeRequestFour() local 791 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemOne() local 842 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemThree() local 880 struct UsbRequestPipe pipe; UsbSendPipeRequestWithAshmemFour() local [all...] |
| /third_party/backends/backend/ |
| H A D | tamarack.h | 115 int pipe; /* pipe to reader process */ member
|
| H A D | test.h | 134 SANE_Int pipe; member
|
| H A D | mustek_pp.c | 247 reader_process (Mustek_pp_Handle * hndl, int pipe) in reader_process() argument [all...] |
| H A D | mustek_pp.h | 248 int pipe; member
|
| /third_party/backends/sanei/ |
| H A D | usb_manager.cpp | 70 USBDevicePipe pipe; member 342 USBDevicePipe pipe; in usb_manager_open() local 524 USBDevicePipe &pipe = dev_handle->pipe; in usb_manager_release_interface() local 546 USBDevicePipe &pipe = dev_handle->pipe; usb_manager_bulk_transfer() local 587 USBDevicePipe &pipe = dev_handle->pipe; usb_manager_control_transfer() local 617 USBDevicePipe pipe = dev_handle->pipe; usb_manager_set_interface_alt_setting() local [all...] |
| /third_party/libdrm/include/drm/ |
| H A D | msm_drm.h | 79 __u32 pipe; /* in, MSM_PIPE_x */ member
|
| /third_party/mesa3d/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 97 struct fd_pipe *pipe; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 284 svga_create_surface_view(struct pipe_context *pipe, in svga_create_surface_view() argument 432 svga_create_surface(struct pipe_context *pipe, in svga_create_surface() argument 661 svga_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) svga_surface_destroy() argument [all...] |
| H A D | svga_resource_texture.c | 469 svga_texture_transfer_map(struct pipe_context *pipe, in svga_texture_transfer_map() argument 775 svga_texture_transfer_unmap(struct pipe_context *pipe, in svga_texture_transfer_unmap() argument 1227 svga_texture_generate_mipmap(struct pipe_context *pipe, struct pipe_resource *pt, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) svga_texture_generate_mipmap() argument [all...] |
| H A D | svga_pipe_blit.c | 841 svga_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit) svga_blit() argument 891 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) svga_resource_copy_region() argument 970 svga_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource) svga_flush_resource() argument [all...] |
| H A D | svga_pipe_query.c | 622 svga_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index) svga_create_query() argument 762 svga_destroy_query(struct pipe_context *pipe, struct pipe_query *q) svga_destroy_query() argument 842 svga_begin_query(struct pipe_context *pipe, struct pipe_query *q) svga_begin_query() argument 965 svga_end_query(struct pipe_context *pipe, struct pipe_query *q) svga_end_query() argument 1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument 1230 svga_render_condition(struct pipe_context *pipe, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) svga_render_condition() argument 1285 svga_get_timestamp(struct pipe_context *pipe) svga_get_timestamp() argument 1301 svga_set_active_query_state(struct pipe_context *pipe, bool enable) svga_set_active_query_state() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.c | 799 static void virgl_buffer_subdata(struct pipe_context *pipe, in virgl_buffer_subdata() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | swapchain9.c | 99 struct pipe_context *pipe = nine_context_get_pipe_acquire(This->base.device); in D3DWindowBuffer_create() local 626 struct pipe_context *pipe; in handle_draw_cursor_and_hud() local 724 struct pipe_context *pipe; in present() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | va_private.h | 248 struct pipe_context *pipe; member
|
| /third_party/mesa3d/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 197 struct pipe_context *pipe = osmesa->stctx->pipe; in osmesa_read_buffer() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_renderer.c | 399 struct pipe_context *pipe = r->pipe; in renderer_copy_prepare() local [all...] |
| H A D | xa_priv.h | 84 struct pipe_context *pipe; member
|
| /third_party/node/lib/internal/streams/ |
| H A D | readable.js | |