Home
last modified time | relevance | path

Searched refs:pipe (Results 1551 - 1575 of 3122) sorted by relevance

1...<<61626364656667686970>>...125

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dpci.h46 /* Service to pipe map Target address */
79 /* Per-pipe state. */
84 /* Our pipe number; facilitates use of pipe_info ptrs. */
232 void ath10k_pci_hif_send_complete_check(struct ath10k *ar, u8 pipe,
234 u16 ath10k_pci_hif_get_free_queue_number(struct ath10k *ar, u8 pipe);
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lut.c150 struct vsp1_pipeline *pipe, in lut_configure_stream()
160 struct vsp1_pipeline *pipe, in lut_configure_frame()
149 lut_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) lut_configure_stream() argument
159 lut_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) lut_configure_frame() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpollndk.cpp75 pipe(fd); in PollChk()
105 pipe(fd); in PpollChk()
/test/xts/hats/kernel/syscalls/fileio/write/
H A DWriteApiTest.cpp110 ret = pipe(pipefd); in HWTEST_F()
178 * @tc.desc : Write data to pipe success.
190 ret = pipe(pipefd); in HWTEST_F()
/third_party/cups-filters/filter/foomatic-rip/
H A Dprocess.c105 if (pipe(pfdin) < 0) in _start_process()
108 if (pipe(pfdout) < 0) in _start_process()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h134 struct etna_pipe *pipe; member
166 struct etna_pipe *pipe; member
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-mempool.c30 bool pipe) in dump_mem_pool_reg_write()
32 if (pipe) { in dump_mem_pool_reg_write()
34 printf("\t\twrite %s (%02x) pipe\n", info->name, reg); in dump_mem_pool_reg_write()
29 dump_mem_pool_reg_write(unsigned reg, uint32_t data, unsigned context, bool pipe) dump_mem_pool_reg_write() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_formats.c45 /** Set if the pipe format is defined in the table. */
70 #define FORMAT(pipe, rt, tex, swiz) \
71 [PIPE_FORMAT_##pipe] = { true, RT_##rt, VC4_TEXTURE_TYPE_##tex, swiz }
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c41 #include "pipe/p_context.h"
157 if (rb->surface->context != st->pipe) { in st_update_framebuffer_state()
189 if (rb->surface && rb->surface->context != ctx->pipe) { in st_update_framebuffer_state()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c12 2. Fork, child waits for command on pipe
54 rval = pipe(to_parent); in main()
56 perror(ERROR_PREFIX "pipe (1)"); in main()
60 rval = pipe(to_child); in main()
62 perror(ERROR_PREFIX "pipe (2)"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-2.c17 * 2. Parent uses mq_open to create a new mq and tell child to open it using pipe.
61 rval = pipe(to_parent); in main()
66 rval = pipe(to_child); in main()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c156 void r300_buffer_transfer_unmap( struct pipe_context *pipe, in r300_buffer_transfer_unmap() argument
159 struct r300_context *r300 = r300_context(pipe); in r300_buffer_transfer_unmap()
/third_party/pulseaudio/src/tests/
H A Dsrbchannel-test.c94 fail_unless(pipe(pipefd) == 0); in START_TEST()
95 fail_unless(pipe(&pipefd[2]) == 0); in START_TEST()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_utils.py25 h1, h2 = windows_utils.pipe(overlapped=(True, True))
62 h, _ = windows_utils.pipe(overlapped=(True, True))
/third_party/parse5/bench/perf/
H A Dindex.js114 stream.pipe(parserStream);
126 stream.pipe(writable);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c303 * mipi_dbi_pipe_update - Display pipe update helper
304 * @pipe: Simple display pipe
310 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, in mipi_dbi_pipe_update() argument
313 struct drm_plane_state *state = pipe->plane.state; in mipi_dbi_pipe_update()
316 if (!pipe->crtc.state->active) in mipi_dbi_pipe_update()
382 * mipi_dbi_pipe_disable - MIPI DBI pipe disable helper
383 * @pipe: Display pipe
389 void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe) in mipi_dbi_pipe_disable() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.c53 unsigned int pipe = in rt2x00usb_vendor_request() local
62 status = usb_control_msg(usb_dev, pipe, request, requesttype, in rt2x00usb_vendor_request()
583 int pipe; in rt2x00usb_assign_endpoint() local
588 pipe = usb_rcvbulkpipe(usb_dev, queue->usb_endpoint); in rt2x00usb_assign_endpoint()
589 queue->usb_maxpacket = usb_maxpacket(usb_dev, pipe, 0); in rt2x00usb_assign_endpoint()
591 pipe = usb_sndbulkpipe(usb_dev, queue->usb_endpoint); in rt2x00usb_assign_endpoint()
592 queue->usb_maxpacket = usb_maxpacket(usb_dev, pipe, 1); in rt2x00usb_assign_endpoint()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c89 * prepare urb for playback data pipe
227 subs->endpoint, usb_pipein(urb->pipe) ? "in" : "out", in i_usx2y_usbpcm_urb_complete()
303 unsigned int pipe; in usx2y_usbpcm_urbs_allocate() local
307 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_usbpcm_urbs_allocate()
309 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback); in usx2y_usbpcm_urbs_allocate()
332 (*purb)->pipe = pipe; in usx2y_usbpcm_urbs_allocate()
424 if (usb_pipein(urb->pipe)) { in usx2y_usbpcm_urbs_start()
497 snd_printdd("starting capture pipe for %s\n", subs == capsubs ? in snd_usx2y_usbpcm_prepare()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dcore.c121 * Doing a clear all pipe is a bad idea because: in st21nfca_hci_load_session()
124 * (such as removing connectivity or APDU reader pipe) in st21nfca_hci_load_session()
126 * - get a pipe list for each host. in st21nfca_hci_load_session()
129 * - get pipe information in st21nfca_hci_load_session()
130 * - match retrieved pipe list in st21nfca_gates in st21nfca_hci_load_session()
141 /* Get pipe list */ in st21nfca_hci_load_session()
158 * Match pipe ID and gate ID in st21nfca_hci_load_session()
160 * - pipe state (1byte) in st21nfca_hci_load_session()
169 pr_err("Unexpected apdu_reader pipe on host %x\n", in st21nfca_hci_load_session()
182 hdev->init_data.gates[j].pipe in st21nfca_hci_load_session()
833 st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, struct sk_buff *skb) st21nfca_hci_cmd_received() argument
890 st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) st21nfca_hci_event_received() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dati_remote.c768 int pipe, maxp; in ati_remote_initialize() local
773 pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress); in ati_remote_initialize()
774 maxp = usb_maxpacket(udev, pipe); in ati_remote_initialize()
777 usb_fill_int_urb(ati_remote->irq_urb, udev, pipe, ati_remote->inbuf, in ati_remote_initialize()
784 pipe = usb_sndintpipe(udev, ati_remote->endpoint_out->bEndpointAddress); in ati_remote_initialize()
785 maxp = usb_maxpacket(udev, pipe); in ati_remote_initialize()
788 usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf, in ati_remote_initialize()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.c53 unsigned int pipe = in rt2x00usb_vendor_request() local
62 status = usb_control_msg(usb_dev, pipe, request, requesttype, in rt2x00usb_vendor_request()
583 int pipe; in rt2x00usb_assign_endpoint() local
588 pipe = usb_rcvbulkpipe(usb_dev, queue->usb_endpoint); in rt2x00usb_assign_endpoint()
589 queue->usb_maxpacket = usb_maxpacket(usb_dev, pipe); in rt2x00usb_assign_endpoint()
591 pipe = usb_sndbulkpipe(usb_dev, queue->usb_endpoint); in rt2x00usb_assign_endpoint()
592 queue->usb_maxpacket = usb_maxpacket(usb_dev, pipe); in rt2x00usb_assign_endpoint()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dcore.c120 * Doing a clear all pipe is a bad idea because: in st21nfca_hci_load_session()
123 * (such as removing connectivity or APDU reader pipe) in st21nfca_hci_load_session()
125 * - get a pipe list for each host. in st21nfca_hci_load_session()
128 * - get pipe information in st21nfca_hci_load_session()
129 * - match retrieved pipe list in st21nfca_gates in st21nfca_hci_load_session()
140 /* Get pipe list */ in st21nfca_hci_load_session()
157 * Match pipe ID and gate ID in st21nfca_hci_load_session()
159 * - pipe state (1byte) in st21nfca_hci_load_session()
168 pr_err("Unexpected apdu_reader pipe on host %x\n", in st21nfca_hci_load_session()
181 hdev->init_data.gates[j].pipe in st21nfca_hci_load_session()
832 st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, struct sk_buff *skb) st21nfca_hci_cmd_received() argument
889 st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) st21nfca_hci_event_received() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c93 * prepare urb for playback data pipe
239 subs->endpoint, usb_pipein(urb->pipe) ? "in" : "out", in i_usx2y_usbpcm_urb_complete()
317 unsigned int pipe; in usx2y_usbpcm_urbs_allocate() local
322 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_usbpcm_urbs_allocate()
324 subs->maxpacksize = usb_maxpacket(dev, pipe); in usx2y_usbpcm_urbs_allocate()
347 (*purb)->pipe = pipe; in usx2y_usbpcm_urbs_allocate()
448 if (usb_pipein(urb->pipe)) { in usx2y_usbpcm_urbs_start()
531 snd_printdd("starting capture pipe for %s\n", subs == capsubs ? in snd_usx2y_usbpcm_prepare()
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py95 # Some commands don't like the pipe, e.g. calling vi from within the script or
97 def Command(cmd, args="", prefix="", pipe=True, cwd=None):
105 if pipe:
145 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
146 return Command(cmd, args, prefix, pipe, cwd=cwd)
402 def Git(self, args="", prefix="", pipe=True, retry_on=None, cwd=None):
404 "git", args, prefix, pipe, cwd=cwd or self.default_cwd)
415 pipe=False,
/kernel/linux/linux-5.10/drivers/usb/host/
H A Doxu210hp-hcd.c1330 usb_pipeendpoint(urb->pipe), in qtd_copy_status()
1331 usb_pipein(urb->pipe) ? "in" : "out"); in qtd_copy_status()
1341 usb_pipedevice(urb->pipe), in qtd_copy_status()
1342 usb_pipeendpoint(urb->pipe), in qtd_copy_status()
1343 usb_pipein(urb->pipe) ? "in" : "out", in qtd_copy_status()
1382 usb_pipeendpoint(urb->pipe),
1383 usb_pipein(urb->pipe) ? "in" : "out",
1529 if ((usb_pipein(qtd->urb->pipe)) && in qh_completions()
1533 && usb_pipecontrol(urb->pipe); in qh_completions()
1639 is_input = usb_pipein(urb->pipe); in qh_urb_transaction()
[all...]

Completed in 20 milliseconds

1...<<61626364656667686970>>...125