Lines Matching defs:hdev
35 int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr()
74 int btintel_enter_mfg(struct hci_dev *hdev) in btintel_enter_mfg()
91 int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) in btintel_exit_mfg()
116 int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in btintel_set_bdaddr()
134 static int btintel_set_event_mask(struct hci_dev *hdev, bool debug) in btintel_set_event_mask()
154 int btintel_set_diag(struct hci_dev *hdev, bool enable) in btintel_set_diag()
187 static int btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) in btintel_set_diag_mfg()
204 static int btintel_set_diag_combined(struct hci_dev *hdev, bool enable) in btintel_set_diag_combined()
221 static void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error()
254 int btintel_version_info(struct hci_dev *hdev, struct intel_version *ver) in btintel_version_info()
316 static int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, in btintel_secure_send()
340 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) in btintel_load_ddc_config()
385 int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg()
403 int btintel_read_version(struct hci_dev *hdev, struct intel_version *ver) in btintel_read_version()
428 static int btintel_version_info_tlv(struct hci_dev *hdev, in btintel_version_info_tlv()
507 static int btintel_parse_version_tlv(struct hci_dev *hdev, in btintel_parse_version_tlv()
609 static int btintel_read_version_tlv(struct hci_dev *hdev, in btintel_read_version_tlv()
645 struct hci_dev *hdev; member
813 struct regmap *btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read, in btintel_regmap_init()
833 int btintel_send_intel_reset(struct hci_dev *hdev, u32 boot_param) in btintel_send_intel_reset()
853 int btintel_read_boot_params(struct hci_dev *hdev, in btintel_read_boot_params()
904 static int btintel_sfi_rsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_rsa_header_secure_send()
940 static int btintel_sfi_ecdsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_ecdsa_header_secure_send()
975 static int btintel_download_firmware_payload(struct hci_dev *hdev, in btintel_download_firmware_payload()
1018 static bool btintel_firmware_version(struct hci_dev *hdev, in btintel_firmware_version()
1058 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware()
1109 static int btintel_download_fw_tlv(struct hci_dev *hdev, in btintel_download_fw_tlv()
1210 static void btintel_reset_to_bootloader(struct hci_dev *hdev) in btintel_reset_to_bootloader()
1254 static int btintel_read_debug_features(struct hci_dev *hdev, in btintel_read_debug_features()
1285 static int btintel_set_debug_features(struct hci_dev *hdev, in btintel_set_debug_features()
1311 static const struct firmware *btintel_legacy_rom_get_fw(struct hci_dev *hdev, in btintel_legacy_rom_get_fw()
1352 static int btintel_legacy_rom_patching(struct hci_dev *hdev, in btintel_legacy_rom_patching()
1466 static int btintel_legacy_rom_setup(struct hci_dev *hdev, in btintel_legacy_rom_setup()
1596 static int btintel_download_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_download_wait()
1633 static int btintel_boot_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_boot_wait()
1663 static int btintel_boot(struct hci_dev *hdev, u32 boot_addr) in btintel_boot()
1723 static int btintel_download_fw(struct hci_dev *hdev, in btintel_download_fw()
1888 static int btintel_bootloader_setup(struct hci_dev *hdev, in btintel_bootloader_setup()
1981 static int btintel_prepare_fw_download_tlv(struct hci_dev *hdev, in btintel_prepare_fw_download_tlv()
2086 static int btintel_bootloader_setup_tlv(struct hci_dev *hdev, in btintel_bootloader_setup_tlv()
2157 static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant) in btintel_set_msft_opcode()
2179 static int btintel_setup_combined(struct hci_dev *hdev) in btintel_setup_combined()
2383 static int btintel_shutdown_combined(struct hci_dev *hdev) in btintel_shutdown_combined()
2417 int btintel_configure_setup(struct hci_dev *hdev) in btintel_configure_setup()
2430 void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len) in btintel_bootup()
2442 void btintel_secure_send_result(struct hci_dev *hdev, in btintel_secure_send_result()