/Linux-v4.19/tools/power/cpupower/bench/ |
D | benchmark.c | 51 unsigned int timed = 0; in calculate_timespace() local 61 timed = (unsigned int)(then - now); in calculate_timespace() 66 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace() 72 timed = (unsigned int)(then - now); in calculate_timespace()
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | max98504.txt | 20 applied during the "attack hold" and "timed hold" phase, the value must be 24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms,
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi_eh.txt | 140 has timed out, unless hostt->eh_timed_out() made lower layers forget 147 forget about - timed out scmds later. 186 device forget about timed out scmds and make them ready for new 221 timed-out scmds, SCSI EH ensures that LLDD forgets about a scmd 320 This action is taken for each timed out command when 363 failed, we may still have timed out scmds at this point 368 a sdev has no timed out scmd. 458 - Know that timed out scmds are still active on lower layers. Make
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-poll.rst | 52 ``POLLWRNORM`` flags. When the function timed out it returns a value of 98 non-zero ``revents`` fields, or zero if the call timed out. On error -1
|
D | func-select.rst | 60 :c:func:`struct fd_set`. When the function timed out it returns
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-poll.rst | 63 non-zero ``revents`` fields, or zero if the call timed out. On error -1
|
D | cec-ioc-receive.rst | 295 - The reply to an earlier transmitted message timed out.
|
/Linux-v4.19/drivers/base/power/ |
D | domain.c | 331 static int _genpd_power_on(struct generic_pm_domain *genpd, bool timed) in _genpd_power_on() argument 341 if (!timed) in _genpd_power_on() 370 static int _genpd_power_off(struct generic_pm_domain *genpd, bool timed) in _genpd_power_off() argument 380 if (!timed) in _genpd_power_off() 752 bool timed = true; in genpd_runtime_resume() local 765 timed = false; in genpd_runtime_resume() 779 if (timed && runtime_pm) in genpd_runtime_resume() 791 if (timed && runtime_pm) { in genpd_runtime_resume()
|
/Linux-v4.19/Documentation/misc-devices/ |
D | max6875 | 18 It provides timed outputs that can be used as a watchdog, if properly wired.
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex.txt | 35 the top priority waiter of a task changes (for example it timed out or
|
/Linux-v4.19/Documentation/filesystems/ |
D | automount-support.txt | 58 some sort of timed event to drive it.
|
/Linux-v4.19/drivers/mmc/core/ |
D | mmc_test.c | 1441 int max_scatter, int timed, int count, in mmc_test_area_io_seq() argument 1469 if (timed) in mmc_test_area_io_seq() 1483 if (timed) in mmc_test_area_io_seq() 1486 if (timed) in mmc_test_area_io_seq() 1494 int timed) in mmc_test_area_io() argument 1497 timed, 1, false, 0); in mmc_test_area_io()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 829 timed, in stv0900_track_optimization() local 996 stv0900_get_lock_timeout(&timed, &timef, srate, in stv0900_track_optimization() 999 if (stv0900_get_demod_lock(intp, demod, timed / 2) == FALSE) { in stv0900_track_optimization() 1007 timed / 2) == FALSE) && in stv0900_track_optimization()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si470x.rst | 140 When timed out or band limit is reached, hw_freq_seek returns -EAGAIN.
|
/Linux-v4.19/Documentation/ |
D | DMA-ISA-LPC.txt | 112 Once the DMA transfer is finished (or timed out) you should disable
|
D | parport-lowlevel.txt | 695 1 timed out while waiting (35ms elapsed) 731 1 timed out while waiting (usec microseconds have elapsed) 765 >0 timed out
|
/Linux-v4.19/drivers/staging/greybus/tools/ |
D | README.loopback | 42 requests_timedout - Number of requests that have timed out.
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 585 about the timed out command and ready for new commands. 645 error condition is reported from device or a command has timed out. 861 the timed out command has completed successfully or with error. This is 871 it forget about the timed out command, resetting is necessary. The timed
|
/Linux-v4.19/Documentation/scheduler/ |
D | completion.txt | 178 otherwise it returns 0 if the completion timed out or the remaining time in
|
/Linux-v4.19/Documentation/timers/ |
D | hrtimers.txt | 60 users like drivers and subsystems which require precise timed events
|
/Linux-v4.19/Documentation/hid/ |
D | uhid.txt | 177 timed out, the kernel will ignore the response silently. The "id" field is
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | ni_mio_common.c | 2544 unsigned int n_chans, int timed) in ni_m_series_ao_config_chanlist() argument 2553 if (timed) { in ni_m_series_ao_config_chanlist() 2605 if (timed) in ni_m_series_ao_config_chanlist() 2658 int timed) in ni_ao_config_chanlist() argument 2664 timed); in ni_ao_config_chanlist()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 747 0 = /dev/midi0 First MIDI port, kernel timed 748 1 = /dev/midi1 Second MIDI port, kernel timed 749 2 = /dev/midi2 Third MIDI port, kernel timed 750 3 = /dev/midi3 Fourth MIDI port, kernel timed 755 128 = /dev/smpte0 First MIDI port, SMPTE timed 756 129 = /dev/smpte1 Second MIDI port, SMPTE timed 757 130 = /dev/smpte2 Third MIDI port, SMPTE timed 758 131 = /dev/smpte3 Fourth MIDI port, SMPTE timed
|
/Linux-v4.19/Documentation/networking/ |
D | eql.txt | 363 Once a link was established, I timed a binary ftp transfer of
|
/Linux-v4.19/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 163 already-completed events, successful waits and timed-out waits are all sane
|