Lines Matching defs:hdev
69 struct hci_dev *hdev = NULL, *d; in hci_dev_get() local
89 bool hci_discovery_active(struct hci_dev *hdev) in hci_discovery_active()
103 void hci_discovery_set_state(struct hci_dev *hdev, int state) in hci_discovery_set_state()
133 void hci_inquiry_cache_flush(struct hci_dev *hdev) in hci_inquiry_cache_flush()
147 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, in hci_inquiry_cache_lookup()
163 struct inquiry_entry *hci_inquiry_cache_lookup_unknown(struct hci_dev *hdev, in hci_inquiry_cache_lookup_unknown()
179 struct inquiry_entry *hci_inquiry_cache_lookup_resolve(struct hci_dev *hdev, in hci_inquiry_cache_lookup_resolve()
198 void hci_inquiry_cache_update_resolve(struct hci_dev *hdev, in hci_inquiry_cache_update_resolve()
217 u32 hci_inquiry_cache_update(struct hci_dev *hdev, struct inquiry_data *data, in hci_inquiry_cache_update()
279 static int inquiry_cache_dump(struct hci_dev *hdev, int num, __u8 *buf) in inquiry_cache_dump()
311 struct hci_dev *hdev; in hci_inquiry() local
404 static int hci_dev_do_open(struct hci_dev *hdev) in hci_dev_do_open()
422 struct hci_dev *hdev; in hci_dev_open() local
475 int hci_dev_do_close(struct hci_dev *hdev) in hci_dev_do_close()
492 struct hci_dev *hdev; in hci_dev_close() local
515 static int hci_dev_do_reset(struct hci_dev *hdev) in hci_dev_do_reset()
570 struct hci_dev *hdev; in hci_dev_reset() local
601 struct hci_dev *hdev; in hci_dev_reset_stat() local
625 static void hci_update_passive_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_passive_scan_state()
663 struct hci_dev *hdev; in hci_dev_cmd() local
769 struct hci_dev *hdev; in hci_get_dev_list() local
816 struct hci_dev *hdev; in hci_get_dev_info() local
869 static int hci_dev_do_poweroff(struct hci_dev *hdev) in hci_dev_do_poweroff()
886 struct hci_dev *hdev = data; in hci_rfkill_set_block() local
927 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on); in hci_power_on() local
996 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_power_off() local
1006 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset() local
1022 void hci_uuids_clear(struct hci_dev *hdev) in hci_uuids_clear()
1032 void hci_link_keys_clear(struct hci_dev *hdev) in hci_link_keys_clear()
1042 void hci_smp_ltks_clear(struct hci_dev *hdev) in hci_smp_ltks_clear()
1052 void hci_smp_irks_clear(struct hci_dev *hdev) in hci_smp_irks_clear()
1062 void hci_blocked_keys_clear(struct hci_dev *hdev) in hci_blocked_keys_clear()
1072 bool hci_is_blocked_key(struct hci_dev *hdev, u8 type, u8 val[16]) in hci_is_blocked_key()
1089 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key()
1115 static bool hci_persistent_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_persistent_key()
1163 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_ltk()
1192 struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa) in hci_find_irk_by_rpa()
1226 struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_irk_by_addr()
1259 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_add_link_key()
1306 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_ltk()
1335 struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_irk()
1358 int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_remove_link_key()
1374 int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type) in hci_remove_ltk()
1393 void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type) in hci_remove_irk()
1408 bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_is_paired()
1447 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_cmd_timeout() local
1470 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_ncmd_timeout() local
1485 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data()
1501 int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_remove_remote_oob_data()
1518 void hci_remote_oob_data_clear(struct hci_dev *hdev) in hci_remote_oob_data_clear()
1528 int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_remote_oob_data()
1575 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance()
1588 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance()
1605 int hci_remove_adv_instance(struct hci_dev *hdev, u8 instance) in hci_remove_adv_instance()
1633 void hci_adv_instances_set_rpa_expired(struct hci_dev *hdev, bool rpa_expired) in hci_adv_instances_set_rpa_expired()
1642 void hci_adv_instances_clear(struct hci_dev *hdev) in hci_adv_instances_clear()
1672 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance, in hci_add_adv_instance()
1739 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, in hci_add_per_instance()
1761 int hci_set_adv_instance_data(struct hci_dev *hdev, u8 instance, in hci_set_adv_instance_data()
1796 u32 hci_adv_instance_flags(struct hci_dev *hdev, u8 instance) in hci_adv_instance_flags()
1830 bool hci_adv_instance_is_scannable(struct hci_dev *hdev, u8 instance) in hci_adv_instance_is_scannable()
1850 void hci_adv_monitors_clear(struct hci_dev *hdev) in hci_adv_monitors_clear()
1864 void hci_free_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_free_adv_monitor()
1892 int hci_add_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_add_adv_monitor()
1938 static int hci_remove_adv_monitor(struct hci_dev *hdev, in hci_remove_adv_monitor()
1974 int hci_remove_single_adv_monitor(struct hci_dev *hdev, u16 handle) in hci_remove_single_adv_monitor()
1985 int hci_remove_all_adv_monitor(struct hci_dev *hdev) in hci_remove_all_adv_monitor()
2007 bool hci_is_adv_monitoring(struct hci_dev *hdev) in hci_is_adv_monitoring()
2012 int hci_get_adv_monitor_offload_ext(struct hci_dev *hdev) in hci_get_adv_monitor_offload_ext()
2206 struct hci_conn_params *hci_conn_params_lookup(struct hci_dev *hdev, in hci_conn_params_lookup()
2261 struct hci_conn_params *hci_conn_params_add(struct hci_dev *hdev, in hci_conn_params_add()
2307 void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type) in hci_conn_params_del()
2323 void hci_conn_params_clear_disabled(struct hci_dev *hdev) in hci_conn_params_clear_disabled()
2346 static void hci_conn_params_clear_all(struct hci_dev *hdev) in hci_conn_params_clear_all()
2369 void hci_copy_identity_address(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_copy_identity_address()
2384 static void hci_clear_wake_reason(struct hci_dev *hdev) in hci_clear_wake_reason()
2398 struct hci_dev *hdev = in hci_suspend_notifier() local
2431 struct hci_dev *hdev; in hci_alloc_dev_priv() local
2562 void hci_free_dev(struct hci_dev *hdev) in hci_free_dev()
2570 int hci_register_dev(struct hci_dev *hdev) in hci_register_dev()
2676 void hci_unregister_dev(struct hci_dev *hdev) in hci_unregister_dev()
2726 void hci_release_dev(struct hci_dev *hdev) in hci_release_dev()
2763 int hci_register_suspend_notifier(struct hci_dev *hdev) in hci_register_suspend_notifier()
2776 int hci_unregister_suspend_notifier(struct hci_dev *hdev) in hci_unregister_suspend_notifier()
2795 static void hci_cancel_cmd_sync(struct hci_dev *hdev, int err) in hci_cancel_cmd_sync()
2813 int hci_suspend_dev(struct hci_dev *hdev) in hci_suspend_dev()
2844 int hci_resume_dev(struct hci_dev *hdev) in hci_resume_dev()
2872 int hci_reset_dev(struct hci_dev *hdev) in hci_reset_dev()
2891 static u8 hci_dev_classify_pkt_type(struct hci_dev *hdev, struct sk_buff *skb) in hci_dev_classify_pkt_type()
2900 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame()
2953 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag()
2968 void hci_set_hw_info(struct hci_dev *hdev, const char *fmt, ...) in hci_set_hw_info()
2979 void hci_set_fw_info(struct hci_dev *hdev, const char *fmt, ...) in hci_set_fw_info()
3016 static int hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_frame()
3053 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3077 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3125 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3139 void *hci_recv_event_data(struct hci_dev *hdev, __u8 event) in hci_recv_event_data()
3186 struct hci_dev *hdev = conn->hdev; in hci_queue_acl() local
3236 struct hci_dev *hdev = chan->conn->hdev; in hci_send_acl() local
3248 struct hci_dev *hdev = conn->hdev; in hci_send_sco() local
3282 struct hci_dev *hdev = conn->hdev; in hci_queue_iso() local
3326 struct hci_dev *hdev = conn->hdev; in hci_send_iso() local
3340 struct hci_dev *hdev; in hci_quote_sent() local
3374 static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, in hci_low_sent()
3412 static void hci_link_tx_to(struct hci_dev *hdev, __u8 type) in hci_link_tx_to()
3438 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent()
3501 static void hci_prio_recalculate(struct hci_dev *hdev, __u8 type) in hci_prio_recalculate()
3551 static void __check_timeout(struct hci_dev *hdev, unsigned int cnt, u8 type) in __check_timeout()
3575 static void hci_sched_sco(struct hci_dev *hdev) in hci_sched_sco()
3598 static void hci_sched_esco(struct hci_dev *hdev) in hci_sched_esco()
3622 static void hci_sched_acl_pkt(struct hci_dev *hdev) in hci_sched_acl_pkt()
3664 static void hci_sched_acl(struct hci_dev *hdev) in hci_sched_acl()
3675 static void hci_sched_le(struct hci_dev *hdev) in hci_sched_le()
3721 static void hci_sched_iso(struct hci_dev *hdev) in hci_sched_iso()
3749 struct hci_dev *hdev = container_of(work, struct hci_dev, tx_work); in hci_tx_work() local
3772 static void hci_acldata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_acldata_packet()
3808 static void hci_scodata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_scodata_packet()
3842 static void hci_isodata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_isodata_packet()
3879 static bool hci_req_is_complete(struct hci_dev *hdev) in hci_req_is_complete()
3890 static void hci_resend_last(struct hci_dev *hdev) in hci_resend_last()
3912 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
3981 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work() local
4054 static void hci_send_cmd_sync(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_cmd_sync()
4086 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_work); in hci_cmd_work() local