Lines Matching defs:hdev
69 struct hci_dev *hdev = NULL, *d; in __hci_dev_get() local
99 static void hci_dev_put_srcu(struct hci_dev *hdev, int srcu_index) in hci_dev_put_srcu()
107 bool hci_discovery_active(struct hci_dev *hdev) in hci_discovery_active()
121 void hci_discovery_set_state(struct hci_dev *hdev, int state) in hci_discovery_set_state()
151 void hci_inquiry_cache_flush(struct hci_dev *hdev) in hci_inquiry_cache_flush()
165 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, in hci_inquiry_cache_lookup()
181 struct inquiry_entry *hci_inquiry_cache_lookup_unknown(struct hci_dev *hdev, in hci_inquiry_cache_lookup_unknown()
197 struct inquiry_entry *hci_inquiry_cache_lookup_resolve(struct hci_dev *hdev, in hci_inquiry_cache_lookup_resolve()
216 void hci_inquiry_cache_update_resolve(struct hci_dev *hdev, in hci_inquiry_cache_update_resolve()
235 u32 hci_inquiry_cache_update(struct hci_dev *hdev, struct inquiry_data *data, in hci_inquiry_cache_update()
297 static int inquiry_cache_dump(struct hci_dev *hdev, int num, __u8 *buf) in inquiry_cache_dump()
329 struct hci_dev *hdev; in hci_inquiry() local
422 static int hci_dev_do_open(struct hci_dev *hdev) in hci_dev_do_open()
440 struct hci_dev *hdev; in hci_dev_open() local
493 int hci_dev_do_close(struct hci_dev *hdev) in hci_dev_do_close()
510 struct hci_dev *hdev; in hci_dev_close() local
533 static int hci_dev_do_reset(struct hci_dev *hdev) in hci_dev_do_reset()
588 struct hci_dev *hdev; in hci_dev_reset() local
619 struct hci_dev *hdev; in hci_dev_reset_stat() local
643 static void hci_update_passive_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_passive_scan_state()
681 struct hci_dev *hdev; in hci_dev_cmd() local
787 struct hci_dev *hdev; in hci_get_dev_list() local
834 struct hci_dev *hdev; in hci_get_dev_info() local
887 static int hci_dev_do_poweroff(struct hci_dev *hdev) in hci_dev_do_poweroff()
904 struct hci_dev *hdev = data; in hci_rfkill_set_block() local
945 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on); in hci_power_on() local
1014 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_power_off() local
1024 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset() local
1040 void hci_uuids_clear(struct hci_dev *hdev) in hci_uuids_clear()
1050 void hci_link_keys_clear(struct hci_dev *hdev) in hci_link_keys_clear()
1060 void hci_smp_ltks_clear(struct hci_dev *hdev) in hci_smp_ltks_clear()
1070 void hci_smp_irks_clear(struct hci_dev *hdev) in hci_smp_irks_clear()
1080 void hci_blocked_keys_clear(struct hci_dev *hdev) in hci_blocked_keys_clear()
1090 bool hci_is_blocked_key(struct hci_dev *hdev, u8 type, u8 val[16]) in hci_is_blocked_key()
1107 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key()
1133 static bool hci_persistent_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_persistent_key()
1181 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_ltk()
1210 struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa) in hci_find_irk_by_rpa()
1244 struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_irk_by_addr()
1275 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_add_link_key()
1322 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_ltk()
1351 struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_irk()
1374 int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_remove_link_key()
1390 int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type) in hci_remove_ltk()
1409 void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type) in hci_remove_irk()
1424 bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_is_paired()
1463 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_cmd_timeout() local
1486 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_ncmd_timeout() local
1501 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data()
1517 int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_remove_remote_oob_data()
1534 void hci_remote_oob_data_clear(struct hci_dev *hdev) in hci_remote_oob_data_clear()
1544 int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_remote_oob_data()
1591 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance()
1604 struct adv_info *hci_find_adv_sid(struct hci_dev *hdev, u8 sid) in hci_find_adv_sid()
1617 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance()
1634 int hci_remove_adv_instance(struct hci_dev *hdev, u8 instance) in hci_remove_adv_instance()
1662 void hci_adv_instances_set_rpa_expired(struct hci_dev *hdev, bool rpa_expired) in hci_adv_instances_set_rpa_expired()
1671 void hci_adv_instances_clear(struct hci_dev *hdev) in hci_adv_instances_clear()
1701 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance, in hci_add_adv_instance()
1768 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, u8 sid, in hci_add_per_instance()
1791 int hci_set_adv_instance_data(struct hci_dev *hdev, u8 instance, in hci_set_adv_instance_data()
1826 u32 hci_adv_instance_flags(struct hci_dev *hdev, u8 instance) in hci_adv_instance_flags()
1860 bool hci_adv_instance_is_scannable(struct hci_dev *hdev, u8 instance) in hci_adv_instance_is_scannable()
1880 void hci_adv_monitors_clear(struct hci_dev *hdev) in hci_adv_monitors_clear()
1894 void hci_free_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_free_adv_monitor()
1920 int hci_add_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_add_adv_monitor()
1966 static int hci_remove_adv_monitor(struct hci_dev *hdev, in hci_remove_adv_monitor()
2002 int hci_remove_single_adv_monitor(struct hci_dev *hdev, u16 handle) in hci_remove_single_adv_monitor()
2013 int hci_remove_all_adv_monitor(struct hci_dev *hdev) in hci_remove_all_adv_monitor()
2035 bool hci_is_adv_monitoring(struct hci_dev *hdev) in hci_is_adv_monitoring()
2040 int hci_get_adv_monitor_offload_ext(struct hci_dev *hdev) in hci_get_adv_monitor_offload_ext()
2214 struct hci_conn_params *hci_conn_params_lookup(struct hci_dev *hdev, in hci_conn_params_lookup()
2269 struct hci_conn_params *hci_conn_params_add(struct hci_dev *hdev, in hci_conn_params_add()
2315 void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type) in hci_conn_params_del()
2331 void hci_conn_params_clear_disabled(struct hci_dev *hdev) in hci_conn_params_clear_disabled()
2354 static void hci_conn_params_clear_all(struct hci_dev *hdev) in hci_conn_params_clear_all()
2377 void hci_copy_identity_address(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_copy_identity_address()
2392 static void hci_clear_wake_reason(struct hci_dev *hdev) in hci_clear_wake_reason()
2406 struct hci_dev *hdev = in hci_suspend_notifier() local
2439 struct hci_dev *hdev; in hci_alloc_dev_priv() local
2576 void hci_free_dev(struct hci_dev *hdev) in hci_free_dev()
2584 int hci_register_dev(struct hci_dev *hdev) in hci_register_dev()
2690 void hci_unregister_dev(struct hci_dev *hdev) in hci_unregister_dev()
2743 void hci_release_dev(struct hci_dev *hdev) in hci_release_dev()
2780 int hci_register_suspend_notifier(struct hci_dev *hdev) in hci_register_suspend_notifier()
2793 int hci_unregister_suspend_notifier(struct hci_dev *hdev) in hci_unregister_suspend_notifier()
2812 static void hci_cancel_cmd_sync(struct hci_dev *hdev, int err) in hci_cancel_cmd_sync()
2830 int hci_suspend_dev(struct hci_dev *hdev) in hci_suspend_dev()
2861 int hci_resume_dev(struct hci_dev *hdev) in hci_resume_dev()
2889 int hci_reset_dev(struct hci_dev *hdev) in hci_reset_dev()
2908 static u8 hci_dev_classify_pkt_type(struct hci_dev *hdev, struct sk_buff *skb) in hci_dev_classify_pkt_type()
2917 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame()
2975 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag()
2990 void hci_set_hw_info(struct hci_dev *hdev, const char *fmt, ...) in hci_set_hw_info()
3001 void hci_set_fw_info(struct hci_dev *hdev, const char *fmt, ...) in hci_set_fw_info()
3038 static int hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_frame()
3083 static int hci_send_conn_frame(struct hci_dev *hdev, struct hci_conn *conn, in hci_send_conn_frame()
3091 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3115 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3163 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3177 void *hci_recv_event_data(struct hci_dev *hdev, __u8 event) in hci_recv_event_data()
3224 struct hci_dev *hdev = conn->hdev; in hci_queue_acl() local
3274 struct hci_dev *hdev = chan->conn->hdev; in hci_send_acl() local
3286 struct hci_dev *hdev = conn->hdev; in hci_send_sco() local
3320 struct hci_dev *hdev = conn->hdev; in hci_queue_iso() local
3364 struct hci_dev *hdev = conn->hdev; in hci_send_iso() local
3378 struct hci_dev *hdev; in hci_quote_sent() local
3414 static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, in hci_low_sent()
3453 static void hci_link_tx_to(struct hci_dev *hdev, __u8 type) in hci_link_tx_to()
3474 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent()
3537 static void hci_prio_recalculate(struct hci_dev *hdev, __u8 type) in hci_prio_recalculate()
3587 static void __check_timeout(struct hci_dev *hdev, unsigned int cnt, u8 type) in __check_timeout()
3611 static void hci_sched_sco(struct hci_dev *hdev, __u8 type) in hci_sched_sco()
3652 static void hci_sched_acl_pkt(struct hci_dev *hdev) in hci_sched_acl_pkt()
3694 static void hci_sched_acl(struct hci_dev *hdev) in hci_sched_acl()
3705 static void hci_sched_le(struct hci_dev *hdev) in hci_sched_le()
3751 static void hci_sched_iso(struct hci_dev *hdev, __u8 type) in hci_sched_iso()
3779 struct hci_dev *hdev = container_of(work, struct hci_dev, tx_work); in hci_tx_work() local
3804 static void hci_acldata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_acldata_packet()
3845 static void hci_scodata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_scodata_packet()
3884 static void hci_isodata_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_isodata_packet()
3921 static bool hci_req_is_complete(struct hci_dev *hdev) in hci_req_is_complete()
3932 static void hci_resend_last(struct hci_dev *hdev) in hci_resend_last()
3954 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
4023 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work() local
4096 static void hci_send_cmd_sync(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_cmd_sync()
4129 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_work); in hci_cmd_work() local