Searched refs:durations (Results 1 – 15 of 15) sorted by relevance
| /linux/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()
|
| /linux/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 | 603 unsigned long durations[3]; member 665 vendor_dur_overrides[i].durations, in tpm_tis_update_durations() 666 sizeof(vendor_dur_overrides[i].durations)); in tpm_tis_update_durations()
|
| A D | tpm-sysfs.c | 285 static DEVICE_ATTR_RO(durations);
|
| /linux/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
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-class-tpm | 46 What: /sys/class/tpm/tpmX/device/durations 50 Description: The "durations" property shows the 3 vendor-specific values 61 Here the short, medium and long durations are displayed in
|
| /linux/drivers/net/wireless/intersil/p54/ |
| A D | lmac.h | 256 __le16 durations[4]; member 451 __le16 durations[32]; member
|
| A D | txrx.c | 924 memset(txhdr->durations, 0, sizeof(txhdr->durations)); in p54_tx_80211()
|
| /linux/Documentation/networking/device_drivers/can/ctu/ |
| A D | ctucanfd-driver.rst | 290 bitrate, the durations of all the segments (and time quantum) must be 295 configuration by setting all the segment durations manually, or a 300 algorithm thus needs the minimum and maximum values for the durations 321 A curious reader will notice that the durations of the segments PROP_SEG
|
| /linux/Documentation/admin-guide/pm/ |
| A D | amd-pstate.rst | 96 for long durations and may only be achievable if other platform components
|
| /linux/tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 595 possible durations of the xchg_acquire() statements.
|
| /linux/Documentation/trace/ |
| A D | ftrace.rst | 2752 allowing easier searching with grep for function durations.
|
| /linux/Documentation/RCU/Design/Requirements/ |
| A D | Requirements.rst | 1549 RCU read-side critical sections being preempted for long durations,
|
| /linux/Documentation/admin-guide/ |
| A D | cgroup-v2.rst | 1092 All time durations are in microseconds.
|
Completed in 53 milliseconds