/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | snprintf.c | 14 /* The third specifier, %pB, depends on compiler inlining so don't check it */ 18 /* The third specifier, %p, is a hashed pointer which changes on every reboot */ 110 ASSERT_ERR(load_single_snprintf("%pi5"), "invalid specifier 1"); in test_snprintf_negative() 111 ASSERT_ERR(load_single_snprintf("%a"), "invalid specifier 2"); in test_snprintf_negative() 112 ASSERT_ERR(load_single_snprintf("%"), "invalid specifier 3"); in test_snprintf_negative() 113 ASSERT_ERR(load_single_snprintf("%12345678"), "invalid specifier 4"); in test_snprintf_negative() 114 ASSERT_ERR(load_single_snprintf("%--------"), "invalid specifier 5"); in test_snprintf_negative() 115 ASSERT_ERR(load_single_snprintf("%lc"), "invalid specifier 6"); in test_snprintf_negative() 116 ASSERT_ERR(load_single_snprintf("%llc"), "invalid specifier 7"); in test_snprintf_negative()
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio.txt | 11 single-gpio ::= <gpio-phandle> <gpio-specifier> 13 gpio-specifier : Array of #gpio-cells specifying specific gpio 49 Note that gpio-specifier length is controller dependent. In the 53 gpio-specifier may encode: bank, pin position inside the bank, 55 Exact meaning of each specifier cell is controller specific, and must 65 GPIO_ACTIVE_HIGH is 0, so in this example gpio-specifier is "18 0" and encodes 68 1.1) GPIO specifier best practices 71 A gpio-specifier should contain a flag indicating the GPIO polarity; active- 75 The gpio-specifier's polarity flag should represent the physical level at the 79 the GPIO controller and the device, then the gpio-specifier will represent the [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/pwm/ |
H A D | pwm.txt | 11 single-pwm ::= <pwm-phandle> <pwm-specifier> 13 pwm-specifier : array of #pwm-cells specifying the given PWM 43 pwm-specifier typically encodes the chip-relative PWM number and the PWM 46 Optionally, the pwm-specifier can encode a number of flags (defined in 50 Example with optional PWM specifier for inverse polarity 61 specifier using the '#pwm-cells' property.
|
/openbmc/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | nxp,imx8mq-dcss.yaml | 60 - description: Phandle and clock specifier of IMX8MQ_CLK_DISP_AXI_ROOT 61 - description: Phandle and clock specifier of IMX8MQ_CLK_DISP_RTRM 62 - description: Phandle and clock specifier of either IMX8MQ_VIDEO2_PLL1_REF_SEL or 67 - description: Phandle and clock specifier of IMX8MQ_SYS1_PLL_800M 68 - description: Phandle and clock specifier of IMX8MQ_SYS1_PLL_800M 69 - description: Phandle and clock specifier of IMX8MQ_CLK_27M
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | pwm.txt | 11 single-pwm ::= <pwm-phandle> <pwm-specifier> 13 pwm-specifier : array of #pwm-cells specifying the given PWM 43 pwm-specifier typically encodes the chip-relative PWM number and the PWM 46 Optionally, the pwm-specifier can encode a number of flags (defined in 50 Example with optional PWM specifier for inverse polarity
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | sff,sfp.yaml | 35 GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module 42 GPIO phandle and a specifier of the Receiver Loss of Signal Indication 48 GPIO phandle and a specifier of the Module Transmitter Fault input gpio 54 GPIO phandle and a specifier of the Transmitter Disable output gpio 60 GPIO phandle and a specifier of the Rx Signaling Rate Select (AKA RS0) 67 GPIO phandle and a specifier of the Tx Signaling Rate Select (AKA RS1)
|
H A D | nokia-bluetooth.txt | 16 - reset-gpios: GPIO specifier, used to reset the BT module (active low) 17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high) 18 - host-wakeup-gpios: GPIO specifier, used to wakeup the host processor (active high) 20 - clocks: should contain a clock specifier for every name in clock-names
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | serial.yaml | 31 Must contain a GPIO specifier, referring to the GPIO pin to be used as 37 Must contain a GPIO specifier, referring to the GPIO pin to be used as 43 Must contain a GPIO specifier, referring to the GPIO pin to be used as 49 Must contain a GPIO specifier, referring to the GPIO pin to be used as 55 Must contain a GPIO specifier, referring to the GPIO pin to be used as 61 Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
/openbmc/linux/drivers/dma/ |
H A D | of-dma.c | 25 * @dma_spec: pointer to DMA specifier as found in the device tree 48 * @dma_spec: pointer to DMA specifier as found in the device tree 216 * of_dma_match_channel - Check if a DMA specifier matches name 219 * @index: index of DMA specifier in list of DMA specifiers 220 * @dma_spec: pointer to DMA specifier as found in the device tree 222 * Check if the DMA specifier pointed to by the index in a list of DMA 224 * a valid pointer to the DMA specifier is found. Otherwise returns -ENODEV. 312 * @dma_spec: pointer to DMA specifier as found in the device tree 318 * and the argument of the dma specifier is the 32-bit filter_param. Returns 340 * @dma_spec: pointer to DMA specifier as found in the device tree
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | cpm.txt | 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 28 - suspend : specifier consist of one cell. For each
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | srio-rmu.txt | 61 specifier. The format of the specifier is defined by the 91 specifier. The format of the specifier is defined by the 121 specifier. The format of the specifier is defined by the
|
/openbmc/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 16 If variable is of Type, use printk format specifier: 43 specifier of its largest possible type and explicitly cast to it. 53 unsupported specifier or length qualifier results in a WARN and early 78 Pointers printed without a specifier extension (i.e unadorned %p) are 124 The ``B`` specifier results in the symbol name with offsets and should be 125 used when printing stack backtraces. The specifier takes into 131 specifier. 150 either kernel memory (k) or user memory (u). The subsequent ``s`` specifier 312 Where FDDI addresses are concerned the ``F`` specifier can be used after 313 the ``M`` specifier to use dash (-) separators instead of the default [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | brcm,kona-ccu.txt | 23 Shall have value <1>. The permitted clock-specifier values 67 its symbolic specifier (rather than its numeric index value) should 71 CCU Clock Type Index Specifier 112 its symbolic specifier (rather than its numeric index value) should 116 CCU Clock Type Index Specifier
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | hix5hd2-ir.txt | 8 - interrupts: interrupt-specifier for the sole interrupt generated by 9 the device. The interrupt specifier format depends on the interrupt 11 - clocks: clock phandle and specifier pair.
|
H A D | st-rc.txt | 7 - interrupts: interrupt-specifier for the sole interrupt generated by 8 the device. The interrupt specifier format depends on the interrupt 20 - clocks : phandle with clock-specifier pair for IRB.
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/ |
H A D | power_domain.txt | 13 - #power-domain-cells : Number of cells in a power domain specifier, must be 1. 24 - power-domains: A phandle and PM domain specifier. Below are the list of 27 Index Specifier
|
/openbmc/linux/Documentation/devicetree/bindings/mux/ |
H A D | mux-consumer.yaml | 17 single-mux-ctrl ::= <mux-ctrl-phandle> [mux-ctrl-specifier] 19 mux-ctrl-specifier : array of #mux-control-cells specifying the 39 mux-ctrl-specifier typically encodes the chip-relative mux controller number. 41 mux-ctrl-specifier can typically be left out.
|
/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 10 - watchdog-gpios: phandle + gpio-specifier for the GPIO connected to the 12 - kill-gpios: phandle + gpio-specifier for the GPIO connected to the 16 - trigger-gpios: phandle + gpio-specifier for the GPIO connected to the
|
/openbmc/u-boot/doc/device-tree-bindings/reset/ |
H A D | reset.txt | 15 specifier - a list of DT cells that represents the reset signal within the 16 provider. The length (number of cells) and semantics of the reset specifier 35 #reset-cells: Number of cells in a reset specifier; Typically 0 for nodes 48 resets: List of phandle and reset specifier pairs, one pair
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | reset.txt | 15 specifier - a list of DT cells that represents the reset signal within the 16 provider. The length (number of cells) and semantics of the reset specifier 35 #reset-cells: Number of cells in a reset specifier; Typically 0 for nodes 48 resets: List of phandle and reset specifier pairs, one pair
|
/openbmc/u-boot/doc/device-tree-bindings/serial/ |
H A D | omap_serial.txt | 12 specifier or both the interrupt 14 specifier. 19 - dmas : DMA specifier, consisting of a phandle to the DMA controller
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | max8998.txt | 24 - First interrupt specifier is for main interrupt. 25 - Second interrupt specifier is for power-on/-off interrupt. 27 for buck 1 dvs. The format of the gpio specifier depends on the gpio 29 - max8998,pmic-buck2-dvs-gpio: GPIO specifier for host gpio used 30 for buck 2 dvs. The format of the gpio specifier depends on the gpio
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | msi-controller.yaml | 20 The number of cells in an msi-specifier, required if not zero. 26 The meaning of the msi-specifier is defined by the device tree 39 interrupt specifier and "span" is the size of the
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-common.yaml | 103 Specifier for a GPIO connected to the panel enable control signal. The 108 the GPIO specifier polarity flag. 116 Specifier for a GPIO connected to the panel reset control signal. 119 GPIO specifier polarity flag. 126 supported by inverting the GPIO specifier polarity flag.
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | hisilicon,histb-xhci.txt | 9 - clocks: a list of phandle + clock-specifier pairs, one for each 16 - resets: a list of phandle and reset specifier pairs as listed in 20 - phys: a list of phandle + phy specifier pairs
|