Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 1785) sorted by relevance

12345678910>>...72

/linux/tools/power/cpupower/bench/
A Dbenchmark.c35 long long now, then; in calculate_timespace() local
46 then = get_time(); in calculate_timespace()
48 timed = (unsigned int)(then - now); in calculate_timespace()
57 then = get_time(); in calculate_timespace()
59 timed = (unsigned int)(then - now); in calculate_timespace()
81 long long now, then; in start_benchmark() local
129 then = get_time(); in start_benchmark()
135 (long)(then - now), sleep_time, in start_benchmark()
155 then = get_time(); in start_benchmark()
156 powersave_time += then - now - sleep_time; in start_benchmark()
[all …]
/linux/tools/testing/selftests/ftrace/test.d/
A Dfunctions34 if [ -d events/synthetic ]; then
48 if [ ! -f set_ftrace_filter ]; then
54 if [ "$tr" = "" ]; then
57 if ! grep -q "$t" set_ftrace_filter; then
68 if [ "$limit" != "unlimited" ]; then
93 if [ $stop -gt 10 ]; then
100 if ! echo "$del" >> dynamic_events; then
147 if [ $t != $i ]; then
152 elif [ "$r" != "$i" ]; then
153 if ! grep -Fq "$r" README ; then
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-hi843516 Channel Y low voltage threshold. If sensor input voltage goes lower then
17 this value then the threshold falling event is pushed.
24 Hysteresis between low and high thresholds can not be lower then 2 and
27 If falling threshold results hysteresis to odd value then rising
35 Channel Y high voltage threshold. If sensor input voltage goes higher then
36 this value then the threshold rising event is pushed.
44 Hysteresis between low and high thresholds can not be lower then 2 and
47 If rising threshold results hysteresis to odd value then falling
/linux/Documentation/devicetree/bindings/pinctrl/
A Dmediatek,mt7622-pinctrl.yaml54 then:
94 then:
102 then:
111 then:
120 then:
131 then:
139 then:
148 then:
156 then:
167 then:
[all …]
A Dmediatek,mt7986-pinctrl.yaml142 then:
150 then:
158 then:
166 then:
174 then:
182 then:
190 then:
198 then:
206 then:
214 then:
[all …]
A Dallwinner,sun4i-a10-pinctrl.yaml18 bank, then the pin number inside that bank, and finally the GPIO
25 of the bank, then the pin number inside that bank, and finally
107 # the pin numbers then,
156 then:
167 then:
179 then:
193 then:
209 then:
227 then:
249 then:
/linux/sound/soc/intel/
A DKconfig9 has an audio controller with a DSP and I2S or DMIC port, then
48 If you have a Intel Merrifield/Edison platform, then
64 codec, then enable this option by saying Y or m. This is a
94 in the BIOS then enable this option by saying Y or m.
103 enabled in the BIOS then enable this option by saying Y or m.
112 enabled in the BIOS then enable this option by saying Y or m.
121 enabled in the BIOS then enable this option by saying Y or m.
130 enabled in the BIOS then enable this option by saying Y or m.
172 and DMIC present then enable this option by saying Y.
186 then enable this option by saying Y or m.
[all …]
/linux/tools/power/cpupower/debug/kernel/
A Dcpufreq-test_tsc.c56 u32 now, then, diff; in cpufreq_test_tsc() local
84 then = read_pmtmr(); in cpufreq_test_tsc()
90 diff = (now - then) & 0xFFFFFF; in cpufreq_test_tsc()
92 …printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_… in cpufreq_test_tsc()
93 then = now; in cpufreq_test_tsc()
/linux/Documentation/devicetree/bindings/remoteproc/
A Dqcom,adsp.yaml172 then:
187 then:
204 then:
233 then:
278 then:
306 then:
331 then:
342 then:
358 then:
375 then:
[all …]
/linux/Documentation/devicetree/bindings/power/
A Drockchip-io-domain.yaml90 then:
114 then:
128 then:
154 then:
172 then:
202 then:
226 then:
250 then:
264 then:
282 then:
[all …]
/linux/Documentation/admin-guide/laptops/
A Dlaptop-mode.rst527 if [ "$FSTAB_MP" = "$MP" ]; then
583 if [ $DO_REMOUNTS -eq 1 ]; then
598 if [ -b $DEV ] ; then
603 if [ $DO_HD -eq 1 ] ; then
660 if [ -b $DEV ] ; then
665 if [ $DO_HD -eq 1 ] ; then
733 then
736 then
738 then
751 then
[all …]
/linux/tools/bpf/bpftool/bash-completion/
A Dbpftool16 if [[ $w == ${words[idx]} ]]; then
172 if [[ ${words[idx]} == "value" ]]; then
177 if [[ $value -eq 0 ]]; then
218 if [[ ${words[idx]} == "value" ]]; then
223 if [[ $value -eq 0 ]]; then
262 if [[ ${words[cword]} == -* ]]; then
309 if [[ -z $object || $cword -eq 1 ]]; then
441 if [[ ${#words[@]} -eq 3 ]]; then
446 if [[ ${#words[@]} -lt 6 ]]; then
558 if [[ ${#words[@]} -eq 4 ]]; then
[all …]
/linux/net/bridge/
A DKconfig12 If you say Y here, then your Linux box will be able to act as an
25 If you enable iptables support along with the bridge support then you
27 iptables will then see the IP packets being bridged, so you need to
43 If you say Y here, then the Ethernet bridge will be able selectively
57 If you say Y here, then the Ethernet bridge will be able selectively
70 If you say Y here, then the Ethernet bridge will be able to run MRP
81 If you say Y here, then the Ethernet bridge will be able to run CFM
/linux/Documentation/devicetree/bindings/soc/rockchip/
A Dgrf.yaml70 then:
82 then:
97 then:
112 then:
134 then:
162 then:
183 then:
215 then:
/linux/Documentation/arm/nwfpe/
A Dnotes.rst15 then made a function call. Upon return from the function call the number in
19 converted to extended, then stored. If an lfm/sfm combination had been used,
20 then no conversion would occur. This has performance considerations. The
23 extended, then does the multiply in extended precision.
30 The result of log(x) (a double) will be calculated, returned in f0, then
/linux/Documentation/devicetree/bindings/rtc/
A Dallwinner,sun6i-a31-rtc.yaml60 then:
75 then:
89 then:
101 then:
113 then:
/linux/Documentation/driver-api/media/
A Dv4l2-dev.rst21 If you embed it in a larger struct, then you must set the ``release()``
56 become compulsory in the future!), then set this to your
84 If left to ``NULL``, then it will use the struct v4l2_prio_state
86 (group of) device node(s), then you can point it to your own struct
101 If you use :c:type:`v4l2_ioctl_ops`, then you should set
142 If you set this pointer, then that will be used by unlocked_ioctl to
162 function: if videobuf has to wait for a frame to arrive, then it will
164 waits in the code, then you should do the same to allow other
175 using :c:type:`video_device`->queue->lock, then you have to first lock
221 in use, then the next free device node number will be selected and it
[all …]
A Dv4l2-device.rst26 If :c:type:`v4l2_dev <v4l2_device>`\ ->name is empty then it will be set to a
28 If you set it up before calling :c:func:`v4l2_device_register` then it will
29 be untouched. If dev is ``NULL``, then you **must** setup
35 ``ivtv0``, ``ivtv1``, etc. If the name ends with a digit, then it will insert
58 If you have a hotpluggable device (e.g. a USB device), then when a disconnect
68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`.
119 If you have multiple device nodes then it can be difficult to know when it is
124 zero, then the :c:type:`v4l2_device` release() callback is called. You can
127 If other device nodes (e.g. ALSA) are created, then you can increase and
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-g-edid.rst57 value, then the ``EINVAL`` error code will be returned.
66 If there are fewer blocks than specified, then the driver will set
68 available at all, then the error code ``ENODATA`` is set.
70 If blocks have to be retrieved from the sink, then this call will block
74 :ref:`VIDIOC_G_EDID <VIDIOC_G_EDID>` is called, then the driver will set ``blocks`` to the
81 If there are no EDID blocks available at all, then
91 EDID blocks than the hardware can handle then the EDID is not written,
94 other than 0 then the error code ``EINVAL`` is set.
124 you set the EDID and ``blocks`` is 0, then the EDID is disabled or
A Dext-ctrls-fm-tx.rst65 then the audio was recorded as stereo.
70 bit of the Decoder Identification code. If set, then the audio was
75 then the audio is compressed.
79 then the PTY code is dynamically switched.
82 If set, then a traffic announcement is in progress.
85 If set, then the tuned programme carries traffic announcements.
88 If set, then this channel broadcasts music. If cleared, then it
90 then it should be set.
93 If set, then transmit alternate frequencies.
/linux/Documentation/devicetree/bindings/clock/
A Drenesas,cpg-clocks.yaml64 then:
95 then:
131 then:
151 then:
172 then:
190 then:
223 then:
A Dallwinner,sun4i-a10-usb-clk.yaml60 then:
71 then:
82 then:
93 then:
104 then:
/linux/Documentation/userspace-api/media/cec/
A Dcec-ioc-g-mode.rst47 When a CEC message is received, then the CEC framework will decide how
52 If the message is not a reply, then the CEC framework will process it
67 If there is no initiator, then any CEC filehandle can use
69 initiator then only that initiator can call
104 then an attempt to become one will return the ``EBUSY`` error code
139 the exclusive follower then an attempt to become one will return
182 that is not set, then the ``EPERM`` error code is returned.
196 set, then the ``EPERM`` error code is returned.
260 is set, then generate a remote control key
267 is set, then generate a remote control key
[all …]
/linux/Documentation/devicetree/bindings/regulator/
A Dtps62360-regulator.txt15 If this property is missing, then assume that there is no GPIO
18 If this property is missing, then assume that there is no GPIO
21 If this property is missing, then assume the state as low (0).
23 If this property is missing, then assume the state as low (0).
/linux/Documentation/devicetree/bindings/sound/
A Dcs42l52.txt21 - cirrus,mica-differential-cfg : boolean, If present, then the MICA input is configured
22 as a differential input. If not present then the MICA input is configured as
25 - cirrus,micb-differential-cfg : boolean, If present, then the MICB input is configured
26 as a differential input. If not present then the MICB input is configured as

Completed in 40 milliseconds

12345678910>>...72