Home
last modified time | relevance | path

Searched refs:adv_info (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/net/bluetooth/ !
Deir.c241 struct adv_info *adv = NULL; in eir_create_per_adv_data()
262 struct adv_info *adv = NULL; in eir_create_adv_data()
359 struct adv_info *adv; in eir_create_scan_rsp()
Dhci_core.c1618 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance()
1620 struct adv_info *adv_instance; in hci_find_adv_instance()
1631 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance()
1633 struct adv_info *cur_instance; in hci_get_next_instance()
1640 struct adv_info, list)) in hci_get_next_instance()
1642 struct adv_info, list); in hci_get_next_instance()
1650 struct adv_info *adv_instance; in hci_remove_adv_instance()
1678 struct adv_info *adv_instance, *n; in hci_adv_instances_set_rpa_expired()
1687 struct adv_info *adv_instance, *n; in hci_adv_instances_clear()
1706 struct adv_info *adv_instance = container_of(work, struct adv_info, in adv_instance_rpa_expired()
[all …]
Dhci_sync.c530 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_clear_adv_instance_sync()
993 struct adv_info *adv; in hci_disable_ext_adv_instance_sync()
1055 struct adv_info *adv; in hci_setup_ext_adv_instance_sync()
1187 struct adv_info *adv = NULL; in hci_set_ext_scan_rsp_data_sync()
1259 struct adv_info *adv; in hci_enable_ext_advertising_sync()
1318 struct adv_info *adv = NULL; in hci_disable_per_advertising_sync()
1367 struct adv_info *adv = hci_find_adv_instance(hdev, instance); in hci_set_per_adv_data_sync()
1387 struct adv_info *adv = NULL; in hci_enable_per_advertising_sync()
1406 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement()
1445 struct adv_info *adv = NULL; in hci_start_per_adv_sync()
[all …]
Dmgmt.c2289 struct adv_info *adv, *next_instance; in mesh_send_sync()
3784 struct adv_info *adv_instance; in adv_expire_sync()
6349 struct adv_info *adv_instance; in set_advertising_complete()
6381 struct adv_info, list); in set_advertising_complete()
8420 struct adv_info *adv_instance; in read_adv_features()
8591 struct adv_info *adv, *n; in add_adv_complete()
8660 struct adv_info *adv, *next_instance; in add_advertising()
8791 struct adv_info *adv; in add_ext_adv_params_complete()
8850 struct adv_info *adv; in add_ext_adv_params()
9009 struct adv_info *next_instance; in add_ext_adv_data()
[all …]
Dhci_event.c1457 struct adv_info *adv; in hci_cc_le_set_adv_set_random_addr()
1522 struct adv_info *adv, *n; in hci_cc_le_clear_adv_sets()
1636 struct adv_info *adv = NULL, *n; in hci_cc_le_set_ext_adv_enable()
2208 struct adv_info *adv_instance; in hci_cc_set_ext_adv_param()
3976 struct adv_info *adv = NULL, *n; in hci_cc_le_set_per_adv_enable()
6080 struct adv_info *adv, *n; in hci_le_ext_adv_term_evt()
/linux-6.6.21/include/net/bluetooth/ !
Dhci_sync.h22 struct adv_info;
61 bool use_rpa, struct adv_info *adv_instance,
Dhci_core.h243 struct adv_info { struct
1757 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance);
1758 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance);
1759 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance,
1765 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance,
/linux-6.6.21/drivers/media/i2c/adv748x/ !
Dadv748x-core.c562 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()
Dadv748x.h205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro