Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/qemu/include/hw/xen/interface/io/
H A Dusbif.h295 #define usbif_pipeportnum(pipe) ((pipe) & USBIF_PIPE_PORT_MASK) argument
296 #define usbif_setportnum_pipe(pipe, portnum) ((pipe) | (portnum)) argument
298 #define usbif_pipeunlink(pipe) ((pipe) & USBIF_PIPE_UNLINK) argument
299 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe)) argument
300 #define usbif_setunlink_pipe(pipe) ((pipe) | USBIF_PIPE_UNLINK) argument
302 #define usbif_pipein(pipe) ((pipe) & USBIF_PIPE_DIR) argument
303 #define usbif_pipeout(pipe) (!usbif_pipein(pipe)) argument
305 #define usbif_pipedevice(pipe) \ argument
308 #define usbif_pipeendpoint(pipe) \ argument
311 #define usbif_pipetype(pipe) \ argument
[all …]
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c34 unsigned long pipe, void *buffer, int len, in construct_urb()
90 struct usb_device *dev, unsigned long pipe, in _musb_submit_control_msg()
104 struct usb_device *dev, unsigned long pipe, void *buffer, int len) in _musb_submit_bulk_msg()
112 struct usb_device *dev, unsigned long pipe, in _musb_submit_int_msg()
121 struct usb_device *dev, unsigned long pipe, int queuesize, in _musb_create_int_queue()
258 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg()
264 int submit_control_msg(struct usb_device *dev, unsigned long pipe, in submit_control_msg()
270 int submit_int_msg(struct usb_device *dev, unsigned long pipe, in submit_int_msg()
277 unsigned long pipe, int queuesize, int elementsize, in create_int_queue()
307 unsigned long pipe, void *buffer, int length, in musb_submit_control_msg()
[all …]
H A Dmusb_host.c197 unsigned pipe = urb->pipe; in musb_start_urb() local
460 int pipe = urb->pipe; in musb_host_packet_rx() local
1104 int pipe; in musb_host_tx() local
1439 int pipe; in musb_host_rx() local
/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c16 static void usbmon_trace(struct udevice *bus, ulong pipe, in usbmon_trace()
40 unsigned long pipe, in sandbox_submit_control()
76 unsigned long pipe, void *buffer, int length) in sandbox_submit_bulk()
101 unsigned long pipe, void *buffer, int length, in sandbox_submit_int()
H A Dehci-hcd.c300 ehci_submit_async(struct usb_device *dev, unsigned long pipe, void *buffer, in ehci_submit_async()
667 static int ehci_submit_root(struct usb_device *dev, unsigned long pipe, in ehci_submit_root()
1150 static int _ehci_submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in _ehci_submit_bulk_msg()
1161 static int _ehci_submit_control_msg(struct usb_device *dev, unsigned long pipe, in _ehci_submit_control_msg()
1182 unsigned long pipe; member
1233 unsigned long pipe, int queuesize, int elementsize, in _ehci_create_int_queue()
1402 unsigned long pipe = queue->pipe; in _ehci_poll_int_queue() local
1484 static int _ehci_submit_int_msg(struct usb_device *dev, unsigned long pipe, in _ehci_submit_int_msg()
1522 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg()
1528 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg()
[all …]
H A Dr8a66597-hcd.c251 struct usb_device *dev, unsigned long pipe) in pipe_buffer_setting()
343 unsigned long pipe, void *buffer, int transfer_len) in send_bulk_packet()
392 unsigned long pipe, in receive_bulk_packet()
493 unsigned long pipe) in send_status_packet()
590 static int r8a66597_submit_rh_msg(struct usb_device *dev, unsigned long pipe, in r8a66597_submit_rh_msg()
757 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg()
790 int submit_control_msg(struct usb_device *dev, unsigned long pipe, in submit_control_msg()
824 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
H A Dsl811-hcd.c214 static int sl811_send_packet(struct usb_device *dev, unsigned long pipe, __u8 *buffer, int len) in sl811_send_packet()
287 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg()
322 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg()
386 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
529 static int sl811_rh_submit_urb(struct usb_device *usb_dev, unsigned long pipe, in sl811_rh_submit_urb()
H A Dohci-hcd.c277 unsigned long pipe, void *buffer, int transfer_len, in pkt_print()
515 unsigned long pipe = urb->pipe; in sohci_submit_job() local
844 unsigned long pipe, int interval, int load) in ep_add_ed()
950 unsigned long pipe, void *buffer, int transfer_len, in td_submit_job()
1242 unsigned long pipe, void *buffer, int transfer_len, in ohci_submit_rh_msg()
1492 static urb_priv_t *ohci_alloc_urb(struct usb_device *dev, unsigned long pipe, in ohci_alloc_urb()
1513 unsigned long pipe, void *buffer, int transfer_len, in submit_common_msg()
1618 struct usb_device *udev, unsigned long pipe, int queuesize, in _ohci_create_int_queue()
1696 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg()
1704 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
[all …]
H A Ddwc2.c788 unsigned long pipe, void *buffer, int txlen, in dwc_otg_submit_rh_msg()
906 unsigned long pipe, u8 *pid, int in, void *buffer, int len) in chunk_msg()
1033 unsigned long pipe, void *buffer, int len) in _submit_bulk_msg()
1053 unsigned long pipe, void *buffer, int len, in _submit_control_msg()
1111 unsigned long pipe, void *buffer, int len, int interval) in _submit_int_msg()
1226 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg()
1232 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg()
1238 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
1272 unsigned long pipe, void *buffer, int length, in dwc2_submit_control_msg()
1284 unsigned long pipe, void *buffer, int length) in dwc2_submit_bulk_msg()
[all …]
H A Dxhci.c881 static int xhci_submit_root(struct usb_device *udev, unsigned long pipe, in xhci_submit_root()
1111 static int _xhci_submit_int_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_int_msg()
1137 static int _xhci_submit_bulk_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_bulk_msg()
1159 static int _xhci_submit_control_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_control_msg()
1260 int submit_control_msg(struct usb_device *udev, unsigned long pipe, in submit_control_msg()
1273 int submit_bulk_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_bulk_msg()
1279 int submit_int_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_int_msg()
1348 unsigned long pipe, void *buffer, int length, in xhci_submit_control_msg()
1381 unsigned long pipe, void *buffer, int length) in xhci_submit_bulk_msg()
1388 unsigned long pipe, void *buffer, int length, in xhci_submit_int_msg()
H A Dusb-uclass.c33 int submit_int_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_int_msg()
45 int submit_control_msg(struct usb_device *udev, unsigned long pipe, in submit_control_msg()
68 int submit_bulk_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_bulk_msg()
81 unsigned long pipe, int queuesize, int elementsize, in create_int_queue()
H A Dxhci-ring.c554 int xhci_bulk_tx(struct usb_device *udev, unsigned long pipe, in xhci_bulk_tx()
746 int xhci_ctrl_tx(struct usb_device *udev, unsigned long pipe, in xhci_ctrl_tx()
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c161 int usb_emul_find(struct udevice *bus, ulong pipe, int port1, in usb_emul_find()
177 unsigned long pipe, void *buffer, int length, in usb_emul_control()
232 unsigned long pipe, void *buffer, int length) in usb_emul_bulk()
248 unsigned long pipe, void *buffer, int length, int interval) in usb_emul_int()
H A Dsandbox_keyb.c172 unsigned long pipe, void *buff, int len, in sandbox_keyb_control()
181 unsigned long pipe, void *buffer, int length, int interval) in sandbox_keyb_interrupt()
/openbmc/u-boot/include/
H A Dusb.h47 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) argument
383 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \ argument
386 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) argument
387 #define usb_pipein(pipe) (((pipe) >> 7) & 1) argument
388 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) argument
389 #define usb_pipe_endpdev(pipe) (((pipe) >> 8) & 0x7ff) argument
390 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) argument
391 #define usb_pipedata(pipe) (((pipe) >> 19) & 1) argument
392 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) argument
393 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) argument
[all …]
/openbmc/libmctp/utils/
H A Dmeson.build21 pipe = executable( variable
/openbmc/bmcweb/test/include/
H A Dcredential_pipe_test.cpp34 CredentialsPipe pipe(io); in TEST() local
/openbmc/u-boot/drivers/video/
H A Di915_reg.h47 #define BLM_PIPE(pipe) ((pipe) << 29) argument
95 #define ENH_PIPE(pipe) _PIPE(pipe, ENH_PIPE_A_SELECT, ENH_PIPE_B_SELECT) argument
267 #define TVIDEO_DIP_CTL(pipe) _PIPE(pipe, _VIDEO_DIP_CTL_A, _VIDEO_DIP_CTL_B) argument
268 #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) argument
269 #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) argument
279 #define VLV_TVIDEO_DIP_CTL(pipe) \ argument
281 #define VLV_TVIDEO_DIP_DATA(pipe) \ argument
283 #define VLV_TVIDEO_DIP_GCP(pipe) \ argument
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c457 static int musb_submit_rh_msg(struct usb_device *dev, unsigned long pipe, in musb_submit_rh_msg()
752 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg()
851 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg()
1058 int submit_int_msg(struct usb_device *dev, unsigned long pipe, in submit_int_msg()
/openbmc/u-boot/common/
H A Dusb.c197 int usb_submit_int_msg(struct usb_device *dev, unsigned long pipe, in usb_submit_int_msg()
212 int usb_control_msg(struct usb_device *dev, unsigned int pipe, in usb_control_msg()
264 int usb_bulk_msg(struct usb_device *dev, unsigned int pipe, in usb_bulk_msg()
293 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket()
525 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt()
H A Dcli_hush.c200 struct pipe *pipe; member
243 struct pipe { struct
254 struct child_prog *progs; /* array of commands in pipe */ argument
255 struct pipe *next; /* to track background commands */ argument
260 pipe_style followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ argument
261 reserved_style r_mode; /* supports if, for, while, until */
H A Dusb_storage.c363 static int us_one_transfer(struct us_data *us, int pipe, char *buf, int length) in us_one_transfer()
449 unsigned int pipe; in usb_stor_BBB_reset() local
535 unsigned int pipe; in usb_stor_BBB_comdat() local
583 unsigned int pipe; in usb_stor_CB_comdat() local
708 unsigned int pipe, pipein, pipeout; in usb_stor_BBB_transport() local
/openbmc/phosphor-fan-presence/
H A Dhwmon_ffdc.cpp27 std::unique_ptr<FILE, decltype(pipe_close)> pipe( in executeCommand() local
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.cpp108 FILE* pipe = popen(cmd.c_str(), "r"); in executeCmd() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py75 def _logged_communicate(pipe, log, input, extrafiles): argument

12