/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 16 ! exception no 0 to 255 18 no = 0 define 22 mov #no,r1 23 no = no + 1 define 35 ! exception no 256 to 511 37 no = 0 define 41 mov #no,r1 42 no = no + 1 define
|
/arch/arm/boot/dts/ |
D | omap3-beagle-ab4.dts | 23 /delete-property/ti,no-reset-on-init; 24 /delete-property/ti,no-idle; 32 ti,no-reset-on-init; 33 ti,no-idle; 41 ti,no-reset-on-init; 42 ti,no-idle;
|
D | ste-db8520.dtsi | 24 no-map; 30 no-map; 36 no-map; 50 no-map;
|
D | ste-db8500.dtsi | 24 no-map; 30 no-map; 36 no-map; 50 no-map;
|
D | sun7i-a20.dtsi | 781 /omit-if-no-ref/ 787 /omit-if-no-ref/ 793 /omit-if-no-ref/ 799 /omit-if-no-ref/ 805 /omit-if-no-ref/ 813 /omit-if-no-ref/ 819 /omit-if-no-ref/ 827 /omit-if-no-ref/ 838 /omit-if-no-ref/ 844 /omit-if-no-ref/ [all …]
|
D | stm32mp157c-odyssey-som.dtsi | 33 no-map; 39 no-map; 45 no-map; 51 no-map; 57 no-map; 63 no-map; 68 no-map; 264 no-sd; 265 no-sdio;
|
D | exynos-mfc-reserved-memory.dtsi | 16 no-map; 23 no-map;
|
D | stm32mp15xx-osd32.dtsi | 20 no-map; 26 no-map; 32 no-map; 38 no-map; 44 no-map; 50 no-map;
|
D | stm32mp157c-ed1.dts | 36 no-map; 42 no-map; 48 no-map; 54 no-map; 60 no-map; 66 no-map; 71 no-map; 350 no-sd; 351 no-sdio;
|
/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 16 no = 0 define 20 mov #no,r1 21 no = no + 1 define
|
/arch/arm/mach-s3c/ |
D | init.c | 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() argument 114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs() 130 nr_uarts = no; in s3c24xx_init_uartdevs() 134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument 142 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
|
D | s3c24xx.h | 21 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); 35 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); 49 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); 64 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); 92 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | dev-backlight-s3c64xx.c | 32 ret = gpio_request(bl_gpio_info->no, "Backlight"); in samsung_bl_init() 39 s3c_gpio_cfgpin(bl_gpio_info->no, bl_gpio_info->func); in samsung_bl_init() 51 s3c_gpio_cfgpin(bl_gpio_info->no, S3C_GPIO_OUTPUT); in samsung_bl_exit() 52 gpio_free(bl_gpio_info->no); in samsung_bl_exit()
|
D | cpu.h | 98 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no); 113 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); 119 struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2443.c | 79 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts() argument 81 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c2443_init_uarts()
|
D | s3c2410.c | 58 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts() argument 60 s3c24xx_init_uartdevs("s3c2410-uart", s3c2410_uart_resources, cfg, no); in s3c2410_init_uarts()
|
/arch/arm64/boot/dts/ti/ |
D | k3-j721e-som-p0.dtsi | 26 no-map; 32 no-map; 38 no-map; 44 no-map; 50 no-map; 56 no-map; 62 no-map; 68 no-map;
|
/arch/arm64/boot/dts/qcom/ |
D | msm8992-msft-lumia-talkman.dts | 19 * hence there is no need for msm-id and friends. 23 * acpi=no is required due to WP platforms having ACPI support, but 27 bootargs = "earlycon=efifb console=efifb acpi=no";
|
D | sdm845-xiaomi-beryllium.dts | 57 no-map; 62 no-map; 67 no-map; 72 no-map; 77 no-map; 82 no-map; 87 no-map; 92 no-map; 97 no-map; 103 no-map;
|
/arch/x86/kernel/ |
D | kdebugfs.c | 76 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument 82 sprintf(buf, "%d", no); in create_setup_data_node() 98 int no = 0; in create_setup_data_nodes() local 146 create_setup_data_node(d, no, node); in create_setup_data_nodes() 150 no++; in create_setup_data_nodes()
|
/arch/x86/mm/ |
D | pf_in.c | 236 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() argument 240 switch (no) { in get_reg_w8() 291 switch (no) { in get_reg_w8() 308 switch (no) { in get_reg_w8() 327 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w8() 332 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32() argument 336 switch (no) { in get_reg_w32() 388 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w32()
|
/arch/arm/lib/ |
D | findbit.S | 34 3: mov r0, r1 @ no free bits 53 orr r2, r2, #7 @ if zero, then no bits here 75 3: mov r0, r1 @ no free bits 93 orr r2, r2, #7 @ if zero, then no bits here 113 3: mov r0, r1 @ no free bits 129 orr r2, r2, #7 @ if zero, then no bits here 147 3: mov r0, r1 @ no free bits 162 orr r2, r2, #7 @ if zero, then no bits here
|
/arch/xtensa/kernel/ |
D | mxhead.S | 30 .begin no-absolute-literals 62 .end no-absolute-literals
|
/arch/arm/mm/ |
D | abort-lv4t.S | 25 mov r0, #0 @ clear r0, r1 (no FSR/FAR) 63 beq do_DataAbort @ no writeback -> no fixup 76 and r6, r6, #15 @ r6 = no. of registers to transfer. 88 beq do_DataAbort @ No writeback -> no fixup 108 beq do_DataAbort @ no writeback -> no fixup 111 beq do_DataAbort @ zero -> no fixup 124 beq do_DataAbort @ no writeback -> no fixup
|
/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 29 .begin no-absolute-literals 77 .end no-absolute-literals
|