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()
1059 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware()
1107 static int btintel_download_fw_tlv(struct hci_dev *hdev, in btintel_download_fw_tlv()
1205 static void btintel_reset_to_bootloader(struct hci_dev *hdev) in btintel_reset_to_bootloader()
1249 static int btintel_read_debug_features(struct hci_dev *hdev, in btintel_read_debug_features()
1280 static int btintel_set_debug_features(struct hci_dev *hdev, in btintel_set_debug_features()
1329 static int btintel_reset_debug_features(struct hci_dev *hdev, in btintel_reset_debug_features()
1370 int btintel_set_quality_report(struct hci_dev *hdev, bool enable) in btintel_set_quality_report()
1394 static const struct firmware *btintel_legacy_rom_get_fw(struct hci_dev *hdev, in btintel_legacy_rom_get_fw()
1435 static int btintel_legacy_rom_patching(struct hci_dev *hdev, in btintel_legacy_rom_patching()
1549 static int btintel_legacy_rom_setup(struct hci_dev *hdev, in btintel_legacy_rom_setup()
1679 static int btintel_download_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_download_wait()
1716 static int btintel_boot_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_boot_wait()
1746 static int btintel_boot(struct hci_dev *hdev, u32 boot_addr) in btintel_boot()
1806 static int btintel_download_fw(struct hci_dev *hdev, in btintel_download_fw()
1971 static int btintel_bootloader_setup(struct hci_dev *hdev, in btintel_bootloader_setup()
2056 static int btintel_prepare_fw_download_tlv(struct hci_dev *hdev, in btintel_prepare_fw_download_tlv()
2161 static int btintel_get_codec_config_data(struct hci_dev *hdev, in btintel_get_codec_config_data()
2210 static int btintel_get_data_path_id(struct hci_dev *hdev, __u8 *data_path_id) in btintel_get_data_path_id()
2217 static int btintel_configure_offload(struct hci_dev *hdev) in btintel_configure_offload()
2251 static int btintel_bootloader_setup_tlv(struct hci_dev *hdev, in btintel_bootloader_setup_tlv()
2317 static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant) in btintel_set_msft_opcode()
2339 static int btintel_setup_combined(struct hci_dev *hdev) in btintel_setup_combined()
2546 static int btintel_shutdown_combined(struct hci_dev *hdev) in btintel_shutdown_combined()
2580 int btintel_configure_setup(struct hci_dev *hdev) in btintel_configure_setup()
2593 void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len) in btintel_bootup()
2605 void btintel_secure_send_result(struct hci_dev *hdev, in btintel_secure_send_result()