Lines Matching full:baudrate
1213 /* For the WCN3990 the vendor command for a baudrate change in qca_recv_event()
1216 * new baudrate. The event is received and properly decoded in qca_recv_event()
1217 * after changing the baudrate of the host port. It needs to in qca_recv_event()
1335 static int qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate) in qca_set_baudrate() argument
1342 if (baudrate > QCA_BAUDRATE_3200000) in qca_set_baudrate()
1345 cmd[4] = baudrate; in qca_set_baudrate()
1349 bt_dev_err(hdev, "Failed to allocate baudrate packet"); in qca_set_baudrate()
1353 /* Assign commands to change baudrate and packet type. */ in qca_set_baudrate()
1360 /* Wait for the baudrate change request to be sent */ in qca_set_baudrate()
1404 * at required baudrate to wcn3990. On wcn3990, we have an external in qca_send_power_pulse()
1405 * circuit at Tx pin which decodes the pulse sent at specific baudrate. in qca_send_power_pulse()
1498 * changing the baudrate of chip and host. in qca_set_speed()
1554 * for the baudrate change command. in qca_set_speed()
1559 "Failed to change controller baudrate\n"); in qca_set_speed()