/linux/tools/perf/tests/shell/attr/ |
H A D | test-stat-detailed-3 | 36 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 D | test-stat-detailed-2 | 36 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 D | test-stat-detailed-1 | 36 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 D | test-stat-default | 35 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 D | rules-fd.xsd | 105 <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/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 69 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 D | drm_simple_kms_helper.h | 39 * 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 D | drm_mode_config.h | 275 * This optional hook can be used by drivers that want to subclass struct 657 * @prop_fb_damage_clips: Optional plane property to mark damaged 684 * @dvi_i_subconnector_property: Optional DVI-I property to 689 * @dvi_i_select_subconnector_property: Optional DVI-I property to 695 * @dp_subconnector_property: Optional DP property to differentiate 701 * @tv_subconnector_property: Optional TV property to differentiate 706 * @tv_select_subconnector_property: Optional TV property to select 712 * @legacy_tv_mode_property: Optional TV property to select 720 * @tv_mode_property: Optional TV property to select the TV 726 * @tv_left_margin_property: Optional TV property to set the left [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-thermal | 34 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/net/sctp/ |
H A D | Kconfig | 29 -- optional bundling of multiple user messages into a single SCTP
|
/linux/fs/smb/client/ |
H A D | cifs_spnego_negtokeninit.asn1 | 15 [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/include/linux/ |
H A D | reset.h | 43 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE: optional, exclusive, acquired 44 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_DEASSERTED: optional, exclusive, acquired, deasserted 45 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_RELEASED: optional, exclusive, released 46 * @RESET_CONTROL_OPTIONAL_SHARED: optional, shared 47 * @RESET_CONTROL_OPTIONAL_SHARED_DEASSERTED: optional, shared, deasserted 96 int __device_reset(struct device *dev, bool optional); 149 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument 151 return optional ? 0 : -ENOTSUPP; in __device_reset() 158 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; in __of_reset_control_get() local 160 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get() [all …]
|
H A D | irqbypass.h | 24 * 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 D | compiler_attributes.h | 9 * 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 …]
|
H A D | vdpa.h | 18 * @trigger: the eventfd for the callback (Optional). 139 * operations unless it is mentioned to be optional in the following 192 * @get_vq_notification: Get the notification area for a virtqueue (optional) 196 * @get_vq_irq: Get the irq number of a virtqueue (optional, 202 * @get_vq_size: Get the size of a specific virtqueue (optional) 211 * virtqueue (optional) 216 * a specific virtqueue (optional) 229 * @get_backend_features: Get parent-specific backend features (optional) 245 * @get_vq_num_min: Get the min size of virtqueue (optional) 274 * @suspend: Suspend the device (optional) [all...] |
/linux/Documentation/devicetree/bindings/clock/ |
H A D | cirrus,lochnagar.yaml | 50 - 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 D | rockchip,rk3368-cru.yaml | 26 - "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 D | rockchip,rk3288-cru.yaml | 33 - "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 D | kunit_kernel.py | 19 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 D | ti-abb-regulator.txt | 16 (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 D | pinctrl-single.yaml | 62 description: Optional flag to indicate register controls more than one pin 70 description: Optional function off mode for disabled state 79 description: Optional list of pin base, nr pins & gpio function 94 description: Optional node for gpio range cells 106 Pin group node name using naming ending in -pins followed by an optional 126 description: Optional bias pull up configuration 135 description: Optional bias pull down configuration 144 description: Optional drive strength configuration 151 description: Optional schmitt strength configuration 158 description: Optional input schmitt configuration [all …]
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7.asn1 | 10 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 D | hisilicon-hix5hd2-gmac.txt | 22 - 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 D | conftest.py | 138 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 D | ti,omap4-dss.txt | 20 Optional nodes: 39 Optional properties: 54 Optional nodes: 70 Optional nodes: 91 Optional nodes: 114 Optional nodes: 117 HDMI Endpoint optional properties:
|