Home
last modified time | relevance | path

Searched refs:uart_index (Results 1 – 8 of 8) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtl_btlpm.c417 int ret, uart_index; in bluesleep_probe() local
510 uart_index = DEFAULT_UART_INDEX; in bluesleep_probe()
516 uart_index = val; in bluesleep_probe()
522 BT_DBG("uart_index (%u)\n", uart_index); in bluesleep_probe()
523 bluesleep_uart_dev = sw_uart_get_pdev(uart_index); in bluesleep_probe()
Dbcm_btlpm.c735 int ret, uart_index; in bluesleep_probe() local
827 uart_index = DEFAULT_UART_INDEX; in bluesleep_probe()
833 uart_index = val; in bluesleep_probe()
839 BT_DBG("uart_index (%u)\n", uart_index); in bluesleep_probe()
840 bluesleep_uart_dev = sw_uart_get_pdev(uart_index); in bluesleep_probe()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
Duart.c71 uart_driver_data_t *uart_open(hi_u32 uart_index, uart_mode mode) in uart_open() argument
76 if (uart_index >= UART_NUM || mode != UART_232) { in uart_open()
80 udd = (uart_driver_data_t *) g_udd_g[uart_index]; in uart_open()
Duart.h56 uart_driver_data_t *uart_open(hi_u32 uart_index, uart_mode uart_mode);
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/transport/uart/src/
Dble_hci_uart.c508 hci_if.uart_index = uart_idx; in wm_ble_controller_init()
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h374 uint8_t uart_index; /**< uart port index, 1~4 */ member
/device/board/isoftstone/zhiyuan/bootloader/configs/zhiyuan/linux-5.10/
Dboard.dts1541 uart_index = <0x1>;
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp_hostif.c3546 hci_if.uart_index = 1; in bt_test_mode_proc()