Searched refs:ch341 (Results 1 – 4 of 4) sorted by relevance
| /drivers/spi/ |
| A D | spi-ch341.c | 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() 88 return usb_bulk_msg(ch341->udev, ch341->read_pipe, trans->rx_buf, 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() 160 ch341->ctrl = ctrl; in ch341_probe() 161 ch341->udev = udev; in ch341_probe() 166 ch341->rx_buf = devm_kzalloc(&udev->dev, ch341->rx_len, GFP_KERNEL); in ch341_probe() 174 ch341->tx_buf = in ch341_probe() 179 usb_fill_bulk_urb(ch341->rx_urb, udev, ch341->read_pipe, ch341->rx_buf, in ch341_probe() [all …]
|
| A D | Makefile | 45 obj-$(CONFIG_SPI_CH341) += spi-ch341.o
|
| /drivers/usb/serial/ |
| A D | Makefile | 17 obj-$(CONFIG_USB_SERIAL_CH341) += ch341.o
|
| A D | Kconfig | 113 module will be called ch341.
|
Completed in 8 milliseconds