Lines Matching defs:hdev
124 static int aml_send_tci_cmd(struct hci_dev *hdev, u16 op_code, u32 op_addr, in aml_send_tci_cmd()
169 static int aml_update_chip_baudrate(struct hci_dev *hdev, u32 baud) in aml_update_chip_baudrate()
180 static int aml_start_chip(struct hci_dev *hdev) in aml_start_chip()
200 static int aml_send_firmware_segment(struct hci_dev *hdev, in aml_send_firmware_segment()
217 static int aml_send_firmware(struct hci_dev *hdev, u8 fw_type, in aml_send_firmware()
245 static int aml_download_firmware(struct hci_dev *hdev, const char *fw_name) in aml_download_firmware()
321 static int aml_send_reset(struct hci_dev *hdev) in aml_send_reset()
338 static int aml_dump_fw_version(struct hci_dev *hdev) in aml_dump_fw_version()
374 static int aml_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in aml_set_bdaddr()
405 static int aml_check_bdaddr(struct hci_dev *hdev) in aml_check_bdaddr()
436 static int aml_config_rf(struct hci_dev *hdev, bool is_coex) in aml_config_rf()
582 struct hci_dev *hdev = amldev->serdev_hu.hdev; in aml_setup() local