Home
last modified time | relevance | path

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

12345678910>>...21

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c47 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local
60 updated = false; in set_mux_gdm1_to_gmac1_esw()
69 if (updated) in set_mux_gdm1_to_gmac1_esw()
73 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw()
81 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local
88 updated = false; in set_mux_gmac2_gmac0_to_gephy()
92 if (updated) in set_mux_gmac2_gmac0_to_gephy()
96 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy()
104 bool updated = true; in set_mux_u3_gmac2_to_qphy() local
119 updated = false; in set_mux_u3_gmac2_to_qphy()
[all …]
/linux/net/wireless/
H A 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()
H A Dwext-compat.c134 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange()
143 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange()
144 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange()
145 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange()
151 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange()
152 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange()
158 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange()
1321 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats()
1322 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats()
1323 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats()
[all …]
/linux/include/trace/events/
H A 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/drivers/iommu/amd/
H A Dio_pgtable_v2.c132 unsigned long pg_size, gfp_t gfp, bool *updated) in v2_alloc_pte() argument
150 *updated = true; in v2_alloc_pte()
164 *updated = true; in v2_alloc_pte()
178 *updated = true; in v2_alloc_pte()
244 bool updated = false; in iommu_v2_map_pages() local
255 iova, map_size, gfp, &updated); in iommu_v2_map_pages()
269 if (updated) { in iommu_v2_map_pages()
H A Dio_pgtable.c156 bool *updated) in alloc_pte() argument
214 *updated = true; in alloc_pte()
232 *updated = true; in alloc_pte()
343 bool updated = false; in iommu_v1_map_pages() local
358 pte = alloc_pte(pgtable, iova, pgsize, NULL, gfp, &updated); in iommu_v1_map_pages()
368 updated = true; in iommu_v1_map_pages()
394 if (updated) { in iommu_v1_map_pages()
/linux/drivers/hwmon/
H A Dnzxt-kraken2.c35 unsigned long updated; /* jiffies */ member
43 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read()
120 priv->updated = jiffies; in kraken2_raw_event()
143 priv->updated = jiffies - STATUS_VALIDITY * HZ; in kraken2_probe()
H A Dgigabyte_waterforce.c70 unsigned long updated; /* jiffies */ member
131 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in waterforce_get_status()
284 priv->updated = jiffies; in waterforce_raw_event()
329 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY); in waterforce_probe()
H A Dasus_rog_ryujin.c103 unsigned long updated; /* jiffies */ member
204 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in rog_ryujin_get_status()
237 priv->updated = jiffies; in rog_ryujin_get_status()
514 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY); in rog_ryujin_probe()
/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c582 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local
613 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus()
622 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus()
624 if (!updated) { in load_late_stop_cpus()
643 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus()
646 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus()
651 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
/linux/Documentation/driver-api/pldmfw/
H A 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/Documentation/ABI/testing/
H A Dsysfs-devices-online11 successful) its 'offline' field is updated accordingly. In
15 updated as appropriate.
/linux/rust/kernel/
H A Did_pool.rs167 let Some(updated) = self.shrink_request() else { in shrink()
170 if updated.num_ids > resizer.new.len() { in shrink()
/linux/Documentation/hwmon/
H A 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/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c227 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member
392 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd()
399 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument
410 new_alt = uc->updated; in ucsi_ccg_update_altmodes()
411 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes()
439 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes()
440 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes()
469 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes()
470 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes()
488 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd()
[all …]
/linux/tools/perf/pmu-events/
H A Dmetric.py586 updated = outer_expression
597 updated = updated.Substitute(inner_name, inner_expression)
598 if updated.Equals(outer_expression):
600 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]):
602 updates[(outer_pmu, outer_name)] = updated
/linux/Documentation/doc-guide/
H A Dchecktransupdate.rst16 then commits that need to be updated will be collected and reported.
37 This will print all the files that need to be updated in the zh_CN locale.
/linux/drivers/thermal/
H A Dthermal_helpers.c195 if (!cdev->updated) { in thermal_cdev_update()
197 cdev->updated = true; in thermal_cdev_update()
/linux/Documentation/sound/soc/
H A 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/Documentation/virt/kvm/
H A Dlocking.rst150 In the original code, the spte can be fast updated (non-atomically) if the
199 if it can be updated out of mmu-lock [see spte_needs_atomic_update()]; it means
200 the spte is always atomically updated in this case.
202 3) flush tlbs due to spte updated
204 If the spte is updated from writable to read-only, we should flush all TLBs,
208 As mentioned before, the spte can be updated to writable out of mmu-lock on
213 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
/linux/tools/perf/tests/shell/base_report/
H A Dstderr-whitelist.txt2 was updated .*is prelink enabled.+ Restart the long running apps that use it
/linux/sound/soc/codecs/
H A Dcs42l84.c90 int ret, ret2, updated = 0; in cs42l84_put_dac_vol() local
103 updated |= ret; in cs42l84_put_dac_vol()
109 updated |= ret; in cs42l84_put_dac_vol()
115 updated |= ret; in cs42l84_put_dac_vol()
121 updated |= ret; in cs42l84_put_dac_vol()
127 ret |= updated; in cs42l84_put_dac_vol()
/linux/Documentation/networking/devlink/
H A 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/Documentation/admin-guide/hw-vuln/
H A 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/scripts/atomic/kerneldoc/
H A Dinc_unless_negative11 * Return: @true if @v was updated, @false otherwise.

12345678910>>...21