/Linux-v4.19/tools/perf/tests/attr/ |
D | test-stat-detailed-3 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 81 optional=1 91 optional=1 101 optional=1 111 optional=1 [all …]
|
D | test-stat-detailed-2 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 81 optional=1 91 optional=1 101 optional=1 111 optional=1 [all …]
|
D | test-stat-detailed-1 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 81 optional=1 91 optional=1 101 optional=1 111 optional=1
|
D | test-stat-default | 35 optional=1 42 optional=1 49 optional=1 56 optional=1 63 optional=1 70 optional=1
|
/Linux-v4.19/include/linux/ |
D | reset.h | 20 bool optional); 23 bool optional); 25 int __device_reset(struct device *dev, bool optional); 28 bool optional); 31 bool shared, bool optional); 33 bool shared, bool optional); 61 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument 63 return optional ? 0 : -ENOTSUPP; in __device_reset() 69 bool optional) in __of_reset_control_get() argument 71 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get() [all …]
|
/Linux-v4.19/scripts/ |
D | sphinx-pre-install | 26 my $optional = 0; 108 $optional++; 272 return if (!$need && !$optional); 317 return if (!$need && !$optional); 362 return if (!$need && !$optional); 386 return if (!$need && !$optional); 409 return if (!$need && !$optional); 429 return if (!$need && !$optional); 561 print "All optional dependenties are met.\n" if (!$optional);
|
/Linux-v4.19/net/sctp/ |
D | Kconfig | 27 -- optional bundling of multiple user messages into a single SCTP 58 bool "Enable optional MD5 hmac cookie generation" 60 Enable optional MD5 hmac based SCTP cookie generation 64 bool "Enable optional SHA1 hmac cookie generation" 66 Enable optional SHA1 hmac based SCTP cookie generation 77 bool "Enable optional MD5 hmac cookie generation" 79 Enable optional MD5 hmac based SCTP cookie generation 84 bool "Enable optional SHA1 hmac cookie generation" 86 Enable optional SHA1 hmac based SCTP cookie generation
|
/Linux-v4.19/drivers/reset/ |
D | core.c | 464 bool optional) in __of_reset_control_get() argument 481 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get() 489 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get() 546 bool shared, bool optional) in __reset_control_get_from_lookup() argument 585 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup() 591 int index, bool shared, bool optional) in __reset_control_get() argument 595 optional); in __reset_control_get() 597 return __reset_control_get_from_lookup(dev, id, shared, optional); in __reset_control_get() 638 bool optional) in __devm_reset_control_get() argument 647 rstc = __reset_control_get(dev, id, index, shared, optional); in __devm_reset_control_get() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | rockchip,rk3288-cru.txt | 32 - "xin32k" - rtc clock - optional, 33 - "ext_i2s" - external I2S clock - optional, 34 - "ext_hsadc" - external HSADC clock - optional, 35 - "ext_edp_24m" - external display port clock - optional, 36 - "ext_vip" - external VIP clock - optional, 37 - "ext_isp" - external ISP clock - optional, 38 - "ext_jtag" - external JTAG clock - optional
|
D | rockchip,rk3368-cru.txt | 32 - "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,
|
D | rockchip,rk3188-cru.txt | 33 - "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
|
D | rockchip,rv1108-cru.txt | 32 - "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
|
D | samsung,s3c64xx-clock.txt | 33 - "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-v4.19/Documentation/devicetree/bindings/net/ |
D | hisilicon-hix5hd2-gmac.txt | 23 - clock-names: contain the clock name "mac_core"(required) and "mac_ifc"(optional). 24 - resets: should contain the phandle to the MAC core reset signal(optional), 25 the MAC interface reset signal(optional) 26 and the PHY reset signal(optional). 27 - reset-names: contain the reset signal name "mac_core"(optional), 28 "mac_ifc"(optional) and "phy"(optional).
|
/Linux-v4.19/scripts/kconfig/tests/choice/ |
D | Kconfig | 19 prompt "optional boolean choice" 20 optional 44 prompt "optional tristate choice" 45 optional
|
D | oldask1_expected_stdout | 6 optional boolean choice [Y/n/?] (NEW) 7 optional boolean choice 15 optional tristate choice [N/y/?]
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.txt | 113 Usage: optional 118 Usage: optional 123 Usage: optional 128 Usage: optional 141 Usage: optional 146 Usage: optional 151 Usage: optional 157 Usage: optional 163 Usage: optional 170 Usage: optional [all …]
|
D | qcom,pmic-mpp.txt | 95 Usage: optional 100 Usage: optional 109 Usage: optional 114 Usage: optional 120 Usage: optional 126 Usage: optional 132 Usage: optional 138 Usage: optional 145 Usage: optional 151 Usage: optional [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 14 Usage: optional 35 Usage: optional (pm8841 only) 50 Usage: optional (pm8916 only) 68 Usage: optional (pm8941 only) 99 Usage: optional (pm8994 only) 108 Usage: optional (pmi8994 only) 114 Usage: optional 147 Usage: optional 163 Usage: optional 170 Usage: optional [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | qcom_smbb.txt | 44 Usage: optional (default: 1A, or pre-configured value) 49 Usage: optional (default: 3.2V, or pre-configured value) 56 Usage: optional (default: 4.2V, or pre-configured value) 63 Usage: optional (default: 4.2V, or pre-configured value) 70 Usage: optional (default: 1A, or pre-configured value) 77 Usage: optional (default: 4.1V, or pre-configured value) 84 Usage: optional (default: 4.3V, or pre-configured value) 89 Usage: optional (default: 100mA, or pre-configured value) 94 Usage: optional (default: false) 99 Usage: optional (default: false) [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 13 - label : (optional) 15 - linux,default-trigger : (optional) 17 - default-state: (optional) The initial state of the LED. 19 - retain-state-suspended: (optional) The suspend state can be retained.Such 21 - retain-state-shutdown: (optional) Retain the state of the LED on shutdown. 24 - panic-indicator : (optional)
|
D | leds-pwm.txt | 12 - pwm-names : (optional) Name to be used by the PWM subsystem for the PWM device 16 - active-low : (optional) For PWMs where the LED is wired to supply 18 - label : (optional) 20 - linux,default-trigger : (optional)
|
/Linux-v4.19/Documentation/hwmon/ |
D | lineage-pem | 59 in2_input Input voltage (mV, optional) 62 curr1_input Input current (mA, optional) 65 power1_input Input power (uW, optional) 68 fan1_input Fan 1 speed (rpm, optional) 69 fan2_input Fan 2 speed (rpm, optional) 70 fan3_input Fan 3 speed (rpm, optional)
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | qcom,pm8xxx-keypad.txt | 32 Usage: optional 37 Usage: optional 55 Usage: optional 61 Usage: optional 67 Usage: optional
|
/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
D | dw_mipi_dsi.txt | 11 responsible for defining whether each optional property is used or not. 21 - "px_clk" is the pixel clock for the DPI/RGB input. (optional) 24 as specified in [2]. (optional) 26 - reset-names: string reset name, must be "apb" if used. (optional)
|