Searched full:specifier (Results 1 – 25 of 80) sorted by relevance
1234
/linux-3.3/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 11 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.
|
D | gpio-samsung.txt | 9 - #gpio-cells: Should be 4. The syntax of the gpio specifier used by client nodes 17 Values for gpio specifier:
|
D | led.txt | 12 indicated using flags in the GPIO specifier.
|
/linux-3.3/Documentation/ |
D | printk-formats.txt | 1 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/ |
D | of_irq.h | 23 * @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
|
D | rxrpc.h | 45 #define RXRPC_USER_CALL_ID 1 /* user call ID specifier */
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/4xx/ |
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
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/ |
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
|
D | mpic.txt | 9 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
|
D | srio.txt | 27 specifier. The format of the specifier is defined by the
|
D | pmc.txt | 19 bit assignments are indicated via the sleep specifier in each device's
|
/linux-3.3/Documentation/devicetree/bindings/c6x/ |
D | interrupt.txt | 16 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/ |
D | irq.c | 44 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()
|
D | gpio.c | 26 * @propname: property name containing gpio specifier(s) 118 * @gpio_spec: gpio specifier as found in the device tree
|
/linux-3.3/drivers/scsi/isci/ |
D | scu_event_codes.h | 85 * 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/ |
D | fsl-sec4.txt | 91 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/ |
D | ptrace.h | 42 unsigned format : 4; /* frame format specifier */ 49 unsigned format : 4; /* frame format specifier */
|
/linux-3.3/Documentation/devicetree/bindings/input/ |
D | samsung-keypad.txt | 28 - 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/ |
D | open-pic.txt | 37 * Interrupt Specifier Definition 62 // this Open PIC node do not need a parent address specifier.
|
/linux-3.3/drivers/staging/speakup/ |
D | i18n.c | 403 * 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/ |
D | samsung_uart.txt | 13 - interrupts: interrupt number to the cpu. The interrupt specifier format depends
|
/linux-3.3/fs/cachefiles/ |
D | Kconfig | 20 by including a debugging specifier in /etc/cachefilesd.conf.
|
/linux-3.3/Documentation/devicetree/bindings/i2c/ |
D | samsung-i2c.txt | 14 The gpio specifier depends on the gpio controller.
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 191 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/ |
D | event_sources.c | 63 oirq.specifier, in request_event_sources_irqs()
|
1234