Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/linux/tools/perf/tests/attr/
A Dtest-stat-detailed-336 optional=1
43 optional=1
50 optional=1
57 optional=1
64 optional=1
71 optional=1
80 optional=1
91 optional=1
102 optional=1
113 optional=1
[all …]
A Dtest-stat-detailed-236 optional=1
43 optional=1
50 optional=1
57 optional=1
64 optional=1
71 optional=1
80 optional=1
91 optional=1
102 optional=1
113 optional=1
[all …]
A Dtest-stat-detailed-136 optional=1
43 optional=1
50 optional=1
57 optional=1
64 optional=1
71 optional=1
80 optional=1
91 optional=1
102 optional=1
113 optional=1
[all …]
A Dtest-stat-default35 optional=1
42 optional=1
49 optional=1
56 optional=1
63 optional=1
70 optional=1
79 optional=1
90 optional=1
101 optional=1
112 optional=1
[all …]
/linux/include/linux/
A Dreset.h46 bool optional, bool acquired);
49 bool optional, bool acquired);
59 bool optional, bool acquired);
65 bool shared, bool optional);
67 bool shared, bool optional,
114 return optional ? 0 : -ENOTSUPP; in __device_reset()
120 bool optional, bool acquired) in __of_reset_control_get() argument
127 int index, bool shared, bool optional, in __reset_control_get() argument
167 return optional ? 0 : -EOPNOTSUPP; in __reset_control_bulk_get()
177 int index, bool shared, bool optional, in __devm_reset_control_get() argument
[all …]
/linux/Documentation/devicetree/bindings/regulator/
A Dqcom,spmi-regulator.txt20 Usage: optional
41 Usage: optional (pm8841 only)
186 Usage: optional
225 Usage: optional
241 Usage: optional
248 Usage: optional
254 Usage: optional
265 Usage: optional
278 Usage: optional
288 Usage: optional
[all …]
/linux/net/sctp/
A DKconfig29 -- optional bundling of multiple user messages into a single SCTP
60 bool "Enable optional MD5 hmac cookie generation"
62 Enable optional MD5 hmac based SCTP cookie generation
66 bool "Enable optional SHA1 hmac cookie generation"
68 Enable optional SHA1 hmac based SCTP cookie generation
79 bool "Enable optional MD5 hmac cookie generation"
81 Enable optional MD5 hmac based SCTP cookie generation
86 bool "Enable optional SHA1 hmac cookie generation"
88 Enable optional SHA1 hmac based SCTP cookie generation
/linux/drivers/reset/
A Dcore.c831 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get()
839 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get()
897 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
933 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup()
939 int index, bool shared, bool optional, in __reset_control_get() argument
947 optional, acquired); in __reset_control_get()
956 bool shared, bool optional, bool acquired) in __reset_control_bulk_get() argument
962 shared, optional, acquired); in __reset_control_bulk_get()
1035 bool shared, bool optional, bool acquired) in __devm_reset_control_get() argument
1071 bool shared, bool optional, bool acquired) in __devm_reset_control_bulk_get() argument
[all …]
/linux/Documentation/devicetree/bindings/clock/
A Drockchip,rk3368-cru.txt32 - "xin32k" - rtc clock - optional,
33 - "ext_i2s" - external I2S clock - optional,
34 - "ext_gmac" - external GMAC clock - optional
35 - "ext_hsadc" - external HSADC clock - optional,
36 - "ext_isp" - external ISP clock - optional,
37 - "ext_jtag" - external JTAG clock - optional
38 - "ext_vip" - external VIP clock - optional,
A Drockchip,rk3288-cru.txt38 - "xin32k" - rtc clock - optional,
39 - "ext_i2s" - external I2S clock - optional,
40 - "ext_hsadc" - external HSADC clock - optional,
41 - "ext_edp_24m" - external display port clock - optional,
42 - "ext_vip" - external VIP clock - optional,
43 - "ext_isp" - external ISP clock - optional,
44 - "ext_jtag" - external JTAG clock - optional
A Drockchip,rk3188-cru.txt33 - "xin32k" - rtc clock - optional,
34 - "xin27m" - 27mhz crystal input on rk3066 - optional,
35 - "ext_hsadc" - external HSADC clock - optional,
36 - "ext_cif0" - external camera clock - optional,
37 - "ext_rmii" - external RMII clock - optional,
38 - "ext_jtag" - externalJTAG clock - optional
A Drockchip,rv1108-cru.txt32 - "ext_vip" - external VIP clock - optional
33 - "ext_i2s" - external I2S clock - optional
34 - "ext_gmac" - external GMAC clock - optional
35 - "hdmiphy" - external clock input derived from HDMI PHY - optional
36 - "usbphy" - external clock input derived from USB PHY - optional
A Dsamsung,s3c64xx-clock.txt33 - "iiscdclk0" - I2S0 codec clock - optional,
34 - "iiscdclk1" - I2S1 codec clock - optional,
35 - "iiscdclk2" - I2S2 codec clock - optional,
36 - "pcmcdclk0" - PCM0 codec clock - optional,
37 - "pcmcdclk1" - PCM1 codec clock - optional, only S3C6410.
/linux/Documentation/devicetree/bindings/net/
A Dhisilicon-hix5hd2-gmac.txt22 - clock-names: contain the clock name "mac_core"(required) and "mac_ifc"(optional).
23 - resets: should contain the phandle to the MAC core reset signal(optional),
24 the MAC interface reset signal(optional)
25 and the PHY reset signal(optional).
26 - reset-names: contain the reset signal name "mac_core"(optional),
27 "mac_ifc"(optional) and "phy"(optional).
/linux/scripts/
A Dsphinx-pre-install22 my $optional = 0;
101 $optional--;
127 $optional++;
384 return if (!$need && !$optional);
453 return if (!$need && !$optional);
507 return if (!$need && !$optional);
551 return if (!$need && !$optional);
581 return if (!$need && !$optional);
607 return if (!$need && !$optional);
948 print "All optional dependencies are met.\n" if (!$optional);
/linux/scripts/kconfig/tests/choice/
A DKconfig21 prompt "optional boolean choice"
22 optional
46 prompt "optional tristate choice"
47 optional
A Doldask1_expected_stdout6 optional boolean choice [Y/n/?] (NEW)
7 optional boolean choice
15 optional tristate choice [N/y/?]
/linux/Documentation/devicetree/bindings/pci/
A Dfsl,imx6q-pcie.yaml97 description: Gen1 De-emphasis value (optional required).
102 description: Gen2 (3.5db) De-emphasis value (optional required).
107 description: Gen2 (6db) De-emphasis value (optional required).
112 description: Gen2 TX SWING FULL value (optional required).
117 description: TX launch amplitude swing_low value (optional required).
122 description: Specify PCI Gen for link capability (optional required).
133 sequence (L=reset state, H=operation state) (optional required).
138 L=operation state) (optional required).
144 the host (optional required).
149 1.8v and 3.3v voltage supplies (optional required).
/linux/Documentation/hwmon/
A Dlineage-pem.rst66 in2_input Input voltage (mV, optional)
69 curr1_input Input current (mA, optional)
72 power1_input Input power (uW, optional)
75 fan1_input Fan 1 speed (rpm, optional)
76 fan2_input Fan 2 speed (rpm, optional)
77 fan3_input Fan 3 speed (rpm, optional)
/linux/Documentation/devicetree/bindings/misc/
A Dxlnx,sd-fec.txt16 - "s_axis_din_aclk", DIN AXI4-Stream Slave interface clock (optional)
17 - "s_axis_din_words-aclk", DIN_WORDS AXI4-Stream Slave interface clock (optional)
18 - "s_axis_ctrl_aclk", Control input AXI4-Stream Slave interface clock (optional)
19 - "m_axis_dout_aclk", DOUT AXI4-Stream Master interface clock (optional)
20 - "m_axis_dout_words_aclk", DOUT_WORDS AXI4-Stream Master interface clock (optional)
21 - "m_axis_status_aclk", Status output AXI4-Stream Master interface clock (optional)
/linux/Documentation/devicetree/bindings/input/
A Dqcom,pm8xxx-keypad.txt32 Usage: optional
37 Usage: optional
55 Usage: optional
61 Usage: optional
67 Usage: optional
/linux/Documentation/devicetree/bindings/pinctrl/
A Dqcom,mdm9615-pinctrl.txt48 Usage: optional
98 Usage: optional
103 Usage: optional
108 Usage: optional
113 Usage: optional
119 Usage: optional
125 Usage: optional
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-msm.txt36 - Inline Crypto Engine register map (optional)
41 - "ice" for Inline Crypto Engine register map (optional)
50 "bus" - SDCC bus voter clock (optional)
51 "xo" - TCXO clock (optional)
52 "cal" - reference clock for RCLK delay calibration (optional)
53 "sleep" - sleep clock for RCLK delay calibration (optional)
54 "ice" - clock for Inline Crypto Engine (optional)
/linux/Documentation/devicetree/bindings/dma/
A Dqcom_bam_dma.txt16 - qcom,controlled-remotely : optional, indicates that the bam is controlled by
18 - qcom,powered-remotely : optional, indicates that the bam is powered up by
20 - num-channels : optional, indicates supported number of DMA channels in a
22 - qcom,num-ees : optional, indicates supported number of Execution Environments
/linux/Documentation/devicetree/bindings/iio/magnetometer/
A Dasahi-kasei,ak8975.yaml45 an optional regulator that needs to be on to provide VDD power to
50 an optional regulator that needs to be on to provide VID power to
54 description: an optional 3x3 mounting rotation matrix.
59 an optional pin needed for AK09911 to set the reset state. This should

Completed in 23 milliseconds

12345678910>>...37