Lines Matching defs:hdev
39 int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr()
78 int btintel_enter_mfg(struct hci_dev *hdev) in btintel_enter_mfg()
95 int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) in btintel_exit_mfg()
120 int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in btintel_set_bdaddr()
138 static int btintel_set_event_mask(struct hci_dev *hdev, bool debug) in btintel_set_event_mask()
158 int btintel_set_diag(struct hci_dev *hdev, bool enable) in btintel_set_diag()
191 static int btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) in btintel_set_diag_mfg()
208 static int btintel_set_diag_combined(struct hci_dev *hdev, bool enable) in btintel_set_diag_combined()
225 static void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error()
258 int btintel_version_info(struct hci_dev *hdev, struct intel_version *ver) in btintel_version_info()
320 static int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, in btintel_secure_send()
344 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) in btintel_load_ddc_config()
389 int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg()
407 int btintel_read_version(struct hci_dev *hdev, struct intel_version *ver) in btintel_read_version()
432 static int btintel_version_info_tlv(struct hci_dev *hdev, in btintel_version_info_tlv()
512 static int btintel_parse_version_tlv(struct hci_dev *hdev, in btintel_parse_version_tlv()
614 static int btintel_read_version_tlv(struct hci_dev *hdev, in btintel_read_version_tlv()
650 struct hci_dev *hdev; member
818 struct regmap *btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read, in btintel_regmap_init()
838 int btintel_send_intel_reset(struct hci_dev *hdev, u32 boot_param) in btintel_send_intel_reset()
858 int btintel_read_boot_params(struct hci_dev *hdev, in btintel_read_boot_params()
909 static int btintel_sfi_rsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_rsa_header_secure_send()
945 static int btintel_sfi_ecdsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_ecdsa_header_secure_send()
980 static int btintel_download_firmware_payload(struct hci_dev *hdev, in btintel_download_firmware_payload()
1023 static bool btintel_firmware_version(struct hci_dev *hdev, in btintel_firmware_version()
1064 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware()
1112 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()
1294 struct hci_dev *hdev = ppag->hdev; in btintel_ppag_callback() local
1342 static int btintel_set_debug_features(struct hci_dev *hdev, in btintel_set_debug_features()
1391 static int btintel_reset_debug_features(struct hci_dev *hdev, in btintel_reset_debug_features()
1432 int btintel_set_quality_report(struct hci_dev *hdev, bool enable) in btintel_set_quality_report()
1456 static const struct firmware *btintel_legacy_rom_get_fw(struct hci_dev *hdev, in btintel_legacy_rom_get_fw()
1497 static int btintel_legacy_rom_patching(struct hci_dev *hdev, in btintel_legacy_rom_patching()
1611 static int btintel_legacy_rom_setup(struct hci_dev *hdev, in btintel_legacy_rom_setup()
1741 static int btintel_download_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_download_wait()
1778 static int btintel_boot_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_boot_wait()
1808 static int btintel_boot(struct hci_dev *hdev, u32 boot_addr) in btintel_boot()
1868 static int btintel_download_fw(struct hci_dev *hdev, in btintel_download_fw()
2033 static int btintel_bootloader_setup(struct hci_dev *hdev, in btintel_bootloader_setup()
2118 static int btintel_prepare_fw_download_tlv(struct hci_dev *hdev, in btintel_prepare_fw_download_tlv()
2225 static int btintel_get_codec_config_data(struct hci_dev *hdev, in btintel_get_codec_config_data()
2274 static int btintel_get_data_path_id(struct hci_dev *hdev, __u8 *data_path_id) in btintel_get_data_path_id()
2281 static int btintel_configure_offload(struct hci_dev *hdev) in btintel_configure_offload()
2315 static void btintel_set_ppag(struct hci_dev *hdev, struct intel_version_tlv *ver) in btintel_set_ppag()
2367 static int btintel_bootloader_setup_tlv(struct hci_dev *hdev, in btintel_bootloader_setup_tlv()
2436 static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant) in btintel_set_msft_opcode()
2459 static int btintel_setup_combined(struct hci_dev *hdev) in btintel_setup_combined()
2695 static int btintel_shutdown_combined(struct hci_dev *hdev) in btintel_shutdown_combined()
2730 int btintel_configure_setup(struct hci_dev *hdev) in btintel_configure_setup()
2743 void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len) in btintel_bootup()
2755 void btintel_secure_send_result(struct hci_dev *hdev, in btintel_secure_send_result()