| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
| H A D | core.c | 60 void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) in ath6kl_core_rx_complete() argument
|
| H A D | htc-ops.h | 106 ath6kl_htc_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) ath6kl_htc_rx_complete() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_gem_atomic_helper.c | 395 int drm_gem_simple_kms_begin_shadow_fb_access(struct drm_simple_display_pipe *pipe, in drm_gem_simple_kms_begin_shadow_fb_access() argument 413 void drm_gem_simple_kms_end_shadow_fb_access(struct drm_simple_display_pipe *pipe, in drm_gem_simple_kms_end_shadow_fb_access() argument 427 drm_gem_simple_kms_reset_shadow_plane(struct drm_simple_display_pipe *pipe) drm_gem_simple_kms_reset_shadow_plane() argument 446 drm_gem_simple_kms_duplicate_shadow_plane_state(struct drm_simple_display_pipe *pipe) drm_gem_simple_kms_duplicate_shadow_plane_state() argument 461 drm_gem_simple_kms_destroy_shadow_plane_state(struct drm_simple_display_pipe *pipe, struct drm_plane_state *plane_state) drm_gem_simple_kms_destroy_shadow_plane_state() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
| H A D | hyperv_drm.h | 14 struct drm_simple_display_pipe pipe; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
| H A D | lima_mmu.c | 34 struct lima_sched_pipe *pipe; in lima_mmu_irq_handler() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_pipe.c | 159 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe, in mdp5_pipe_init() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_modeset_verify.c | 118 enum pipe pipe; in verify_encoder_state() local 198 enum pipe pipe; in verify_crtc_state() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.h | 103 struct drm_simple_display_pipe pipe; member
|
| /kernel/linux/linux-6.6/sound/pci/echoaudio/ |
| H A D | mia_dsp.c | 170 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
|
| /kernel/linux/linux-6.6/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 153 pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe, int is_capture, int pin) pcxhr_dsp_allocate_pipe() argument 233 struct pcxhr_pipe *pipe; pcxhr_config_pipes() local [all...] |
| /kernel/linux/linux-6.6/net/nfc/hci/ |
| H A D | hcp.c | 21 int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, in nfc_hci_hcp_message_tx() argument 117 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx() argument
|
| /test/xts/hats/hdf/usb/deviceStatusTest/common/ |
| H A D | usbd_device_status_test.cpp | 334 struct UsbPipe pipe = {interfaceId, pointId};
in HWTEST_F() local 357 struct UsbPipe pipe = {interfaceId, pointId};
in HWTEST_F() local 382 struct UsbPipe pipe = {interfaceId, pointId};
in HWTEST_F() local 407 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 431 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 457 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 482 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 507 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local [all...] |
| /test/xts/hats/hdf/usb/requestTest_additional/common/ |
| H A D | usbd_request_test_additional.cpp | 106 struct UsbPipe pipe = {interfaceId, pointId}; in HWTEST_F() local 129 struct UsbPipe pipe = {interfaceId, pointId}; in HWTEST_F() local 154 struct UsbPipe pipe = {interfaceId, pointId}; in HWTEST_F() local 179 struct UsbPipe pipe = {interfaceId, pointId}; in HWTEST_F() local 199 struct UsbPipe pipe = {interfaceId, pointId}; in HWTEST_F() local 219 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 239 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 261 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 283 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 310 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 337 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 364 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 391 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 421 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 451 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 478 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 500 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 522 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local 544 struct UsbPipe pipe = {interfaceId, pointId}; HWTEST_F() local [all...] |
| /third_party/NuttX/drivers/pipes/ |
| H A D | pipe.c | 242 int pipe(int fd[2]) in pipe() function [all...] |
| /third_party/libuv/test/ |
| H A D | test-ipc-heavy-traffic-deadlock-bug.c | 134 uv_pipe_t pipe; in TEST_IMPL() local 145 uv_pipe_t pipe; in ipc_helper_heavy_traffic_deadlock_bug() local
|
| /third_party/libdrm/freedreno/ |
| H A D | freedreno_ringbuffer.c | 36 fd_ringbuffer_new_flags(struct fd_pipe *pipe, uint32_t size, in fd_ringbuffer_new_flags() argument 63 fd_ringbuffer_new(struct fd_pipe *pipe, uint32_t size) in fd_ringbuffer_new() argument 69 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) in fd_ringbuffer_new_object() argument [all...] |
| /third_party/libdrm/freedreno/msm/ |
| H A D | msm_pipe.c | 31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() argument 51 static int msm_pipe_get_param(struct fd_pipe *pipe, in msm_pipe_get_param() argument 78 msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout) msm_pipe_wait() argument 99 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) open_submitqueue() argument 128 close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) close_submitqueue() argument 137 msm_pipe_destroy(struct fd_pipe *pipe) msm_pipe_destroy() argument 157 get_param(struct fd_pipe *pipe, uint32_t param) get_param() argument 176 struct fd_pipe *pipe = NULL; msm_pipe_new() local [all...] |
| H A D | msm_bo.c | 67 static int msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
|
| /third_party/mesa3d/src/freedreno/drm/msm/ |
| H A D | msm_pipe.c | 33 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() argument 53 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() argument 73 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param() argument 110 set_param(struct fd_pipe *pipe, uint32_t param, uint64_t value) set_param() argument 124 msm_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) msm_pipe_set_param() argument 136 msm_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) msm_pipe_wait() argument 156 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) open_submitqueue() argument 186 close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) close_submitqueue() argument 196 msm_pipe_destroy(struct fd_pipe *pipe) msm_pipe_destroy() argument 225 get_param(struct fd_pipe *pipe, uint32_t param) get_param() argument 244 struct fd_pipe *pipe = NULL; msm_pipe_new() local [all...] |
| H A D | msm_bo.c | 69 msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
|
| H A D | msm_priv.h | 51 uint32_t pipe; member
|
| /third_party/mesa3d/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer_sp.h | 107 struct fd_pipe *pipe; member
|
| H A D | freedreno_pipe.c | 37 struct fd_pipe *pipe; in fd_pipe_new2() local 95 fd_pipe_ref(struct fd_pipe *pipe) fd_pipe_ref() argument 104 fd_pipe_ref_locked(struct fd_pipe *pipe) fd_pipe_ref_locked() argument 112 fd_pipe_del(struct fd_pipe *pipe) fd_pipe_del() argument 120 fd_pipe_del_locked(struct fd_pipe *pipe) fd_pipe_del_locked() argument 135 fd_pipe_purge(struct fd_pipe *pipe) fd_pipe_purge() argument 162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) fd_pipe_get_param() argument 168 fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) fd_pipe_set_param() argument 174 fd_pipe_dev_id(struct fd_pipe *pipe) fd_pipe_dev_id() argument 180 fd_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence) fd_pipe_wait() argument 186 fd_pipe_wait_timeout(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) fd_pipe_wait_timeout() argument 198 fd_pipe_emit_fence(struct fd_pipe *pipe, struct fd_ringbuffer *ring) fd_pipe_emit_fence() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_cs.c | 45 svga_create_compute_state(struct pipe_context *pipe, in svga_create_compute_state() argument 84 svga_bind_compute_state(struct pipe_context *pipe, void *shader) in svga_bind_compute_state() argument 98 svga_delete_compute_state(struct pipe_context *pipe, void *shader) in svga_delete_compute_state() argument 136 svga_set_compute_resources(struct pipe_context *pipe, in svga_set_compute_resources() argument 151 svga_set_global_binding(struct pipe_context *pipe, in svga_set_global_binding() argument 189 svga_launch_grid(struct pipe_context *pipe, in svga_launch_grid() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.h | 74 virgl_screen(struct pipe_screen *pipe) in virgl_screen() argument
|