| /drivers/net/ethernet/mediatek/ |
| A D | mtk_eth_path.c | 47 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() 88 updated = false; in set_mux_gmac2_gmac0_to_gephy() 92 if (updated) in set_mux_gmac2_gmac0_to_gephy() 119 updated = false; in set_mux_u3_gmac2_to_qphy() 123 if (updated) in set_mux_u3_gmac2_to_qphy() 179 updated = false; in set_mux_gmac1_gmac2_to_sgmii_rgmii() 183 if (updated) in set_mux_gmac1_gmac2_to_sgmii_rgmii() 211 updated = false; in set_mux_gmac12_to_gephy_sgmii() [all …]
|
| /drivers/iommu/amd/ |
| A D | io_pgtable_v2.c | 132 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()
|
| A D | io_pgtable.c | 152 bool *updated) in alloc_pte() argument 203 *updated = true; in alloc_pte() 221 *updated = true; in alloc_pte() 327 bool updated = false; in iommu_v1_map_pages() local 342 pte = alloc_pte(pgtable, iova, pgsize, NULL, gfp, &updated); in iommu_v1_map_pages() 352 updated = true; in iommu_v1_map_pages() 378 if (updated) { in iommu_v1_map_pages()
|
| /drivers/hwmon/ |
| A D | nzxt-kraken2.c | 35 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()
|
| A D | gigabyte_waterforce.c | 70 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()
|
| A D | asus_rog_ryujin.c | 103 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()
|
| A D | nzxt-kraken3.c | 120 unsigned long updated; /* jiffies */ member 257 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in kraken3_read_z53() 295 if (time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in kraken3_read() 795 priv->updated = jiffies; in kraken3_raw_event() 891 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY); in kraken3_probe()
|
| A D | aquacomputer_d5next.c | 617 unsigned long updated; member 1022 priv->updated = jiffies; in aqc_legacy_read() 1035 if (time_after(jiffies, priv->updated + STATUS_UPDATE_INTERVAL)) { in aqc_read() 1487 priv->updated = jiffies; in aqc_raw_event() 1553 priv->updated = jiffies - STATUS_UPDATE_INTERVAL; in aqc_probe()
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi_ccg.c | 227 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 …]
|
| /drivers/thermal/ |
| A D | thermal_helpers.c | 195 if (!cdev->updated) { in thermal_cdev_update() 197 cdev->updated = true; in thermal_cdev_update()
|
| A D | gov_step_wise.c | 101 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
|
| /drivers/atm/ |
| A D | he.c | 1651 int updated = 0; in he_service_rbrq() local 1655 ++updated; in he_service_rbrq() 1787 if (updated) { in he_service_rbrq() 1789 he_dev->rbrq_peak = updated; in he_service_rbrq() 1805 int slot, updated = 0; in he_service_tbrq() local 1811 ++updated; in he_service_tbrq() 1868 if (updated) { in he_service_tbrq() 1930 int updated = 0; in he_tasklet() local 1936 ++updated; in he_tasklet() 1998 if (updated) { in he_tasklet() [all …]
|
| /drivers/staging/media/imx/ |
| A D | TODO | 7 pipeline. The controls for each capture device are updated in the
|
| /drivers/gpu/drm/vboxvideo/ |
| A D | Kconfig | 17 be updated independently of the kernel. Select M to build this
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_rx.c | 376 wstats.updated = 0; in libipw_rx() 379 wstats.updated |= IW_QUAL_LEVEL_UPDATED; in libipw_rx() 381 wstats.updated |= IW_QUAL_LEVEL_INVALID; in libipw_rx() 385 wstats.updated |= IW_QUAL_NOISE_UPDATED; in libipw_rx() 387 wstats.updated |= IW_QUAL_NOISE_INVALID; in libipw_rx() 391 wstats.updated |= IW_QUAL_QUAL_UPDATED; in libipw_rx() 393 wstats.updated |= IW_QUAL_QUAL_INVALID; in libipw_rx()
|
| A D | libipw_wx.c | 140 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | in libipw_translate_scan() 144 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID | in libipw_translate_scan() 169 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in libipw_translate_scan() 176 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in libipw_translate_scan()
|
| A D | libipw_spy.c | 103 spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED; in ipw_wx_get_spy()
|
| /drivers/firmware/smccc/ |
| A D | Kconfig | 13 SMCCC v1.0 lacked discoverability and hence PSCI v1.0 was updated
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_virtchnl_ptp.c | 461 bool updated = false; in idpf_ptp_update_tstamp_tracker() local 471 updated = true; in idpf_ptp_update_tstamp_tracker() 477 return updated; in idpf_ptp_update_tstamp_tracker()
|
| /drivers/acpi/numa/ |
| A D | hmat.c | 715 bool updated = false; in hmat_update_best() local 726 updated = true; in hmat_update_best() 734 updated = true; in hmat_update_best() 739 return updated; in hmat_update_best()
|
| /drivers/virt/vboxguest/ |
| A D | Kconfig | 18 to build this driver as a module, so that it can be updated
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_ap.h | 28 void associated_clients_update(struct adapter *padapter, u8 updated);
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_history.txt | 222 * fields to FC_DEVICE_0 page, updated the page version. 225 * and updated the page versions. 227 * page and updated the page version. 230 * 06-22-00 01.00.03 Removed batch controls from LAN_0 page and updated the 233 * state values, and updated the page version. 236 * 06-30-00 01.00.04 Added MaxReplySize to LAN_1 page and updated the page 240 * widths in IOC_0 page and updated the page version.
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_ap.c | 176 u8 updated = false; in expire_timeout_chk() local 257 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 310 updated = ap_free_sta(padapter, psta, false, in expire_timeout_chk() 320 associated_clients_update(padapter, updated); in expire_timeout_chk() 1675 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument 1678 if (updated) { in associated_clients_update()
|
| /drivers/thermal/qcom/ |
| A D | Kconfig | 22 gets updated when a threshold is reached.
|