Home
last modified time | relevance | path

Searched refs:num_supported_commands (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2378 u16 opcode, num_supported_commands = in btintel_pcie_hci_drv_read_info() local
2381 rp_size = sizeof(*rp) + num_supported_commands * 2; in btintel_pcie_hci_drv_read_info()
2389 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btintel_pcie_hci_drv_read_info()
2390 for (i = 0; i < num_supported_commands; i++) { in btintel_pcie_hci_drv_read_info()
H A Dbtusb.c3916 u16 opcode, num_supported_commands = in btusb_hci_drv_read_info() local
3919 rp_size = sizeof(*rp) + num_supported_commands * 2; in btusb_hci_drv_read_info()
3927 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btusb_hci_drv_read_info()
3928 for (i = 0; i < num_supported_commands; i++) { in btusb_hci_drv_read_info()