Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 3580) sorted by relevance

12345678910>>...144

/Documentation/devicetree/bindings/memory-controllers/
Drenesas,rpc-if.yaml4 $id: http://devicetree.org/schemas/memory-controllers/renesas,rpc-if.yaml#
7 title: Renesas Reduced Pin Count Interface (RPC-IF)
13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to
16 The flash chip itself should be represented by a subnode of the RPC-IF node.
19 - if it contains "jedec,spi-nor", then SPI is used;
20 - if it contains "cfi-flash", then HyperFlash is used.
30 - renesas,r8a774a1-rpc-if # RZ/G2M
31 - renesas,r8a774b1-rpc-if # RZ/G2N
32 - renesas,r8a774c0-rpc-if # RZ/G2E
33 - renesas,r8a774e1-rpc-if # RZ/G2H
[all …]
/Documentation/devicetree/bindings/pinctrl/
Dmediatek,mt76x8-pinctrl.yaml55 - if:
64 - if:
73 - if:
86 - if:
95 - if:
104 - if:
115 - if:
124 - if:
133 - if:
142 - if:
[all …]
Dmediatek,mt7620-pinctrl.yaml53 - if:
62 - if:
72 - if:
81 - if:
90 - if:
99 - if:
108 - if:
117 - if:
126 - if:
135 - if:
[all …]
Dmediatek,mt7621-pinctrl.yaml52 - if:
62 - if:
71 - if:
80 - if:
89 - if:
98 - if:
107 - if:
116 - if:
125 - if:
134 - if:
[all …]
Dralink,rt3883-pinctrl.yaml52 - if:
61 - if:
70 - if:
80 - if:
89 - if:
98 - if:
107 - if:
116 - if:
125 - if:
134 - if:
[all …]
Dralink,rt3352-pinctrl.yaml52 - if:
62 - if:
71 - if:
80 - if:
89 - if:
98 - if:
107 - if:
116 - if:
125 - if:
134 - if:
[all …]
Dralink,rt305x-pinctrl.yaml52 - if:
61 - if:
70 - if:
79 - if:
88 - if:
97 - if:
106 - if:
115 - if:
124 - if:
133 - if:
[all …]
Dralink,rt5350-pinctrl.yaml52 - if:
61 - if:
70 - if:
79 - if:
88 - if:
97 - if:
106 - if:
115 - if:
124 - if:
133 - if:
[all …]
/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
38 bit 0 = set if SEC supports the aesu_ctr_nonsnoop desc. type
[all …]
/Documentation/ABI/testing/
Dsysfs-class-led-trigger-tty13 If set to 0, the LED will not blink on reception.
14 If set to 1 (default), the LED will blink on reception.
21 If set to 0, the LED will not blink on transmission.
22 If set to 1 (default), the LED will blink on transmission.
30 If the line state is detected, the LED is switched on.
31 If set to 0 (default), the LED will not evaluate CTS.
32 If set to 1, the LED will evaluate CTS.
40 If the line state is detected, the LED is switched on.
41 If set to 0 (default), the LED will not evaluate DSR.
42 If set to 1, the LED will evaluate DSR.
[all …]
Dsysfs-class-led-trigger-netdev28 If set to 0 (default), the LED's normal state is off.
30 If set to 1, the LED's normal state reflects the link state
42 If set to 0 (default), the LED will not blink on transmission.
44 If set to 1, the LED will blink for the milliseconds specified
57 If set to 0 (default), the LED will not blink on reception.
59 If set to 1, the LED will blink for the milliseconds specified
73 If 0, the LED is using software fallback to blink.
75 If 1, the LED blinking in requested mode is offloaded to
85 If set to 0 (default), the LED's normal state is off.
87 If set to 1, the LED's normal state reflects the link state
[all …]
Dsysfs-devices-platform-ACPI-TAD11 BIT(0): AC wakeup implemented if set
12 BIT(1): DC wakeup implemented if set
13 BIT(2): Get/set real time features implemented if set
14 BIT(3): Real time accuracy in milliseconds if set
15 BIT(4): Correct status reported for wakeups from S4/S5 if set
16 BIT(5): The AC timer wakes up from S4 if set
17 BIT(6): The AC timer wakes up from S5 if set
18 BIT(7): The DC timer wakes up from S4 if set
19 BIT(8): The DC timer wakes up from S5 if set
31 "disabled", if the AC alarm is not set to wake up the system.
[all …]
/Documentation/arch/arm/samsung/
Dclksrc-change-registers.awk32 if (0)
35 if (f ~ /0x1/)
37 else if (f ~ /0x3/)
39 else if (f ~ /0x7/)
41 else if (f ~ /0xf/)
51 if (id <= 0) {
61 if (ARGC < 2) {
70 if (line ~ /\#define.*_MASK/ &&
74 if (0)
78 if (0)
[all …]
/Documentation/sphinx/
Dparse-headers.pl17 pod2usage(1) if $help;
18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
19 pod2usage(2) if (scalar @ARGV < 2 || scalar @ARGV > 3);
31 require Data::Dumper if ($debug);
44 if (!$is_comment) {
47 $is_comment = 1 if ($ln =~ s,/\*.*,,);
49 if ($ln =~ s,^(.*\*/),,) {
56 if ($is_enum && $ln =~ m/^\s*([_\w][\w\d_]+)\s*[\,=]?/) {
64 $is_enum = 0 if ($is_enum && m/\}/);
67 $is_enum = 0 if ($is_enum && m/\}/);
[all …]
Dparallel-wrapper.sh4 # Figure out if we should follow a specific parallelism from the make
13 if [ -z "$parallel" ] ; then
14 # If no parallelism is specified at the top-level make, then
19 if (m/([\d\.]+)/) {
20 print "auto" if ($1 >= "1.7")
24 if [ -n "$auto" ] ; then
28 # Only if some parallelism has been determined do we add the -jN option.
29 if [ -n "$parallel" ] ; then
/Documentation/devicetree/bindings/sound/
Dst,sta350.txt9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
27 If parameter is missing, mode 0 will be enabled.
36 If parameter is missing, channel 1 is chosen.
40 If present, thermal warning recovery is enabled.
43 If present, thermal warning adjustment is enabled.
46 If present, then fault recovery will be enabled.
64 If present, overcurrent warning adjustment is enabled.
67 If present, then MPCC bits are used for MPC coefficients,
71 If present, power bridge correction for THD reduction near maximum
[all …]
Dst,sta32x.txt9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
23 If specified, the clock will be enabled when the codec is probed,
31 If parameter is missing, mode 0 will be enabled.
40 If parameter is missing, channel 1 is chosen.
44 If present, thermal warning recovery is enabled.
47 If present, fault detect recovery is enabled.
50 If present, thermal warning adjustment is enabled.
53 If present, then fault recovery will be enabled.
63 If present, then MPCC bits are used for MPC coefficients,
[all …]
/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst60 If the ``size`` is too small to receive the control result (only
64 string type it is possible that the same issue occurs again if the
78 the :ref:`VIDIOC_S_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` ioctl. The controls will only be set if *all*
81 To check if a set of controls have correct values applications
86 values are automatically adjusted to a valid value or if an error is
93 :c:type:`v4l2_ext_control`. If the new control value
97 If ``request_fd`` is set to a not-yet-queued :ref:`request <media-request-api>`
102 If the device does not support requests, then ``EACCES`` will be returned.
103 If requests are supported but an invalid request file descriptor is given,
109 If ``request_fd`` is specified and ``which`` is set to
[all …]
Dvidioc-s-hw-freq-seek.rst42 to tell the driver to search a specific band. If the struct
46 :ref:`VIDIOC_ENUM_FREQ_BANDS`. If the
49 :ref:`VIDIOC_ENUM_FREQ_BANDS`. If the
53 If an error is returned, then the original frequency will be restored.
55 This ioctl is supported if the ``V4L2_CAP_HW_FREQ_SEEK`` capability is
58 If this ioctl is called from a non-blocking filehandle, then ``EAGAIN``
82 - If non-zero, seek upward from the current frequency, else seek
86 - If non-zero, wrap around when at the end of the frequency range,
91 - If non-zero, defines the hardware seek resolution in Hz. The
93 If spacing is zero a reasonable default value is used.
[all …]
Dcapture.c.rst76 if (out_buf)
91 if (-1 == read(fd, buffers[0].start, buffers[0].length)) {
115 if (-1 == xioctl(fd, VIDIOC_DQBUF, &buf)) {
134 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf))
144 if (-1 == xioctl(fd, VIDIOC_DQBUF, &buf)) {
160 if (buf.m.userptr == (unsigned long)buffers[i].start
168 if (-1 == xioctl(fd, VIDIOC_QBUF, &buf))
197 if (-1 == r) {
198 if (EINTR == errno)
203 if (0 == r) {
[all …]
/Documentation/devicetree/bindings/soc/mobileye/
Dmobileye,eyeq5-olb.yaml39 First cell is domain and optional if compatible has a single reset domain.
45 Cell is clock index. Optional if compatible has a single clock.
79 - if:
88 - if:
97 - if:
106 - if:
115 - if:
124 - if:
133 - if:
142 - if:
[all …]
/Documentation/usb/
Dgadget_printer.rst14 This driver may be used if you are writing printer firmware using Linux as
50 BEFORE RELEASING A PRODUCT. If you plan to release a product and don't
57 your other USB products if you have any. It would be a good idea to
177 if (option) {
212 if (fd[0].fd < 0) {
228 if (retval && (fd[0].revents & POLLRDNORM)) {
233 if (bytes_read < 0) {
238 } else if (bytes_read > 0) {
262 if (fd[0].fd < 0) {
276 if (!bytes_read) {
[all …]
/Documentation/power/
Druntime_pm.rst57 1. PM domain of the device, if the device's PM domain object, dev->pm_domain,
60 2. Device type of the device, if both dev->type and dev->type->pm are present.
62 3. Device class of the device, if both dev->class and dev->class->pm are
65 4. Bus type of the device, if both dev->bus and dev->bus->pm are present.
67 If the subsystem chosen by applying the above rules doesn't provide the relevant
69 dev->driver->pm directly (if present).
86 The subsystem-level suspend callback, if present, is _entirely_ _responsible_
94 if invoked directly) has completed successfully for the given device, the PM
102 * If the suspend callback returns -EBUSY or -EAGAIN, the device's runtime PM
106 * If the suspend callback returns an error code different from -EBUSY and
[all …]
/Documentation/userspace-api/media/rc/
Dkeytable.c.rst38 if (p->value == (unsigned)codes[1]) {
44 if (isprint (codes[1]))
55 if (!strcasecmp(p->name, string)) {
68 if (argc<2 || argc>4) {
75 if ((fd = open(argv[1], O_RDONLY)) < 0) {
80 if (argc==4) {
85 if (value==-1) {
87 if (errno)
94 if(ioctl(fd, EVIOCSKEYCODE, codes))
97 if(ioctl(fd, EVIOCGKEYCODE, codes)==0)
[all …]
/Documentation/devicetree/bindings/mfd/
Dx-powers,axp152.yaml13 - if:
40 - if:
53 - if:
65 - if:
79 - if:
154 DCDC1 power supply node, if present.
158 DCDC2 power supply node, if present.
162 DCDC3 power supply node, if present.
166 DCDC4 power supply node, if present.
170 DCDC5 power supply node, if present.
[all …]

12345678910>>...144