Home
last modified time | relevance | path

Searched full:optional (Results 1 – 25 of 2141) sorted by relevance

12345678910>>...86

/linux/tools/perf/tests/shell/attr/
H 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 …]
H 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 …]
H 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 …]
H A Dtest-stat-default35 optional=1
42 optional=1
48 optional=1
55 optional=1
62 optional=1
69 optional=1
78 optional=1
89 optional=1
100 optional=1
111 optional=1
[all …]
/linux/drivers/gpu/drm/msm/registers/
H A Drules-fd.xsd105 <attribute name="year" type="nonNegativeInteger" use="optional" />
118 <attribute name="prefix" type="NMTOKENS" use="optional" />
119 <attribute name="width" type="rng:DomainWidth" use="optional" />
120 <attribute name="varset" type="NMTOKEN" use="optional" />
121 <attribute name="variants" type="string" use="optional" />
133 <attribute name="name" type="NMTOKEN" use="optional" />
134 <attribute name="offset" type="rng:HexOrNumber" use="optional" />
135 <attribute name="offsets" type="string" use="optional"/>
136 <attribute name="doffsets" type="string" use="optional"/>
137 <attribute name="index" type="NMTOKENS" use="optional"/>
[all …]
/linux/include/linux/gpio/
H A Dregmap.h21 * @fwnode: (Optional) The firmware node.
23 * @label: (Optional) Descriptive name for GPIO controller.
25 * @ngpio: (Optional) Number of GPIOs
26 * @names: (Optional) Array of names for gpios
27 * @reg_dat_base: (Optional) (in) register base address
28 * @reg_set_base: (Optional) set register base address
29 * @reg_clr_base: (Optional) clear register base address
30 * @reg_dir_in_base: (Optional) in setting register base address
31 * @reg_dir_out_base: (Optional) out setting register base address
32 * @reg_stride: (Optional) May be set if the registers (of the
[all …]
/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.asn169 IMPLICIT OCTET STRING OPTIONAL ({snmp_helper})
73 IMPLICIT INTEGER OPTIONAL
77 IMPLICIT INTEGER OPTIONAL
79 Gauge32 ::= Unsigned32 OPTIONAL
83 IMPLICIT INTEGER OPTIONAL
87 IMPLICIT OCTET STRING OPTIONAL
91 IMPLICIT INTEGER OPTIONAL
121 [0] IMPLICIT PDU OPTIONAL
124 [1] IMPLICIT PDU OPTIONAL
127 [2] IMPLICIT PDU OPTIONAL
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal34 RW, Optional
55 RO, Optional
64 RO, Optional
73 RW, Optional
80 RO, Optional
88 RO, Optional
98 RW, Optional
112 WO, Optional
126 RW, Optional
135 RW, Optional
[all …]
/linux/fs/smb/client/
H A Dcifs_spnego_negtokeninit.asn115 [0] GeneralString OPTIONAL,
17 [1] OCTET STRING OPTIONAL
23 [0] MechTypeList OPTIONAL,
25 [1] BIT STRING OPTIONAL,
27 [2] OCTET STRING OPTIONAL,
29 [3] NegHints OPTIONAL,
31 [3] OCTET STRING OPTIONAL
/linux/Documentation/devicetree/bindings/clock/
H A Dcirrus,lochnagar.yaml50 - ln-gf-mclk1 # Optional input clock from host system.
51 - ln-gf-mclk2 # Optional input clock from host system.
52 - ln-gf-mclk3 # Optional input clock from host system.
53 - ln-gf-mclk4 # Optional input clock from host system.
54 - ln-psia1-mclk # Optional input clock from external connector.
55 - ln-psia2-mclk # Optional input clock from external connector.
56 - ln-spdif-mclk # Optional input clock from SPDIF.
57 - ln-spdif-clkout # Optional input clock from SPDIF.
58 - ln-adat-mclk # Optional input clock from ADAT.
H A Drockchip,rk3368-cru.yaml26 - "xin32k" - rtc clock - optional
27 - "ext_i2s" - external I2S clock - optional
28 - "ext_gmac" - external GMAC clock - optional
29 - "ext_hsadc" - external HSADC clock - optional
30 - "ext_isp" - external ISP clock - optional
31 - "ext_jtag" - external JTAG clock - optional
32 - "ext_vip" - external VIP clock - optional
H A Drockchip,rk3288-cru.yaml33 - "xin32k" - rtc clock - optional,
34 - "ext_i2s" - external I2S clock - optional,
35 - "ext_hsadc" - external HSADC clock - optional,
36 - "ext_edp_24m" - external display port clock - optional,
37 - "ext_vip" - external VIP clock - optional,
38 - "ext_isp" - external ISP clock - optional,
39 - "ext_jtag" - external JTAG clock - optional
H A Drockchip,rk3188-cru.yaml26 - "xin32k" - RTC clock - optional
27 - "xin27m" - 27mhz crystal input on RK3066 - optional
28 - "ext_hsadc" - external HSADC clock - optional
29 - "ext_cif0" - external camera clock - optional
30 - "ext_rmii" - external RMII clock - optional
31 - "ext_jtag" - external JTAG clock - optional
/linux/tools/testing/kunit/
H A Dkunit_kernel.py19 from typing import Iterator, List, Optional, Tuple, Any
46 def __init__(self, linux_arch: str, cross_compile: Optional[str]):
61 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
75 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
103 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]):
144 def __init__(self, cross_compile: Optional[str]=None):
173 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
215 extra_qemu_args: Optional[List[str]],
216 cross_compile: Optional[str]) -> Tuple[str, LinuxSourceTreeOperations]:
247 kunitconfig_paths: Optional[List[str]]=None,
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt16 (also see Optional properties)
35 efuse: (see Optional properties)
36 RBB enable efuse Mask: (See Optional properties)
37 FBB enable efuse Mask: (See Optional properties)
38 Vset value efuse Mask: (See Optional properties)
45 Optional Properties:
46 - reg-names: In addition to the required properties, the following are optional
58 RBB enable efuse Mask: Optional if 'efuse-address' register is defined.
61 FBB enable efuse Mask: Optional if 'efuse-address' register is defined.
103 1012500 0 0 0x40000 0 0 /* RBB optional */
[all …]
/linux/crypto/asymmetric_keys/
H A Dpkcs7.asn110 content [0] EXPLICIT SignedData OPTIONAL
22 } OPTIONAL ({ pkcs7_note_certificate_list }),
26 } OPTIONAL,
32 content [0] EXPLICIT Data OPTIONAL
44 parameters ANY OPTIONAL
88 } OPTIONAL,
95 } OPTIONAL
127 parameters ANY OPTIONAL
/linux/include/linux/
H A Dirqbypass.h24 * optional @stop callback will be called for each participant. The pair will
25 * then be connected via the @add_* callbacks, and finally the optional @start
39 * @add_consumer: Connect the IRQ producer to an IRQ consumer (optional)
40 * @del_consumer: Disconnect the IRQ producer from an IRQ consumer (optional)
41 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
42 * @start: Perform any startup operations necessary after add/del (optional)
66 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
67 * @start: Perform any startup operations necessary after add/del (optional)
H A Dcompiler_attributes.h9 * and the reason is stated in its comment ("Optional: ...").
58 * The second argument is optional (default 0), so we use a variadic macro
86 * Optional: only supported since gcc >= 9
87 * Optional: not supported by clang
98 * Optional: not supported by gcc
99 * Optional: only supported since clang >= 14.0
122 * Optional: not supported by clang
133 * Optional: only supported since clang >= 14.0
144 * Optional: not supported by clang
180 * Optional: only supported since gcc >= 7
[all …]
/linux/Documentation/devicetree/bindings/net/
H 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/kconfig/tests/
H A Dconftest.py138 dot_config: .config file to use for configuration base (optional)
139 in_key: key inputs (optional)
148 dot_config: .config file to use for configuration base (optional)
149 in_key: key inputs (optional)
158 dot_config: .config file to use for configuration base (optional)
182 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
190 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
198 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
206 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
214 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
[all …]
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap4-dss.txt20 Optional nodes:
39 Optional properties:
54 Optional nodes:
70 Optional nodes:
91 Optional nodes:
114 Optional nodes:
117 HDMI Endpoint optional properties:
/linux/include/media/
H A Dcec-pin.h21 * @enable_irq: optional, enable the interrupt to detect pin voltage changes.
22 * @disable_irq: optional, disable the interrupt.
23 * @free: optional. Free any allocated resources. Called when the
25 * @status: optional, log status information.
26 * @read_hpd: optional. Read the HPD pin. Returns > 0 if high, 0 if low or
28 * @read_5v: optional. Read the 5V pin. Returns > 0 if high, 0 if low or
30 * @received: optional. High-level CEC message callback. Allows the driver
/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst20 - Optional: AGDI, BGRT, CEDT, CPEP, CSRT, DBG2, DRTM, ECDT, FACS, FPDT,
68 Optional, not currently supported, with no real use-case for an
82 Optional, not currently supported, and not recommended until such
90 Optional, not currently supported.
96 License has changed and should be usable. Optional if used instead
112 which are optional. Each SSDT can only add to the ACPI namespace,
125 Optional, not currently supported.
131 Optional, not currently supported, but could be used on ARM if and
194 Optional, useful for boot performance profiling.
245 remains optional.
[all …]
/linux/arch/xtensa/variants/csp/include/variant/
H A Dtie-asm.h38 #define XTHAL_SAS_OPT 0x0002 /* optional (and not a coprocessor) */
57 * Macro to store all non-coprocessor (extra) custom TIE and optional state
64 * Optional parameters:
78 // Optional global registers used by default by the compiler:
88 // Optional caller-saved registers used by default by the compiler:
100 // Optional caller-saved registers not used by default by the compiler:
123 * Macro to load all non-coprocessor (extra) custom TIE and optional state
130 * Optional parameters:
144 // Optional global registers used by default by the compiler:
154 // Optional caller-saved registers used by default by the compiler:
[all …]
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h38 #define XTHAL_SAS_OPT 0x0002 /* optional (and not a coprocessor) */
58 * Macro to save all non-coprocessor (extra) custom TIE and optional state
65 * Optional parameters:
79 // Optional global register used by default by the compiler:
89 // Optional caller-saved registers used by default by the compiler:
101 // Optional caller-saved registers not used by default by the compiler:
122 * Macro to restore all non-coprocessor (extra) custom TIE and optional state
129 * Optional parameters:
143 // Optional global register used by default by the compiler:
153 // Optional caller-saved registers used by default by the compiler:
[all …]

12345678910>>...86