Searched refs:adv (Results 51 - 62 of 62) sorted by path

123

/linux-master/include/linux/
H A Dphy.h1919 int genphy_c45_eee_is_active(struct phy_device *phydev, unsigned long *adv,
1925 int genphy_c45_write_eee_adv(struct phy_device *phydev, unsigned long *adv);
1927 int genphy_c45_read_eee_adv(struct phy_device *phydev, unsigned long *adv);
/linux-master/include/net/bluetooth/
H A Dhci_core.h1840 #define adv_rpa_valid(adv) (bacmp(&adv->random_addr, BDADDR_ANY) && \
1841 !adv->rpa_expired)
/linux-master/kernel/events/
H A Dcore.c768 static inline void __update_cgrp_time(struct perf_cgroup_info *info, u64 now, bool adv) argument
770 if (adv)
1451 static void __update_context_time(struct perf_event_context *ctx, bool adv) argument
1457 if (adv)
/linux-master/net/
H A DMakefile65 obj-$(CONFIG_BATMAN_ADV) += batman-adv/
/linux-master/net/batman-adv/
H A DMakefile6 obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
7 batman-adv-y += bat_algo.o
8 batman-adv-y += bat_iv_ogm.o
9 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v.o
10 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v_elp.o
11 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v_ogm.o
12 batman-adv-y += bitarray.o
13 batman-adv-$(CONFIG_BATMAN_ADV_BLA) += bridge_loop_avoidance.o
14 batman-adv-$(CONFIG_BATMAN_ADV_DAT) += distributed-arp-table.o
15 batman-adv
[all...]
/linux-master/net/bluetooth/
H A Deir.c226 struct adv_info *adv = NULL; local
231 adv = hci_find_adv_instance(hdev, instance);
232 if (!adv)
236 if (adv) {
237 memcpy(ptr, adv->per_adv_data, adv->per_adv_data_len);
238 ad_len += adv->per_adv_data_len;
239 ptr += adv->per_adv_data_len;
247 struct adv_info *adv = NULL; local
253 adv
344 struct adv_info *adv; local
[all...]
H A Dhci_core.c1750 struct adv_info *adv; local
1752 adv = hci_find_adv_instance(hdev, instance);
1753 if (adv) {
1754 memset(adv->adv_data, 0, sizeof(adv->adv_data));
1755 memset(adv->scan_rsp_data, 0, sizeof(adv->scan_rsp_data));
1756 memset(adv->per_adv_data, 0, sizeof(adv->per_adv_data));
1762 adv
1814 struct adv_info *adv; local
1836 struct adv_info *adv; local
1870 struct adv_info *adv; local
1903 struct adv_info *adv; local
[all...]
H A Dhci_event.c1396 struct adv_info *adv; local
1404 /* Update only in case the adv instance since handle 0x00 shall be using
1413 adv = hci_find_adv_instance(hdev, cp->handle);
1414 if (adv) {
1415 bacpy(&adv->random_addr, &cp->bdaddr);
1417 adv->rpa_expired = false;
1419 &adv->rpa_expired_cb,
1461 struct adv_info *adv, *n; local
1474 list_for_each_entry_safe(adv, n, &hdev->adv_instances, list) {
1475 u8 instance = adv
1575 struct adv_info *adv = NULL, *n; local
3935 struct adv_info *adv = NULL, *n; local
5813 struct adv_info *adv, *n; local
7156 struct hci_ev_le_advertising_info *adv; local
[all...]
H A Dhci_sync.c1046 struct adv_info *adv = NULL; local
1050 adv = hci_find_adv_instance(hdev, instance);
1051 if (!adv)
1055 if (!adv->enabled)
1068 set->handle = adv ? adv->handle : instance;
1110 struct adv_info *adv; local
1114 adv = hci_find_adv_instance(hdev, instance);
1115 if (!adv)
1118 adv
1240 struct adv_info *adv = NULL; local
1310 struct adv_info *adv; local
1369 struct adv_info *adv = NULL; local
1412 struct adv_info *adv = NULL; local
1434 struct adv_info *adv = NULL; local
1453 hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) argument
1492 struct adv_info *adv = NULL; local
1685 struct adv_info *adv = data; local
1696 struct adv_info *adv = NULL; local
1724 struct adv_info *adv = NULL; local
1794 struct adv_info *adv = NULL; local
1865 struct adv_info *adv, *n; local
1955 struct adv_info *adv = hci_find_adv_instance(hdev, instance); local
2423 struct adv_info *adv, *tmp; local
3146 struct adv_info *adv, *tmp; local
[all...]
H A Dmgmt.c2145 /* If filters don't fit, forward all adv pkts */
2216 struct adv_info *adv, *next_instance; local
2226 adv = hci_add_adv_instance(hdev, instance, 0,
2235 if (!IS_ERR(adv))
2238 err = PTR_ERR(adv);
6347 * We cannot use update_[adv|scan_rsp]_data() here as the
8331 /* In extended adv TX_POWER returned from Set Adv Param
8529 struct adv_info *adv, *n; local
8535 list_for_each_entry_safe(adv, n, &hdev->adv_instances, list) {
8538 if (!adv
8598 struct adv_info *adv, *next_instance; local
8729 struct adv_info *adv; local
8787 struct adv_info *adv; local
[all...]
/linux-master/net/tipc/
H A Dgroup.c422 int adv, state; local
437 adv = m->advertised;
439 if (state == MBR_JOINED && adv == ADV_IDLE)
441 if (state == MBR_ACTIVE && adv == ADV_ACTIVE)
443 if (state == MBR_PENDING && adv == ADV_IDLE)
708 int adv = 0; local
717 adv = ADV_ACTIVE - m->advertised;
719 adv = ADV_IDLE - m->advertised;
725 msg_set_adv_win(hdr, adv);
726 m->advertised += adv;
[all...]
/linux-master/tools/perf/ui/
H A Dprogress.c16 void ui_progress__update(struct ui_progress *p, u64 adv) argument
20 p->curr += adv;

Completed in 331 milliseconds

123