Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Deir.c226 struct adv_info *adv = NULL; in eir_create_per_adv_data()
247 struct adv_info *adv = NULL; in eir_create_adv_data()
345 struct adv_info *adv; in eir_create_scan_rsp()
H A Dhci_core.c1592 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance()
1594 struct adv_info *adv_instance; in hci_find_adv_instance()
1605 struct adv_info *hci_find_adv_sid(struct hci_dev *hdev, u8 sid) in hci_find_adv_sid()
1607 struct adv_info *adv; in hci_find_adv_sid()
1618 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance()
1620 struct adv_info *cur_instance; in hci_get_next_instance()
1627 struct adv_info, list)) in hci_get_next_instance()
1629 struct adv_info, list); in hci_get_next_instance()
1637 struct adv_info *adv_instance; in hci_remove_adv_instance()
1665 struct adv_info *adv_instanc in hci_adv_instances_set_rpa_expired()
[all...]
H A Dhci_sync.c486 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_clear_adv_instance_sync()
1165 struct adv_info *adv = NULL; in hci_disable_ext_adv_instance_sync()
1202 /* Instance 0x00 doesn't have an adv_info, instead it uses in hci_set_adv_set_random_addr_sync()
1222 hci_set_ext_adv_params_sync(struct hci_dev *hdev, struct adv_info *adv, in hci_set_ext_adv_params_sync()
1269 struct adv_info *adv = NULL; in hci_set_ext_adv_data_sync()
1346 struct adv_info *adv; in hci_setup_ext_adv_instance_sync()
1484 struct adv_info *adv = NULL; in hci_set_ext_scan_rsp_data_sync()
1554 struct adv_info *adv; in hci_enable_ext_advertising_sync()
1613 struct adv_info *adv = NULL; in hci_disable_per_advertising_sync()
1656 struct adv_info *ad in hci_set_per_adv_data_sync()
[all...]
H A Dmgmt.c2328 struct adv_info *adv, *next_instance; in mesh_send_sync()
3928 struct adv_info *adv_instance; in adv_expire_sync()
6430 struct adv_info *adv_instance; in set_advertising_complete()
6465 struct adv_info, list); in set_advertising_complete()
8521 struct adv_info *adv_instance; in read_adv_features()
8692 struct adv_info *adv, *n; in add_adv_complete()
8761 struct adv_info *adv, *next_instance; in add_advertising()
8892 struct adv_info *adv; in add_ext_adv_params_complete()
8950 struct adv_info *adv; in add_ext_adv_params()
9109 struct adv_info *next_instance; in add_ext_adv_data()
[all …]
H A Dhci_event.c1411 struct adv_info *adv; in hci_cc_le_set_adv_set_random_addr()
1476 struct adv_info *adv, *n; in hci_cc_le_clear_adv_sets()
1590 struct adv_info *adv = NULL, *n; in hci_cc_le_set_ext_adv_enable()
4012 struct adv_info *adv = NULL, *n; in hci_cc_le_set_per_adv_enable()
5940 struct adv_info *adv, *n; in hci_le_ext_adv_term_evt()
H A Diso.c2050 struct adv_info *adv; in iso_conn_ready()
/linux/include/net/bluetooth/
H A Dhci_sync.h39 struct adv_info;
100 bool use_rpa, struct adv_info *adv_instance,
H A Dhci_core.h243 struct adv_info { struct
1888 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance);
1889 struct adv_info *hci_find_adv_sid(struct hci_dev *hdev, u8 sid);
1890 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance);
1891 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance,
1897 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, u8 sid,
/linux/drivers/media/i2c/adv748x/
H A 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()
H A Dadv748x.h203 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro