Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/linux-6.6.21/drivers/net/ethernet/mediatek/
Dmtk_eth_path.c45 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local
58 updated = false; in set_mux_gdm1_to_gmac1_esw()
67 if (updated) in set_mux_gdm1_to_gmac1_esw()
71 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw()
79 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local
86 updated = false; in set_mux_gmac2_gmac0_to_gephy()
90 if (updated) in set_mux_gmac2_gmac0_to_gephy()
94 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy()
102 bool updated = true; in set_mux_u3_gmac2_to_qphy() local
117 updated = false; in set_mux_u3_gmac2_to_qphy()
[all …]
/linux-6.6.21/net/wireless/
Dwext-proc.c52 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()
Dwext-compat.c140 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()
1413 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats()
1414 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats()
1415 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats()
[all …]
/linux-6.6.21/include/trace/events/
Dneigh.h92 __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.6.21/drivers/iommu/amd/
Dio_pgtable_v2.c136 unsigned long pg_size, gfp_t gfp, bool *updated) in v2_alloc_pte() argument
154 *updated = true; in v2_alloc_pte()
168 *updated = true; in v2_alloc_pte()
182 *updated = true; in v2_alloc_pte()
249 bool updated = false; in iommu_v2_map_pages() local
260 iova, map_size, gfp, &updated); in iommu_v2_map_pages()
275 if (updated) { in iommu_v2_map_pages()
Dio_pgtable.c200 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.6.21/drivers/hwmon/
Dnzxt-kraken2.c35 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.6.21/arch/um/kernel/
Dtlb.c360 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.6.21/Documentation/driver-api/pldmfw/
Ddriver-ops.rst14 record matches the device being updated. This requires comparing the record
42 updated, or return zero if the component can be updated.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-devices-online11 successful) its 'offline' field is updated accordingly. In
15 updated as appropriate.
/linux-6.6.21/Documentation/hwmon/
Dmax127.rst37 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.6.21/drivers/usb/typec/ucsi/
Ducsi_ccg.c224 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.6.21/Documentation/sound/soc/
Djack.rst14 - 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.6.21/tools/perf/pmu-events/
Dmetric.py587 updated = outer_expression
598 updated = updated.Substitute(inner_name, inner_expression)
599 if updated.Equals(outer_expression):
601 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]):
603 updates[(outer_pmu, outer_name)] = updated
/linux-6.6.21/Documentation/virt/kvm/
Dlocking.rst142 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 read-only, 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.6.21/drivers/thermal/
Dthermal_helpers.c195 if (!cdev->updated) { in thermal_cdev_update()
197 cdev->updated = true; in thermal_cdev_update()
/linux-6.6.21/scripts/atomic/kerneldoc/
Dinc_unless_negative10 * Return: @true if @v was updated, @false otherwise.
Ddec_unless_positive10 * Return: @true if @v was updated, @false otherwise.
Dinc_not_zero10 * Return: @true if @v was updated, @false otherwise.
Ddec_if_positive10 * Return: The old value of (@v - 1), regardless of whether @v was updated.
Dadd_unless2 desc_return="Return: @true if @v was updated, @false otherwise."
/linux-6.6.21/Documentation/networking/devlink/
Ddevlink-flash.rst33 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.6.21/Documentation/admin-guide/hw-vuln/
Dgather_data_sampling.rst62 GDS can also be mitigated on systems that don't have updated microcode by
77 where the microcode hasn't been updated to include the mitigation.
108 The updated microcode will enable the mitigation by default. The kernel's
/linux-6.6.21/fs/
Dinode.c1888 int updated = 0; in inode_update_timestamps() local
1896 updated |= S_CTIME; in inode_update_timestamps()
1899 updated |= S_MTIME; in inode_update_timestamps()
1901 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated)) in inode_update_timestamps()
1902 updated |= S_VERSION; in inode_update_timestamps()
1910 updated |= S_ATIME; in inode_update_timestamps()
1913 return updated; in inode_update_timestamps()
1931 int updated = inode_update_timestamps(inode, flags); in generic_update_time() local
1934 if (updated & (S_ATIME|S_MTIME|S_CTIME)) in generic_update_time()
1936 if (updated & S_VERSION) in generic_update_time()
[all …]
/linux-6.6.21/Documentation/filesystems/ext4/
Dmmp.rst49 - Sequence number, updated periodically.
53 - Time that the MMP block was last updated.

12345678910>>...20