/openbmc/linux/net/bluetooth/ |
H A D | eir.c | 226 struct adv_info *adv = NULL; in eir_create_per_adv_data() 247 struct adv_info *adv = NULL; in eir_create_adv_data() 344 struct adv_info *adv; in eir_create_scan_rsp()
|
H A D | hci_core.c | 1569 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance() 1571 struct adv_info *adv_instance; in hci_find_adv_instance() 1582 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance() 1584 struct adv_info *cur_instance; in hci_get_next_instance() 1591 struct adv_info, list)) in hci_get_next_instance() 1593 struct adv_info, list); in hci_get_next_instance() 1601 struct adv_info *adv_instance; in hci_remove_adv_instance() 1629 struct adv_info *adv_instance, *n; in hci_adv_instances_set_rpa_expired() 1638 struct adv_info *adv_instance, *n; in hci_adv_instances_clear() 1657 struct adv_info *adv_instanc in adv_instance_rpa_expired() [all...] |
H A D | hci_sync.c | 551 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_clear_adv_instance_sync() 1173 struct adv_info *adv; in hci_disable_ext_adv_instance_sync() 1235 struct adv_info *adv; in hci_setup_ext_adv_instance_sync() 1367 struct adv_info *adv = NULL; in hci_set_ext_scan_rsp_data_sync() 1439 struct adv_info *adv; in hci_enable_ext_advertising_sync() 1498 struct adv_info *adv = NULL; in hci_disable_per_advertising_sync() 1547 struct adv_info *adv = hci_find_adv_instance(hdev, instance); in hci_set_per_adv_data_sync() 1567 struct adv_info *adv = NULL; in hci_enable_per_advertising_sync() 1586 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement() 1625 struct adv_info *adv = NULL; in hci_start_per_adv_sync() [all …]
|
H A D | mgmt.c | 2223 struct adv_info *adv, *next_instance; in mesh_send_sync() 3753 struct adv_info *adv_instance; in adv_expire_sync() 6334 struct adv_info *adv_instance; in set_advertising_complete() 6366 struct adv_info, list); in set_advertising_complete() 8426 struct adv_info *adv_instance; in read_adv_features() 8597 struct adv_info *adv, *n; in add_adv_complete() 8666 struct adv_info *adv, *next_instance; in add_advertising() 8797 struct adv_info *adv; in add_ext_adv_params_complete() 8856 struct adv_info *adv; in add_ext_adv_params() 9015 struct adv_info *next_instance; in add_ext_adv_data() [all …]
|
H A D | hci_event.c | 1396 struct adv_info *adv; in hci_cc_le_set_adv_set_random_addr() 1461 struct adv_info *adv, *n; in hci_cc_le_clear_adv_sets() 1575 struct adv_info *adv = NULL, *n; in hci_cc_le_set_ext_adv_enable() 2147 struct adv_info *adv_instance; in hci_cc_set_ext_adv_param() 3950 struct adv_info *adv = NULL, *n; in hci_cc_le_set_per_adv_enable() 5824 struct adv_info *adv, *n; in hci_le_ext_adv_term_evt()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 22 struct adv_info; 79 bool use_rpa, struct adv_info *adv_instance,
|
H A D | hci_core.h | 237 struct adv_info { struct 1752 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance); 1753 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance); 1754 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance, 1760 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, 238 listadv_info global() argument 239 enabledadv_info global() argument 240 pendingadv_info global() argument 241 periodicadv_info global() argument 242 meshadv_info global() argument 243 instanceadv_info global() argument 244 flagsadv_info global() argument 245 timeoutadv_info global() argument 246 remaining_timeadv_info global() argument 247 durationadv_info global() argument 248 adv_data_lenadv_info global() argument 249 adv_dataadv_info global() argument 250 adv_data_changedadv_info global() argument 251 scan_rsp_lenadv_info global() argument 252 scan_rsp_dataadv_info global() argument 253 scan_rsp_changedadv_info global() argument 254 per_adv_data_lenadv_info global() argument 255 per_adv_dataadv_info global() argument 256 tx_poweradv_info global() argument 257 min_intervaladv_info global() argument 258 max_intervaladv_info global() argument 259 random_addradv_info global() argument 260 rpa_expiredadv_info global() argument 261 rpa_expired_cbadv_info global() argument
|
/openbmc/linux/drivers/media/i2c/adv748x/ |
H A 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()
|
H A D | adv748x.h | 205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro
|