/linux/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/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 | 137 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 146 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 147 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 148 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 154 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 155 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 161 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1365 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1366 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() 1387 wstats.qual.updated |= IW_QUAL_QUAL_INVALID; in cfg80211_wireless_stats() [all …]
|
/linux/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/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()
|
A D | aquacomputer_d5next.c | 97 unsigned long updated; member 111 if (time_after(jiffies, priv->updated + D5NEXT_STATUS_UPDATE_INTERVAL)) in d5next_read() 218 priv->updated = jiffies; in d5next_raw_event() 287 priv->updated = jiffies - D5NEXT_STATUS_UPDATE_INTERVAL; in d5next_probe()
|
/linux/drivers/iommu/amd/ |
A D | io_pgtable.c | 226 bool *updated) in alloc_pte() argument 273 *updated = true; in alloc_pte() 290 *updated = true; in alloc_pte() 396 bool updated = false; in iommu_v1_map_page() local 408 pte = alloc_pte(dom, iova, size, NULL, gfp, &updated); in iommu_v1_map_page() 418 updated = true; in iommu_v1_map_page() 437 if (updated) { in iommu_v1_map_page()
|
/linux/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/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/drivers/usb/typec/ucsi/ |
A D | ucsi_ccg.c | 219 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 347 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 353 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument 361 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 362 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 390 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 391 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 420 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 421 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 439 new_port = &uc->updated[new_cam]; in ucsi_ccg_update_set_new_cam_cmd()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
/linux/drivers/s390/char/ |
A D | con3270.c | 215 unsigned long updated; in con3270_update() local 231 updated = 0; in con3270_update() 241 updated |= CON_UPDATE_ERASE; in con3270_update() 254 updated |= CON_UPDATE_STATUS; in con3270_update() 276 updated |= CON_UPDATE_LIST; in con3270_update() 281 cp->update_flags &= ~updated; in con3270_update()
|
/linux/Documentation/virt/kvm/ |
A D | locking.rst | 130 In the origin code, the spte can be fast updated (non-atomically) if the 177 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 178 the spte is always atomically updated in this case. 180 3) flush tlbs due to spte updated 182 If the spte is updated from writable to readonly, we should flush all TLBs, 186 As mentioned before, the spte can be updated to writable out of mmu-lock on 191 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
/linux/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/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/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/net/bridge/ |
A D | br_fdb.c | 76 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired() 135 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info() 395 fdb->updated = fdb->used = jiffies; in fdb_create() 530 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() 675 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf() 723 if (now != fdb->updated) { in br_fdb_update() 724 fdb->updated = now; in br_fdb_update() 950 fdb->updated = jiffies; in fdb_add_entry() 1240 fdb->updated = jiffies; in br_fdb_external_learn_add()
|
/linux/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/drivers/thermal/ |
A D | thermal_helpers.c | 225 if (!cdev->updated) { in thermal_cdev_update() 227 cdev->updated = true; in thermal_cdev_update()
|
/linux/fs/f2fs/ |
A D | extent_cache.c | 541 bool updated = false; in f2fs_update_extent_tree_range() local 656 updated = true; in f2fs_update_extent_tree_range() 661 if (updated) in f2fs_update_extent_tree_range() 802 bool updated = false; in f2fs_drop_extent_tree() local 813 updated = true; in f2fs_drop_extent_tree() 816 if (updated) in f2fs_drop_extent_tree()
|
/linux/drivers/crypto/ux500/cryp/ |
A D | cryp_core.c | 88 u8 updated; member 381 if (ctx->updated == 0) { in cryp_setup_context() 400 } else if (ctx->updated == 1 && in cryp_setup_context() 801 ctx->updated = 1; in hw_crypt_noxts() 862 ctx->updated = 1; in ablk_dma_crypt() 971 ctx->updated = 0; in aes_skcipher_setkey() 991 ctx->updated = 0; in des_skcipher_setkey() 1010 ctx->updated = 0; in des3_skcipher_setkey()
|
/linux/drivers/atm/ |
A D | he.c | 1654 int updated = 0; in he_service_rbrq() local 1658 ++updated; in he_service_rbrq() 1790 if (updated) { in he_service_rbrq() 1792 he_dev->rbrq_peak = updated; in he_service_rbrq() 1808 int slot, updated = 0; in he_service_tbrq() local 1814 ++updated; in he_service_tbrq() 1871 if (updated) { in he_service_tbrq() 1933 int updated = 0; in he_tasklet() local 1939 ++updated; in he_tasklet() 2001 if (updated) { in he_tasklet() [all …]
|
/linux/Documentation/filesystems/ext4/ |
A D | mmp.rst | 49 - Sequence number, updated periodically. 53 - Time that the MMP block was last updated.
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_tx.c | 284 unsigned i, j, updated = 0; in qib_getsendbuf_range() local 302 updated++; in qib_getsendbuf_range() 332 if (!updated) in qib_getsendbuf_range()
|
/linux/drivers/crypto/ux500/hash/ |
A D | hash_core.c | 560 req_ctx->updated = 0; in ux500_hash_init() 782 if (req_ctx->updated) { in hash_process_data() 802 req_ctx->updated = 1; in hash_process_data() 872 if (req_ctx->updated) { in hash_dma_final() 882 if (!req_ctx->updated) { in hash_dma_final() 909 req_ctx->updated = 1; in hash_dma_final() 978 if (req_ctx->updated) { in hash_hw_final() 1020 if (!req_ctx->updated) { in hash_hw_final()
|