Home
last modified time | relevance | path

Searched refs:ftdi_set_bitmode (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dftdi_sio_external.h32 int ftdi_set_bitmode(int handle, unsigned char bitmask, unsigned char mode);
H A Ddhd_pcie_linux.c3048 ftdi_set_bitmode(gpio_handle_val, 0, BITMODE_BITBANG); in dhdpcie_oob_init()
3055 ftdi_set_bitmode(gpio_handle_val, gpio_direction, BITMODE_BITBANG); in dhdpcie_oob_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dftdi_sio_external.h32 int ftdi_set_bitmode(int handle, unsigned char bitmask, unsigned char mode);
H A Ddhd_pcie_linux.c3058 ftdi_set_bitmode(gpio_handle_val, 0, BITMODE_BITBANG); in dhdpcie_oob_init()
3065 ftdi_set_bitmode(gpio_handle_val, gpio_direction, BITMODE_BITBANG); in dhdpcie_oob_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie_linux.c2033 ftdi_set_bitmode(gpio_handle_val, 0, BITMODE_BITBANG); in dhdpcie_oob_init()
2040 ftdi_set_bitmode(gpio_handle_val, gpio_direction, BITMODE_BITBANG); in dhdpcie_oob_init()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dftdi_sio.c1809 static int ftdi_set_bitmode(struct usb_serial_port *port, u8 mode) in ftdi_set_bitmode() function
1839 return ftdi_set_bitmode(port, FTDI_SIO_BITMODE_CBUS); in ftdi_set_cbus_pins()
1848 return ftdi_set_bitmode(port, FTDI_SIO_BITMODE_RESET); in ftdi_exit_cbus_mode()