Searched refs:hci_uart_set_baudrate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_uart.h | 106 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed);
|
H A D | hci_ldisc.c | 373 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed) in hci_uart_set_baudrate() function 406 hci_uart_set_baudrate(hu, speed); in hci_uart_setup() 419 hci_uart_set_baudrate(hu, speed); in hci_uart_setup()
|
H A D | hci_mrvl.c | 372 hci_uart_set_baudrate(hu, 3000000); in mrvl_setup()
|
H A D | hci_intel.c | 517 hci_uart_set_baudrate(hu, speed); in intel_set_baudrate()
|
H A D | hci_bcm.c | 153 hci_uart_set_baudrate(hu, speed); in host_set_baudrate()
|
H A D | hci_qca.c | 1328 hci_uart_set_baudrate(hu, speed); in host_set_baudrate()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_uart.h | 117 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed);
|
H A D | hci_ldisc.c | 373 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed) in hci_uart_set_baudrate() function 406 hci_uart_set_baudrate(hu, speed); in hci_uart_setup() 419 hci_uart_set_baudrate(hu, speed); in hci_uart_setup()
|
H A D | hci_mrvl.c | 383 hci_uart_set_baudrate(hu, hu->oper_speed); in mrvl_setup()
|
H A D | hci_intel.c | 517 hci_uart_set_baudrate(hu, speed); in intel_set_baudrate()
|
H A D | hci_bcm.c | 175 hci_uart_set_baudrate(hu, speed); in host_set_baudrate()
|
H A D | hci_qca.c | 1377 hci_uart_set_baudrate(hu, speed); in host_set_baudrate()
|
Completed in 16 milliseconds