/linux-6.3-rc2/drivers/net/ethernet/mediatek/ |
A D | mtk_eth_path.c | 45 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local 58 updated = false; in set_mux_gdm1_to_gmac1_esw() 62 if (updated) { in set_mux_gdm1_to_gmac1_esw() 84 updated = false; in set_mux_gmac2_gmac0_to_gephy() 88 if (updated) in set_mux_gmac2_gmac0_to_gephy() 107 updated = false; in set_mux_u3_gmac2_to_qphy() 111 if (updated) in set_mux_u3_gmac2_to_qphy() 144 updated = false; in set_mux_gmac1_gmac2_to_sgmii_rgmii() 148 if (updated) in set_mux_gmac1_gmac2_to_sgmii_rgmii() 176 updated = false; in set_mux_gmac12_to_gephy_sgmii() [all …]
|
/linux-6.3-rc2/net/wireless/ |
A D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
A D | wext-compat.c | 140 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 149 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 150 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 151 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 157 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 158 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 164 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1414 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1415 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() 1436 wstats.qual.updated |= IW_QUAL_QUAL_INVALID; in cfg80211_wireless_stats() [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 223 __entry->confirmed, __entry->updated, __entry->used,
|
/linux-6.3-rc2/drivers/iommu/amd/ |
A D | io_pgtable_v2.c | 142 unsigned long pg_size, bool *updated) in v2_alloc_pte() argument 160 *updated = true; in v2_alloc_pte() 174 *updated = true; in v2_alloc_pte() 188 *updated = true; in v2_alloc_pte() 255 bool updated = false; in iommu_v2_map_pages() local 265 pte = v2_alloc_pte(pdom->iop.pgd, iova, map_size, &updated); in iommu_v2_map_pages() 280 if (updated) { in iommu_v2_map_pages()
|
A D | io_pgtable.c | 200 bool *updated) in alloc_pte() argument 247 *updated = true; in alloc_pte() 264 *updated = true; in alloc_pte() 369 bool updated = false; in iommu_v1_map_pages() local 382 pte = alloc_pte(dom, iova, pgsize, NULL, gfp, &updated); in iommu_v1_map_pages() 392 updated = true; in iommu_v1_map_pages() 418 if (updated) { in iommu_v1_map_pages()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | nzxt-kraken2.c | 35 unsigned long updated; /* jiffies */ member 50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read() 127 priv->updated = jiffies; in kraken2_raw_event() 150 priv->updated = jiffies - STATUS_VALIDITY * HZ; in kraken2_probe()
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | tlb.c | 360 int updated = 0, err = 0, force = 0, userspace = 0; in flush_tlb_kernel_range_common() local 372 updated = 1; in flush_tlb_kernel_range_common() 388 updated = 1; in flush_tlb_kernel_range_common() 404 updated = 1; in flush_tlb_kernel_range_common() 420 updated = 1; in flush_tlb_kernel_range_common() 432 updated = 1; in flush_tlb_kernel_range_common() 442 updated = 1; in flush_tlb_kernel_range_common() 452 return updated; in flush_tlb_kernel_range_common()
|
/linux-6.3-rc2/Documentation/driver-api/pldmfw/ |
A D | driver-ops.rst | 14 record matches the device being updated. This requires comparing the record 42 updated, or return zero if the component can be updated.
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | max127.rst | 37 ADC range and LSB will be updated when the limit is changed. 42 ADC range and LSB will be updated when the limit is changed.
|
/linux-6.3-rc2/drivers/usb/typec/ucsi/ |
A D | ucsi_ccg.c | 224 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 352 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 358 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument 366 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 367 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 395 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 396 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 425 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 426 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 444 new_port = &uc->updated[new_cam]; in ucsi_ccg_update_set_new_cam_cmd()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/backlight/ |
A D | lp855x.txt | 13 - rom-addr: Register address of ROM area to be updated (u8) 14 - rom-val: Register value to be updated (u8)
|
/linux-6.3-rc2/Documentation/sound/soc/ |
A D | jack.rst | 14 - Integration with DAPM, allowing DAPM endpoints to be updated 34 machine driver and updated by jack detection methods. 43 which are updated automatically. They are created by the machine driver
|
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | metric.py | 560 updated = outer_expression 567 updated = updated.Substitute(inner_name, inner_expression) 568 if updated.Equals(outer_expression): 570 if outer_name in updates and updated.Equals(updates[outer_name]): 572 updates[outer_name] = updated
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_helpers.c | 189 if (!cdev->updated) { in thermal_cdev_update() 191 cdev->updated = true; in thermal_cdev_update()
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | locking.rst | 142 In the origin code, the spte can be fast updated (non-atomically) if the 189 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 190 the spte is always atomically updated in this case. 192 3) flush tlbs due to spte updated 194 If the spte is updated from writable to readonly, we should flush all TLBs, 198 As mentioned before, the spte can be updated to writable out of mmu-lock on 203 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-flash.rst | 33 being updated with the settings found in the provided image. 36 components being updated with the identifiers found in the provided 42 in the components being updated. Settings and identifiers are expected to be
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | firmware-usage-guidelines.rst | 6 firmware files to keep their hardware working. At the same time updated 38 should be updated with the security fix. The kernel patches should
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | mmp.rst | 49 - Sequence number, updated periodically. 53 - Time that the MMP block was last updated.
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | examples.rst | 16 for updated/recommended examples.
|
/linux-6.3-rc2/net/bridge/ |
A D | br_fdb.c | 76 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired() 141 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info() 402 fdb->updated = fdb->used = jiffies; in fdb_create() 537 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() 825 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf() 873 if (now != fdb->updated) { in br_fdb_update() 874 fdb->updated = now; in br_fdb_update() 1108 fdb->updated = jiffies; in fdb_add_entry() 1421 fdb->updated = jiffies; in br_fdb_external_learn_add()
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | TODO | 7 pipeline. The controls for each capture device are updated in the
|
/linux-6.3-rc2/drivers/gpu/drm/vboxvideo/ |
A D | Kconfig | 16 be updated independently of the kernel. Select M to build this
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | stmpe-keypad.txt | 9 - st,scan-count : Scanning cycles elapsed before key data is updated
|