Lines Matching defs:hdev

41 	struct hci_dev *hdev;  member
62 int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr()
101 int btintel_enter_mfg(struct hci_dev *hdev) in btintel_enter_mfg()
118 int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) in btintel_exit_mfg()
143 int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in btintel_set_bdaddr()
161 static int btintel_set_event_mask(struct hci_dev *hdev, bool debug) in btintel_set_event_mask()
181 int btintel_set_diag(struct hci_dev *hdev, bool enable) in btintel_set_diag()
214 static int btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) in btintel_set_diag_mfg()
231 static int btintel_set_diag_combined(struct hci_dev *hdev, bool enable) in btintel_set_diag_combined()
248 static void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error()
281 int btintel_version_info(struct hci_dev *hdev, struct intel_version *ver) in btintel_version_info()
346 static int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, in btintel_secure_send()
370 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) in btintel_load_ddc_config()
415 int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg()
433 int btintel_read_version(struct hci_dev *hdev, struct intel_version *ver) in btintel_read_version()
458 static int btintel_version_info_tlv(struct hci_dev *hdev, in btintel_version_info_tlv()
544 static int btintel_parse_version_tlv(struct hci_dev *hdev, in btintel_parse_version_tlv()
649 static int btintel_read_version_tlv(struct hci_dev *hdev, in btintel_read_version_tlv()
685 struct hci_dev *hdev; member
853 struct regmap *btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read, in btintel_regmap_init()
873 int btintel_send_intel_reset(struct hci_dev *hdev, u32 boot_param) in btintel_send_intel_reset()
893 int btintel_read_boot_params(struct hci_dev *hdev, in btintel_read_boot_params()
944 static int btintel_sfi_rsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_rsa_header_secure_send()
980 static int btintel_sfi_ecdsa_header_secure_send(struct hci_dev *hdev, in btintel_sfi_ecdsa_header_secure_send()
1015 static int btintel_download_firmware_payload(struct hci_dev *hdev, in btintel_download_firmware_payload()
1058 static bool btintel_firmware_version(struct hci_dev *hdev, in btintel_firmware_version()
1099 int btintel_download_firmware(struct hci_dev *hdev, in btintel_download_firmware()
1147 static int btintel_download_fw_tlv(struct hci_dev *hdev, in btintel_download_fw_tlv()
1245 static void btintel_reset_to_bootloader(struct hci_dev *hdev) in btintel_reset_to_bootloader()
1289 static int btintel_read_debug_features(struct hci_dev *hdev, in btintel_read_debug_features()
1329 struct hci_dev *hdev = ppag->hdev; in btintel_ppag_callback() local
1379 static int btintel_set_debug_features(struct hci_dev *hdev, in btintel_set_debug_features()
1428 static int btintel_reset_debug_features(struct hci_dev *hdev, in btintel_reset_debug_features()
1469 int btintel_set_quality_report(struct hci_dev *hdev, bool enable) in btintel_set_quality_report()
1493 static void btintel_coredump(struct hci_dev *hdev) in btintel_coredump()
1506 static void btintel_dmp_hdr(struct hci_dev *hdev, struct sk_buff *skb) in btintel_dmp_hdr()
1525 static int btintel_register_devcoredump_support(struct hci_dev *hdev) in btintel_register_devcoredump_support()
1546 static const struct firmware *btintel_legacy_rom_get_fw(struct hci_dev *hdev, in btintel_legacy_rom_get_fw()
1587 static int btintel_legacy_rom_patching(struct hci_dev *hdev, in btintel_legacy_rom_patching()
1701 static int btintel_legacy_rom_setup(struct hci_dev *hdev, in btintel_legacy_rom_setup()
1831 static int btintel_download_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_download_wait()
1868 static int btintel_boot_wait(struct hci_dev *hdev, ktime_t calltime, int msec) in btintel_boot_wait()
1898 static int btintel_boot(struct hci_dev *hdev, u32 boot_addr) in btintel_boot()
1958 static int btintel_download_fw(struct hci_dev *hdev, in btintel_download_fw()
2123 static int btintel_bootloader_setup(struct hci_dev *hdev, in btintel_bootloader_setup()
2208 static int btintel_prepare_fw_download_tlv(struct hci_dev *hdev, in btintel_prepare_fw_download_tlv()
2315 static int btintel_get_codec_config_data(struct hci_dev *hdev, in btintel_get_codec_config_data()
2364 static int btintel_get_data_path_id(struct hci_dev *hdev, __u8 *data_path_id) in btintel_get_data_path_id()
2371 static int btintel_configure_offload(struct hci_dev *hdev) in btintel_configure_offload()
2405 static void btintel_set_ppag(struct hci_dev *hdev, struct intel_version_tlv *ver) in btintel_set_ppag()
2470 static int btintel_acpi_reset_method(struct hci_dev *hdev) in btintel_acpi_reset_method()
2510 static void btintel_set_dsm_reset_method(struct hci_dev *hdev, in btintel_set_dsm_reset_method()
2580 static int btintel_bootloader_setup_tlv(struct hci_dev *hdev, in btintel_bootloader_setup_tlv()
2649 static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant) in btintel_set_msft_opcode()
2673 static int btintel_setup_combined(struct hci_dev *hdev) in btintel_setup_combined()
2919 static int btintel_shutdown_combined(struct hci_dev *hdev) in btintel_shutdown_combined()
2954 int btintel_configure_setup(struct hci_dev *hdev, const char *driver_name) in btintel_configure_setup()
2969 static int btintel_diagnostics(struct hci_dev *hdev, struct sk_buff *skb) in btintel_diagnostics()
2999 int btintel_recv_event(struct hci_dev *hdev, struct sk_buff *skb) in btintel_recv_event()
3043 void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len) in btintel_bootup()
3055 void btintel_secure_send_result(struct hci_dev *hdev, in btintel_secure_send_result()