Home
last modified time | relevance | path

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

12345678910>>...107

/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/include/drm/
H A Ddrm_simple_kms_helper.h39 * This function is optional.
60 * This hook is optional.
70 * This hook is optional.
82 * This hook is optional.
98 * This hook is optional.
115 * Optional, called by &drm_plane_helper_funcs.prepare_fb. Please read
131 * Optional, called by &drm_plane_helper_funcs.cleanup_fb. Please read
141 * Optional, called by &drm_plane_helper_funcs.begin_fb_access. Please read
151 * Optional, called by &drm_plane_helper_funcs.end_fb_access. Please read
161 * Optional, called by &drm_crtc_funcs.enable_vblank. Please read
[all …]
H A Ddrm_mode_config.h275 * This optional hook can be used by drivers that want to subclass struct
675 * @prop_fb_damage_clips: Optional plane property to mark damaged
702 * @dvi_i_subconnector_property: Optional DVI-I property to
707 * @dvi_i_select_subconnector_property: Optional DVI-I property to
713 * @dp_subconnector_property: Optional DP property to differentiate
719 * @tv_subconnector_property: Optional TV property to differentiate
724 * @tv_select_subconnector_property: Optional TV property to select
730 * @legacy_tv_mode_property: Optional TV property to select
738 * @tv_mode_property: Optional TV property to select the TV
744 * @tv_left_margin_property: Optional TV property to set the left
[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/include/linux/
H A Dreset.h44 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE: optional, exclusive, acquired
45 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_DEASSERTED: optional, exclusive, acquired, deasserted
46 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_RELEASED: optional, exclusive, released
47 * @RESET_CONTROL_OPTIONAL_SHARED: optional, shared
48 * @RESET_CONTROL_OPTIONAL_SHARED_DEASSERTED: optional, shared, deasserted
97 int __device_reset(struct device *dev, bool optional);
150 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument
152 return optional ? 0 : -ENOTSUPP; in __device_reset()
159 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; in __of_reset_control_get() local
161 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get()
[all …]
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 Dlsm_hooks.h157 * @order: ordering with respect to other LSMs, optional
158 * @flags: descriptive flags, optional
159 * @blobs: LSM blob sharing, optional
160 * @enabled: controlled by CONFIG_LSM, optional
162 * @initcall_pure: LSM callback for initcall_pure() setup, optional
163 * @initcall_early: LSM callback for early_initcall setup, optional
164 * @initcall_core: LSM callback for core_initcall() setup, optional
165 * @initcall_subsys: LSM callback for subsys_initcall() setup, optional
166 * @initcall_fs: LSM callback for fs_initcall setup, optional
167 * @nitcall_device: LSM callback for device_initcall() setup, optional
[all …]
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/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
/linux/tools/testing/kunit/
H A Dkunit_kernel.py19 from typing import Iterator, List, Optional, Tuple
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[Lis
[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/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-single.yaml63 description: Optional flag to indicate register controls more than one pin
71 description: Optional function off mode for disabled state
80 description: Optional list of pin base, nr pins & gpio function
95 description: Optional node for gpio range cells
107 Pin group node name using naming ending in -pins followed by an optional
127 description: Optional bias pull up configuration
136 description: Optional bias pull down configuration
145 description: Optional drive strength configuration
152 description: Optional schmitt strength configuration
159 description: Optional input schmitt configuration
[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/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:

12345678910>>...107