Searched refs:write_pipe (Results 1 – 2 of 2) sorted by relevance
| /drivers/spi/ |
| A D | spi-ch341.c | 33 unsigned int write_pipe; member 59 err = usb_bulk_msg(ch341->udev, ch341->write_pipe, ch341->tx_buf, in ch341_set_cs() 83 ret = usb_bulk_msg(ch341->udev, ch341->write_pipe, ch341->tx_buf, len, in ch341_transfer_one() 121 return usb_bulk_msg(ch341->udev, ch341->write_pipe, ch341->tx_buf, 3, in ch341_config_stream() 133 return usb_bulk_msg(ch341->udev, ch341->write_pipe, ch341->tx_buf, 4, in ch341_enable_pins() 162 ch341->write_pipe = usb_sndbulkpipe(udev, usb_endpoint_num(out)); in ch341_probe()
|
| /drivers/gnss/ |
| A D | usb.c | 30 unsigned int write_pipe; member 103 ret = usb_bulk_msg(gusb->udev, gusb->write_pipe, tbuf, count, NULL, in gnss_usb_write_raw() 170 gusb->write_pipe = usb_sndbulkpipe(udev, usb_endpoint_num(out)); in gnss_usb_probe()
|
Completed in 7 milliseconds