Searched refs:adv_info (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/net/bluetooth/ |
D | eir.c | 230 struct adv_info *adv = NULL; in eir_create_adv_data() 327 struct adv_info *adv; in eir_create_scan_rsp()
|
D | hci_core.c | 1604 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance() 1606 struct adv_info *adv_instance; in hci_find_adv_instance() 1617 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance() 1619 struct adv_info *cur_instance; in hci_get_next_instance() 1626 struct adv_info, list)) in hci_get_next_instance() 1628 struct adv_info, list); in hci_get_next_instance() 1636 struct adv_info *adv_instance; in hci_remove_adv_instance() 1664 struct adv_info *adv_instance, *n; in hci_adv_instances_set_rpa_expired() 1673 struct adv_info *adv_instance, *n; in hci_adv_instances_clear() 1692 struct adv_info *adv_instance = container_of(work, struct adv_info, in adv_instance_rpa_expired() [all …]
|
D | hci_request.c | 902 struct adv_info *adv; in __hci_req_enable_advertising() 1231 bool use_rpa, struct adv_info *adv_instance, in hci_get_random_address() 1341 struct adv_info *adv_instance; in __hci_req_setup_ext_adv_instance() 1463 struct adv_info *adv_instance; in __hci_req_enable_ext_advertising() 1547 struct adv_info *adv_instance = hci_find_adv_instance(hdev, instance); in __hci_req_start_ext_adv() 1570 struct adv_info *adv_instance = NULL; in __hci_req_schedule_adv_instance() 1648 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_req_clear_adv_instance() 2591 struct adv_info *adv_instance; in powered_update_hci() 2594 struct adv_info, list); in powered_update_hci()
|
D | hci_request.h | 103 bool use_rpa, struct adv_info *adv_instance,
|
D | hci_sync.c | 658 struct adv_info *adv; in hci_disable_ext_adv_instance_sync() 720 struct adv_info *adv; in hci_setup_ext_adv_instance_sync() 912 struct adv_info *adv; in hci_enable_ext_advertising_sync() 988 struct adv_info *adv_instance; in hci_enable_advertising_sync() 1182 struct adv_info *adv = NULL; in hci_schedule_adv_instance_sync() 1253 struct adv_info *adv, *n; in hci_clear_adv_sync() 1319 struct adv_info *next = NULL; in hci_remove_advertising_sync() 1338 struct adv_info *adv = hci_find_adv_instance(hdev, instance); in hci_remove_advertising_sync() 1772 struct adv_info *adv, *tmp; in hci_resume_advertising_sync() 2301 struct adv_info *adv, *tmp; in hci_powered_update_adv_sync() [all …]
|
D | mgmt.c | 3323 struct adv_info *adv_instance; in adv_expire_sync() 5778 struct adv_info *adv_instance; in set_advertising_complete() 5810 struct adv_info, list); in set_advertising_complete() 7871 struct adv_info *adv_instance; in read_adv_features() 8036 struct adv_info *adv, *n; in add_adv_complete() 8105 struct adv_info *next_instance; in add_advertising() 8236 struct adv_info *adv; in add_ext_adv_params_complete() 8453 struct adv_info *next_instance; in add_ext_adv_data() 8454 struct adv_info *adv_instance; in add_ext_adv_data()
|
D | hci_event.c | 1384 struct adv_info *adv; in hci_cc_le_set_adv_set_random_addr() 1449 struct adv_info *adv, *n; in hci_cc_le_clear_adv_sets() 1563 struct adv_info *adv = NULL, *n; in hci_cc_le_set_ext_adv_enable() 2130 struct adv_info *adv_instance; in hci_cc_set_ext_adv_param() 5759 struct adv_info *adv, *n; in hci_le_ext_adv_term_evt()
|
/linux-5.19.10/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 562 adv_info(state, "chip found @ 0x%02x revision %02x%02x\n", in adv748x_identify_chip() 662 adv_info(state, "Endpoint %pOF on port %d", ep.local_node, in adv748x_parse_dt()
|
D | adv748x.h | 205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro
|
/linux-5.19.10/include/net/bluetooth/ |
D | hci_core.h | 235 struct adv_info { struct 1393 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance); 1394 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance);
|