/drivers/iio/chemical/ |
D | vz89x.c | 37 unsigned long last_update; member 109 if (!time_after(jiffies, data->last_update + HZ)) in vz89x_get_measurement() 128 data->last_update = jiffies; in vz89x_get_measurement() 218 data->last_update = jiffies - HZ; in vz89x_probe()
|
/drivers/hwmon/ |
D | sht21.c | 51 unsigned long last_update; member 104 if (time_after(jiffies, sht21->last_update + HZ / 2) || !sht21->valid) { in sht21_update_measurements() 115 sht21->last_update = jiffies; in sht21_update_measurements()
|
D | htu21.c | 37 unsigned long last_update; member 70 if (time_after(jiffies, htu21->last_update + HZ / 2) || in htu21_update_measurements() 82 htu21->last_update = jiffies; in htu21_update_measurements()
|
D | hih6130.c | 52 unsigned long last_update; member 123 if (time_after(jiffies, hih6130->last_update + HZ) || !hih6130->valid) { in hih6130_update_measurements() 156 hih6130->last_update = jiffies; in hih6130_update_measurements()
|
D | tmp102.c | 59 unsigned long last_update; member 88 if (time_after(jiffies, tmp102->last_update + HZ / 3)) { in tmp102_update_device() 96 tmp102->last_update = jiffies; in tmp102_update_device() 222 tmp102->last_update = jiffies; in tmp102_probe()
|
D | menf21bmc_hwmon.c | 42 unsigned long last_update; member 63 if (time_after(jiffies, drv_data->last_update + HZ) in menf21bmc_hwmon_update() 74 drv_data->last_update = jiffies; in menf21bmc_hwmon_update()
|
D | dme1737.c | 220 unsigned long last_update; /* in jiffies */ member 620 if (time_after(jiffies, data->last_update + HZ) || !data->valid) { in dme1737_update_device() 790 data->last_update = jiffies; in dme1737_update_device()
|
/drivers/misc/ |
D | memory_state_time.c | 60 static u64 last_update; variable 101 ms = time_now - last_update; in get_time_diff() 102 last_update = time_now; in get_time_diff() 403 last_update = ktime_get_boot_ns(); in memory_state_time_probe()
|
/drivers/s390/cio/ |
D | cmf.c | 133 unsigned long long last_update; /* when last_block was updated */ member 334 cmb_data->last_update = get_tod_clock(); in cmf_copy_block() 434 cmb_data->last_update = 0; in cmf_generic_reset() 717 if (cmb_data->last_update == 0) { in readall_cmb() 722 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmb() 980 if (cmb_data->last_update == 0) { in readall_cmbe() 984 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmbe() 1055 interval = cmb_data->last_update - in cmb_show_avg_sample_interval()
|
/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 423 mac->beacon.last_update = jiffies; in zd_restore_settings() 1190 mac->beacon.last_update = jiffies; in zd_beacon_done() 1329 mac->beacon.last_update = jiffies; in zd_op_bss_info_changed() 1451 timeout = mac->beacon.last_update + in beacon_watchdog_handler() 1475 mac->beacon.last_update = jiffies; in beacon_watchdog_handler() 1493 mac->beacon.last_update = jiffies; in beacon_enable()
|
D | zd_mac.h | 168 unsigned long last_update; member
|
/drivers/net/wireless/prism54/ |
D | islpci_dev.h | 71 unsigned long last_update; member
|
D | isl_ioctl.c | 2153 bss->last_update = jiffies; in prism54_wpa_bss_ie_add() 2163 if (!time_after(jiffies, bss->last_update + 60 * HZ)) in prism54_wpa_bss_ie_add()
|
/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 160 hwmon->last_update = jiffies; in efx_mcdi_mon_update() 176 if (time_before(jiffies, hwmon->last_update + HZ)) in efx_mcdi_mon_get_entry()
|
D | mcdi.h | 88 unsigned long last_update; member
|
/drivers/power/ |
D | bq27xxx_battery.c | 135 unsigned long last_update; member 768 di->last_update = jiffies; in bq27xxx_battery_update() 916 if (time_is_before_jiffies(di->last_update + 5 * HZ)) { in bq27xxx_battery_get_property()
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 381 if (!time_after(jiffies, bss->last_update + 60 * HZ)) in __hostap_expire_bss() 451 bss->last_update = jiffies; in hostap_rx_sta_beacon()
|
D | hostap_proc.c | 180 bss->bssid, bss->last_update, in prism2_bss_list_proc_show()
|
D | hostap_wlan.h | 625 unsigned long last_update; member
|