Searched refs:durations (Results 1 – 8 of 8) sorted by relevance
| /drivers/thermal/ |
| A D | thermal_debugfs.c | 61 struct list_head durations[CDEVSTATS_HASH_SIZE]; member 281 &cdev_dbg->durations[i], node) { in thermal_debugfs_cdev_clear() 353 struct list_head *durations = cdev_dbg->durations; in cdev_dt_seq_show() local 360 list_for_each_entry(entry, &durations[i], node) { in cdev_dt_seq_show() 432 cdev_dbg->durations, in thermal_debug_cdev_state_update() 448 thermal_debugfs_cdev_record_get(thermal_dbg, cdev_dbg->durations, new_state); in thermal_debug_cdev_state_update() 491 INIT_LIST_HEAD(&cdev_dbg->durations[i]); in thermal_debug_cdev_add() 502 thermal_debugfs_cdev_record_get(thermal_dbg, cdev_dbg->durations, state); in thermal_debug_cdev_add()
|
| /drivers/char/tpm/ |
| A D | tpm1-cmd.c | 346 unsigned long durations[3]; in tpm1_get_timeouts() local 436 chip->ops->update_durations(chip, durations); in tpm1_get_timeouts() 440 chip->duration[TPM_SHORT] = durations[0]; in tpm1_get_timeouts() 441 chip->duration[TPM_MEDIUM] = durations[1]; in tpm1_get_timeouts() 442 chip->duration[TPM_LONG] = durations[2]; in tpm1_get_timeouts()
|
| A D | tpm_tis_core.c | 611 unsigned long durations[3]; member 673 vendor_dur_overrides[i].durations, in tpm_tis_update_durations() 674 sizeof(vendor_dur_overrides[i].durations)); in tpm_tis_update_durations()
|
| A D | tpm-sysfs.c | 285 static DEVICE_ATTR_RO(durations);
|
| /drivers/media/rc/ |
| A D | ir-xmp-decoder.c | 87 n = data->durations; in ir_xmp_decode() 175 data->durations[data->count] = ev.duration; in ir_xmp_decode()
|
| A D | rc-core-priv.h | 142 u32 durations[16]; member
|
| /drivers/net/wireless/intersil/p54/ |
| A D | lmac.h | 256 __le16 durations[4]; member 451 __le16 durations[32]; member
|
| A D | txrx.c | 929 memset(txhdr->durations, 0, sizeof(txhdr->durations)); in p54_tx_80211()
|
Completed in 18 milliseconds