Lines Matching refs:hci_dev
186 int btintel_check_bdaddr(struct hci_dev *hdev);
187 int btintel_enter_mfg(struct hci_dev *hdev);
188 int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched);
189 int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr);
190 int btintel_set_diag(struct hci_dev *hdev, bool enable);
192 int btintel_version_info(struct hci_dev *hdev, struct intel_version *ver);
193 int btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name);
194 int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug);
195 int btintel_read_version(struct hci_dev *hdev, struct intel_version *ver);
196 struct regmap *btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read,
198 int btintel_send_intel_reset(struct hci_dev *hdev, u32 boot_param);
199 int btintel_read_boot_params(struct hci_dev *hdev,
201 int btintel_download_firmware(struct hci_dev *dev, struct intel_version *ver,
203 int btintel_configure_setup(struct hci_dev *hdev);
204 void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len);
205 void btintel_secure_send_result(struct hci_dev *hdev,
209 static inline int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr()
214 static inline int btintel_enter_mfg(struct hci_dev *hdev) in btintel_enter_mfg()
219 static inline int btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) in btintel_exit_mfg()
224 static inline int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in btintel_set_bdaddr()
229 static inline int btintel_set_diag(struct hci_dev *hdev, bool enable) in btintel_set_diag()
234 static inline int btintel_version_info(struct hci_dev *hdev, in btintel_version_info()
240 static inline int btintel_load_ddc_config(struct hci_dev *hdev, in btintel_load_ddc_config()
246 static inline int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg()
251 static inline int btintel_read_version(struct hci_dev *hdev, in btintel_read_version()
257 static inline struct regmap *btintel_regmap_init(struct hci_dev *hdev, in btintel_regmap_init()
264 static inline int btintel_send_intel_reset(struct hci_dev *hdev, in btintel_send_intel_reset()
270 static inline int btintel_read_boot_params(struct hci_dev *hdev, in btintel_read_boot_params()
276 static inline int btintel_download_firmware(struct hci_dev *dev, in btintel_download_firmware()
283 static inline int btintel_configure_setup(struct hci_dev *hdev) in btintel_configure_setup()
288 static inline void btintel_bootup(struct hci_dev *hdev, in btintel_bootup()
293 static inline void btintel_secure_send_result(struct hci_dev *hdev, in btintel_secure_send_result()