Home
last modified time | relevance | path

Searched full:specifier (Results 1 – 25 of 80) sorted by relevance

1234

/linux-3.3/Documentation/devicetree/bindings/gpio/
Dgpio.txt11 single-gpio ::= <gpio-phandle> <gpio-specifier>
13 gpio-specifier : Array of #gpio-cells specifying specific gpio
38 Note that gpio-specifier length is controller dependent. In the
42 gpio-specifier may encode: bank, pin position inside the bank,
44 Exact meaning of each specifier cell is controller specific, and must
53 In this example gpio-specifier is "18 0" and encodes GPIO pin number,
60 property, and have #gpio-cells contain the size of the gpio-specifier.
Dgpio-samsung.txt9 - #gpio-cells: Should be 4. The syntax of the gpio specifier used by client nodes
17 Values for gpio specifier:
Dled.txt12 indicated using flags in the GPIO specifier.
/linux-3.3/Documentation/
Dprintk-formats.txt1 If variable is of Type, use printk format specifier:
28 The 'B' specifier results in the symbol name with offsets and should be
29 used when printing stack backtraces. The specifier takes into
66 Where FDDI addresses are concerned the 'F' specifier can be used after
67 the 'M' specifier to use dash ('-') separators instead of the default
82 no specifier is provided the default network/big endian order is used.
94 The additional 'c' specifier can be used with the 'I' specifier to
138 for its size (e.g., tcflag_t), use a format specifier of its largest
/linux-3.3/include/linux/
Dof_irq.h23 * @size: size of interrupt specifier
24 * @specifier: array of cells @size long specifing the specific interrupt
32 u32 size; /* Specifier size */
33 u32 specifier[OF_MAX_IRQ_SPEC]; /* Specifier copy */ member
Drxrpc.h45 #define RXRPC_USER_CALL_ID 1 /* user call ID specifier */
/linux-3.3/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt16 - 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
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio-rmu.txt61 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
Dmpic.txt9 additional cells in the interrupt specifier defining interrupt type
60 INTERRUPT SPECIFIER DEFINITION
130 * mpic interrupt controller with 4 cells per specifier
150 * To compute the interrupt specifier interrupt number
Dsrio.txt27 specifier. The format of the specifier is defined by the
Dpmc.txt19 bit assignments are indicated via the sleep specifier in each device's
/linux-3.3/Documentation/devicetree/bindings/c6x/
Dinterrupt.txt16 Interrupt Specifier Definition
66 Interrupt Specifier Definition
70 use the core interrupt controller as their parent and the specifier will
104 interrupt specifier value.
/linux-3.3/drivers/of/
Dirq.c44 return irq_create_of_mapping(oirq.controller, oirq.specifier, in irq_of_parse_and_map()
84 * @intspec: interrupt specifier ("interrupts" property of the device)
85 * @ointsize: size of the passed in interrupt specifier
86 * @addr: address specifier (start of "reg" property of the device)
159 out_irq->specifier[i] = in of_irq_map_raw()
310 /* Get size of interrupt specifier */ in of_irq_map_one()
322 /* Get new specifier and map it */ in of_irq_map_one()
Dgpio.c26 * @propname: property name containing gpio specifier(s)
118 * @gpio_spec: gpio specifier as found in the device tree
/linux-3.3/drivers/scsi/isci/
Dscu_event_codes.h85 * This macro constructs an SCU event specifier from the code value.
93 * This macro constructs a combines an SCU event type and SCU event specifier
300 * This macro returns the SCU event specifier from the event code.
308 * This macro returns the combined SCU event type and SCU event specifier from
/linux-3.3/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt91 consists of one interrupt specifier. The format
92 of the specifier is defined by the binding document
153 consists of one interrupt specifier. The format
154 of the specifier is defined by the binding document
302 consists of one interrupt specifier. The format
303 of the specifier is defined by the binding document
/linux-3.3/arch/m68k/include/asm/
Dptrace.h42 unsigned format : 4; /* frame format specifier */
49 unsigned format : 4; /* frame format specifier */
/linux-3.3/Documentation/devicetree/bindings/input/
Dsamsung-keypad.txt28 - row-gpios: List of gpios used as row lines. The gpio specifier for
32 - col-gpios: List of gpios used as column lines. The gpio specifier for
/linux-3.3/Documentation/devicetree/bindings/
Dopen-pic.txt37 * Interrupt Specifier Definition
62 // this Open PIC node do not need a parent address specifier.
/linux-3.3/drivers/staging/speakup/
Di18n.c403 * Finds the start of the next format specifier in the argument string.
405 * specifier, or NULL if no specifier exists.
467 * Return a pointer to the end of the format specifier.
482 * so that they point to the character following the end of the specifier.
517 /* Both have at least one more specifier. */ in fmt_validate()
/linux-3.3/Documentation/devicetree/bindings/serial/
Dsamsung_uart.txt13 - interrupts: interrupt number to the cpu. The interrupt specifier format depends
/linux-3.3/fs/cachefiles/
DKconfig20 by including a debugging specifier in /etc/cachefilesd.conf.
/linux-3.3/Documentation/devicetree/bindings/i2c/
Dsamsung-i2c.txt14 The gpio specifier depends on the gpio controller.
/linux-3.3/arch/powerpc/platforms/cell/
Dspu_manage.c191 pr_debug(" irq %d no 0x%x on %s\n", i, oirq.specifier[0], in spu_map_interrupts()
194 oirq.specifier, oirq.size); in spu_map_interrupts()
203 pr_debug("failed to map irq %x for spu %s\n", *oirq.specifier, in spu_map_interrupts()
/linux-3.3/arch/powerpc/platforms/pseries/
Devent_sources.c63 oirq.specifier, in request_event_sources_irqs()

1234