Home
last modified time | relevance | path

Searched refs:no (Results 1 – 200 of 1666) sorted by relevance

123456789

/linux-4.1.27/arch/arm/mach-netx/include/mach/
Dpfifo.h24 static inline int pfifo_push(int no, unsigned int pointer) in pfifo_push() argument
26 writel(pointer, NETX_PFIFO_BASE(no)); in pfifo_push()
30 static inline unsigned int pfifo_pop(int no) in pfifo_pop() argument
32 return readl(NETX_PFIFO_BASE(no)); in pfifo_pop()
35 static inline int pfifo_fill_level(int no) in pfifo_fill_level() argument
38 return readl(NETX_PFIFO_FILL_LEVEL(no)); in pfifo_fill_level()
41 static inline int pfifo_full(int no) in pfifo_full() argument
43 return readl(NETX_PFIFO_FULL) & (1<<no) ? 1 : 0; in pfifo_full()
46 static inline int pfifo_empty(int no) in pfifo_empty() argument
48 return readl(NETX_PFIFO_EMPTY) & (1<<no) ? 1 : 0; in pfifo_empty()
Dnetx-regs.h44 #define NETX_OFS_XMAC(no) (0x60000 + (no) * 0x1000) argument
50 #define NETX_OFS_XPEC(no) (0x70000 + (no) * 0x4000) argument
74 #define NETX_PA_XMAC(no) (NETX_IO_PHYS + NETX_OFS_XMAC(no)) argument
80 #define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no)) argument
104 #define NETX_VA_XMAC(no) (NETX_IO_VIRT + NETX_OFS_XMAC(no)) argument
110 #define NETX_VA_XPEC(no) (NETX_IO_VIRT + NETX_OFS_XPEC(no)) argument
Dhardware.h30 #define SRAM_INTERNAL_PHYS(no) ((no) * 0x8000) argument
Dirqs.h42 #define NETX_IRQ_XPEC(no) (NETX_IRQ_VIC_START + 17 + (no)) argument
Dxc.h24 int no; member
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dex.S19 ! exception no 0 to 255
21 no = 0 define
25 mov #no,r1
26 no = no + 1 define
38 ! exception no 256 to 511
40 no = 0 define
44 mov #no,r1
45 no = no + 1 define
/linux-4.1.27/arch/cris/arch-v10/mm/
Dtlb.c51 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_all()
52 IO_STATE(R_TLB_LO, valid, no ) | in flush_tlb_all()
53 IO_STATE(R_TLB_LO, kernel,no ) | in flush_tlb_all()
54 IO_STATE(R_TLB_LO, we, no ) | in flush_tlb_all()
87 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_mm()
88 IO_STATE(R_TLB_LO, valid, no ) | in flush_tlb_mm()
89 IO_STATE(R_TLB_LO, kernel,no ) | in flush_tlb_mm()
90 IO_STATE(R_TLB_LO, we, no ) | in flush_tlb_mm()
127 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_page()
128 IO_STATE(R_TLB_LO, valid, no ) | in flush_tlb_page()
[all …]
/linux-4.1.27/Documentation/filesystems/
DLocking26 d_revalidate: no no yes (ref-walk) maybe
27 d_weak_revalidate:no no yes no
28 d_hash no no no maybe
29 d_compare: yes no no maybe
30 d_delete: no yes no no
31 d_release: no no yes no
32 d_prune: no yes no no
33 d_iput: no no yes no
34 d_dname: no no no no
35 d_automount: no no yes no
[all …]
Dsquashfs.txt31 Metadata compression: yes no
32 Directory indexes: yes no
33 Sparse file support: yes no
34 Tail-end packing (fragments): yes no
35 Exportable (NFS etc.): yes no
36 Hard link support: yes no
37 "." and ".." in readdir: yes no
38 Real inode numbers: yes no
39 32-bit uids/gids: yes no
40 File creation time: yes no
[all …]
Djfs.txt9 ASCII. The default is to do no conversion. Use
17 read-write. The resize keyword with no value will grow
46 When no value is given to the discard option, it defaults to
Dadfs.txt12 ftsuffix=n When ftsuffix=0, no file type suffix will be applied.
53 There is no restriction on what you can do with these masks. You may
75 ftsuffix option is zero or omitted, no file type suffixes will be added.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm4 Contact: Bjørn Mork <bjorn@mork.no>
8 tx_max sized frames with no terminating short
25 Contact: Bjørn Mork <bjorn@mork.no>
41 Contact: Bjørn Mork <bjorn@mork.no>
53 Contact: Bjørn Mork <bjorn@mork.no>
73 Contact: Bjørn Mork <bjorn@mork.no>
82 Contact: Bjørn Mork <bjorn@mork.no>
89 Contact: Bjørn Mork <bjorn@mork.no>
96 Contact: Bjørn Mork <bjorn@mork.no>
105 Contact: Bjørn Mork <bjorn@mork.no>
[all …]
Dsysfs-bus-platform15 any attempt to automatically load the specified driver. If no
20 the override, there is no support for parsing delimiters.
Dsysfs-bus-amba15 automatically load the specified driver. If no driver with a
20 no support for parsing delimiters.
Dsysfs-bus-event_source-devices-hv_24x730 the firmware. If firmware does not provide a description, no
42 description, no file will be created.
/linux-4.1.27/arch/arm/plat-samsung/
Dinit.c111 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() argument
119 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
121 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
135 nr_uarts = no; in s3c24xx_init_uartdevs()
139 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument
147 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
Ddev-backlight.c36 ret = gpio_request(bl_gpio_info->no, "Backlight"); in samsung_bl_init()
43 s3c_gpio_cfgpin(bl_gpio_info->no, bl_gpio_info->func); in samsung_bl_init()
55 s3c_gpio_cfgpin(bl_gpio_info->no, S3C_GPIO_OUTPUT); in samsung_bl_exit()
56 gpio_free(bl_gpio_info->no); in samsung_bl_exit()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dmax98925.txt9 - vmon-slot-no : slot number used to send voltage information
11 - imon-slot-no : slot number used to send current information
19 vmon-slot-no = <0>;
20 imon-slot-no = <2>;
Dwm8960.txt17 frame clock, it will no frame clock for captrue unless enable DAC to enable
18 DACLRC pin. If shared-lrclk is present, no need to enable DAC for captrue.
Dtlv320aic31xx.txt10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dmax8925_batter.txt8 - no-temp-support: whether support temperature protection detect
9 - no-insert-detect: whether support insert detect
16 no-temp-support = <0>;
17 no-insert-detect = <0>;
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
Dex.S19 no = 0 define
23 mov #no,r1
24 no = no + 1 define
/linux-4.1.27/arch/xtensa/kernel/
Dmxhead.S30 .begin no-absolute-literals
64 .end no-absolute-literals
73 .begin no-absolute-literals
85 .end no-absolute-literals
Dhead.S52 .begin no-absolute-literals
99 .end no-absolute-literals
227 1: beq a2, a3, 3f # no more entries?
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dcommon.h23 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
37 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
51 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
66 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
94 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
Ds3c2443.c81 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts() argument
83 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c2443_init_uarts()
Ds3c2416.c110 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts() argument
112 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c2416_init_uarts()
Ds3c2410.c64 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts() argument
66 s3c24xx_init_uartdevs("s3c2410-uart", s3c2410_uart_resources, cfg, no); in s3c2410_init_uarts()
Ds3c244x.c57 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts() argument
59 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c244x_init_uarts()
Ds3c2412.c84 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts() argument
86 s3c24xx_init_uartdevs("s3c2412-uart", s3c2410_uart_resources, cfg, no); in s3c2412_init_uarts()
/linux-4.1.27/scripts/kconfig/
Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
70 else if (modules_val == no) in sym_get_type()
121 if (prop->visible.tri != no) in sym_get_default_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
215 tri = no; in sym_calc_visibility()
220 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
238 tri = no; in sym_calc_visibility()
264 if (prop->visible.tri == no) in sym_choice_default()
267 if (def_sym->visible != no) in sym_choice_default()
[all …]
Dconfdata.c145 sym->def[def].tri = no; in conf_set_sym_val()
277 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
313 sym->def[def].tri = no; in conf_read_simple()
346 sym->def[def].tri = no; in conf_read_simple()
388 case no: in conf_read_simple()
397 if (cs->def[def].tri != no) in conf_read_simple()
456 if (sym->visible == no && !conf_unsaved) in conf_read()
892 if (sym_get_tristate_value(sym) == no) in conf_split_config()
1089 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1115 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
[all …]
Dconf.c178 case no: in conf_sym()
188 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
204 newval = no; in conf_sym()
247 case no: in conf_choice()
256 case no: in conf_choice()
/linux-4.1.27/arch/arm/mach-netx/
Dxc.c85 if (adr >= NETX_PA_XMAC(x->no) && in xc_check_ptr()
86 adr + size < NETX_PA_XMAC(x->no) + XMAC_MEM_SIZE) in xc_check_ptr()
89 if (adr >= NETX_PA_XPEC(x->no) && in xc_check_ptr()
90 adr + size < NETX_PA_XPEC(x->no) + XPEC_MEM_SIZE) in xc_check_ptr()
126 sprintf(name, "xc%d.bin", x->no); in xc_request_firmware()
215 x->no = xcno; in request_xc()
238 int xcno = x->no; in free_xc()
246 xc_in_use &= ~(1 << x->no); in free_xc()
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class18 @name: no change
19 @dev: no change
21 @state: no change
24 @print_name: no change but type change (switch_dev->extcon_dev)
25 @print_state: no change but type change (switch_dev->extcon_dev)
34 : no change but type change (sdev->edev)
37 : no change but type change (sdev->edev) and (return: int->u32)
40 : no change but type change (sdev->edev) and (state: int->u32)
49 ****** STEP 2. Multistate (no more magic numbers in state value)
53 support multiple cables are no more required or supported.
[all …]
/linux-4.1.27/arch/xtensa/boot/boot-elf/
Dbootstrap.S33 .begin no-absolute-literals
67 .end no-absolute-literals
88 .begin no-absolute-literals
101 .end no-absolute-literals
/linux-4.1.27/drivers/clk/rockchip/
Dclk-pll.c134 u64 nf, nr, no, rate64 = prate; in rockchip_rk3066_pll_recalc_rate() local
149 no = (pllcon >> RK3066_PLLCON0_OD_SHIFT) & RK3066_PLLCON0_OD_MASK; in rockchip_rk3066_pll_recalc_rate()
153 do_div(rate64, no + 1); in rockchip_rk3066_pll_recalc_rate()
189 __func__, rate->rate, rate->nr, rate->no, rate->nf); in rockchip_rk3066_pll_set_rate()
204 HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK, in rockchip_rk3066_pll_set_rate()
265 unsigned int nf, nr, no, bwadj; in rockchip_rk3066_pll_init() local
281 no = ((pllcon >> RK3066_PLLCON0_OD_SHIFT) & RK3066_PLLCON0_OD_MASK) + 1; in rockchip_rk3066_pll_init()
291 rate->no, no, rate->nf, nf, rate->bwadj, bwadj); in rockchip_rk3066_pll_init()
292 if (rate->nr != nr || rate->no != no || rate->nf != nf in rockchip_rk3066_pll_init()
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm7425.dtsi162 no-big-frame-no;
181 no-big-frame-no;
200 no-big-frame-no;
219 no-big-frame-no;
Dbcm7346.dtsi161 no-big-frame-no;
180 no-big-frame-no;
199 no-big-frame-no;
218 no-big-frame-no;
Dbcm7420.dtsi160 no-big-frame-no;
178 no-big-frame-no;
Dbcm6368.dtsi87 no-big-frame-no;
Dbcm3384_viper.dtsi102 no-big-frame-no;
Dbcm3384_zephyr.dtsi120 no-big-frame-no;
Dbcm7360.dtsi155 no-big-frame-no;
Dbcm7358.dtsi155 no-big-frame-no;
/linux-4.1.27/drivers/media/pci/b2c2/
Dflexcop-dma.c124 flexcop_dma_index_t no, in flexcop_dma_control_size_irq() argument
129 if (no & FC_DMA_1) in flexcop_dma_control_size_irq()
132 if (no & FC_DMA_2) in flexcop_dma_control_size_irq()
141 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq() argument
146 if (no & FC_DMA_1) in flexcop_dma_control_timer_irq()
149 if (no & FC_DMA_2) in flexcop_dma_control_timer_irq()
/linux-4.1.27/tools/perf/Documentation/
Dasciidoc.conf30 ifndef::perf-asciidoc-no-roff[]
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
DMakefile108 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
141 PRINT_DIR = --no-print-directory
288 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
311 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
Dperf-help.txt15 With no options and no COMMAND given, the synopsis of the 'perf'
Dperf-annotate.txt19 If there is no debug info in the object, then annotated assembly is displayed.
73 be provided as a comma-separated list with no space: 0,1. Ranges of
82 disable with --no-source.
Dperf-trace.txt66 --no-inherit::
78 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
97 Show process COMM right beside its ID, on by default, disable with --no-comm.
133 fault); if no debug symbols available, perf trace will print raw IP;
151 $ perf trace --no-syscalls -F
/linux-4.1.27/drivers/s390/char/
Dtape_char.c343 unsigned int no, unsigned long data) in __tapechar_ioctl() argument
347 if (no == MTIOCTOP) { in __tapechar_ioctl()
386 if (no == MTIOCPOS) { in __tapechar_ioctl()
398 if (no == MTIOCGET) { in __tapechar_ioctl()
434 return device->discipline->ioctl_fn(device, no, data); in __tapechar_ioctl()
438 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() argument
447 rc = __tapechar_ioctl(device, no, data); in tapechar_ioctl()
454 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl() argument
467 rval = device->discipline->ioctl_fn(device, no, argp); in tapechar_compat_ioctl()
/linux-4.1.27/net/batman-adv/
Dfragmentation.c152 frag_entry_new->no = frag_packet->no; in batadv_frag_insert_packet()
171 if (frag_entry_curr->no == frag_entry_new->no) in batadv_frag_insert_packet()
175 if (frag_entry_curr->no < frag_entry_new->no) { in batadv_frag_insert_packet()
454 frag_header.no = 0; in batadv_frag_send_packet()
470 frag_header.no++; in batadv_frag_send_packet()
473 if (frag_header.no == BATADV_FRAG_MAX_FRAGMENTS - 1) in batadv_frag_send_packet()
/linux-4.1.27/Documentation/input/
Dcs461x.txt20 screen in VJOYD); I have no documentation on my chip; and the existing
22 So the driver have no code to perform hardware related calibration.
26 This driver have the basic support for PCI devices only; there is no
32 There are no sound or input collisions detected. The source code have
38 There are no debug information print have been placed in source, and no
/linux-4.1.27/Documentation/usb/
Danchors.txt15 There's no API to allocate an anchor. It is simply declared
22 Once it has no more URBs associated with it, the anchor can be
43 This way no data can be reordered.
51 Therefore no guarantee is made that the URBs have been unlinked when
70 Returns true if no URBs are associated with an anchor. Locking
78 destinations in one anchor you have no guarantee the chronologically
Derror-codes.txt20 -ENOMEM no memory for allocation of internal structures
92 -EINPROGRESS URB still pending, no results yet
96 b) no response packet received within the
101 b) no response packet received within the
117 completed, and no other error was reported by HC.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dvia-velocity.txt9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
11 Specify this option if you have no external eeprom.
19 no-eeprom;
Ddavicom-dm9000.txt12 - davicom,no-eeprom : Configuration EEPROM is not available
25 davicom,no-eeprom;
Dfixed-link.txt29 - d: pause configuration: 0 for no pause, 1 for pause
30 - e: asymmetric pause configuration: 0 for no asymmetric pause, 1 for
/linux-4.1.27/arch/arm/lib/
Dfindbit.S37 3: mov r0, r1 @ no free bits
56 orr r2, r2, #7 @ if zero, then no bits here
78 3: mov r0, r1 @ no free bits
96 orr r2, r2, #7 @ if zero, then no bits here
116 3: mov r0, r1 @ no free bits
132 orr r2, r2, #7 @ if zero, then no bits here
150 3: mov r0, r1 @ no free bits
165 orr r2, r2, #7 @ if zero, then no bits here
/linux-4.1.27/arch/x86/mm/
Dpf_in.c252 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() argument
256 switch (no) { in get_reg_w8()
307 switch (no) { in get_reg_w8()
324 switch (no) { in get_reg_w8()
343 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w8()
348 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32() argument
352 switch (no) { in get_reg_w32()
404 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w32()
/linux-4.1.27/Documentation/video4linux/
Dradiotrack.txt13 vary... I make no guarantees, claims or warranties to the suitability or
79 0xff ==> no stereo detected, 0xfd ==> stereo detected.
106 Default: BASE <-- 0xc8 (current volume, no stereo detect,
109 Card Off: BASE <-- 0x00 (audio mute, no stereo detect,
115 Volume Down: BASE <-- 0x48 (volume down, no stereo detect,
120 Volume Up: BASE <-- 0x88 (volume up, no stereo detect,
137 BASE <-- 0x01 (audio mute, no stereo detect, radio
139 BASE <-- 0x03 (audio mute, no stereo detect, radio
142 BASE <-- 0x05 (audio mute, no stereo detect, radio
144 BASE <-- 0x07 (audio mute, no stereo detect, radio
Dsi470x.txt26 - Si4704: FM radio receiver, no external antenna required
27 - Si4705: FM radio receiver, no external antenna required, RDS support, Dig I/O
28 - Si4706: Enhanced FM RDS/TMC radio receiver, no external antenna required, RDS
68 There is currently no project for making TMC sentences human readable.
/linux-4.1.27/arch/arm/mm/
Dabort-lv4t.S24 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
58 beq do_DataAbort @ no writeback -> no fixup
70 and r6, r6, #15 @ r6 = no. of registers to transfer.
81 beq do_DataAbort @ No writeback -> no fixup
99 beq do_DataAbort @ no writeback -> no fixup
102 beq do_DataAbort @ zero -> no fixup
113 beq do_DataAbort @ no writeback -> no fixup
Dabort-nommu.S17 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
/linux-4.1.27/arch/x86/kernel/
Dkdebugfs.c78 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument
84 sprintf(buf, "%d", no); in create_setup_data_node()
114 int no = 0; in create_setup_data_nodes() local
143 error = create_setup_data_node(d, no, node); in create_setup_data_nodes()
150 no++; in create_setup_data_nodes()
Dverify_cpu.S51 jz verify_cpu_no_longmode # cpu has no cpuid
57 jb verify_cpu_no_longmode # no cpuid 1
111 jb verify_cpu_no_longmode # no extended cpuid
/linux-4.1.27/include/linux/platform_data/
Dspi-imx.h25 #define MXC_SPI_CS(no) ((no) - 32) argument
/linux-4.1.27/drivers/usb/usbip/
Dusbip_protocol.txt112 8 | 4 | n | Number of exported devices: 0 means no exported
116 | | | if any. If no devices are exported the message
274 URB_SHORT_NOT_OK | 0x00000001 | only in | only in | only in | no
275 URB_ISO_ASAP | 0x00000002 | no | no | no | yes
277 URB_NO_FSBR | 0x00000020 | yes | no | no | no
278 URB_ZERO_PACKET | 0x00000040 | no | no | only out | no
/linux-4.1.27/arch/unicore32/lib/
Dfindbit.S30 3: mov r0, r1 @ no free bits
48 or r2, r2, #7 @ if zero, then no bits here
68 3: mov r0, r1 @ no free bits
85 or r2, r2, #7 @ if zero, then no bits here
/linux-4.1.27/Documentation/devicetree/bindings/input/
Domap-keypad.txt20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
27 linux,keypad-no-autorepeat;
Dstmpe-keypad.txt10 - st,no-autorepeat : If specified device will not autorepeat
21 st,no-autorepeat;
Dsamsung-keypad.txt40 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
51 linux,input-no-autorepeat;
Dgpio-matrix-keypad.txt21 - linux,no-autorepeat: do no enable autorepeat feature.
/linux-4.1.27/Documentation/pcmcia/
Ddriver-changes.txt34 * No dev_info_t, no cs_types.h (as of 2.6.36)
40 There is no more need to fill out a "dev_node_t" structure.
53 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
73 necessary now is calling pcmcia_disable_device. As there is no valid
108 The irq_mask and irq_list parameters should no longer be used in
114 client->PendingEvents is no longer available.
120 * core functions no longer available (as of 2.6.11)
122 because they are unused by all in-kernel drivers, and no external
132 It is no longer necessary to iterate on the driver's internal
137 it no longer marks these resources busy. This means that driver
/linux-4.1.27/scripts/coccinelle/misc/
Dirqf_oneshot.cocci7 // Options: --no-includes
82 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
88 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
Dbugon.cocci11 // Options: --no-includes --include-headers
60 …stead of if condition followed by BUG.\nPlease make sure the condition has no side effects (see co…
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dcpu.h102 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
119 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
125 struct s3c2410_uartcfg *cfg, int no);
Dbacklight.h19 int no; member
/linux-4.1.27/Documentation/
Dpi-futex.txt6 - in the user-space fastpath a PI-enabled futex involves no kernel work
7 (or any other PI complexity) at all. No registration, no extra kernel
15 relatively simple: only a single owner may own a lock (i.e. no
16 read-write lock support), only the owner may unlock a lock, no
78 mutexes involves no kernel work at all - they behave quite similarly to
91 remaining work: if there is no futex-queue attached to the futex address
99 futex value to its own TID and returns. Userspace has no other work to
104 TID -> 0 atomic transition of the futex value], then no kernel work is
113 there is no prior 'registration' of a PI-futex. [which is not quite
Drobust-futexes.txt22 state, and there's no in-kernel state associated with it. The kernel
40 the kernel cannot help with the cleanup: if there is no 'futex queue'
42 then the kernel has no information to clean up after the held lock!
43 Userspace has no chance to clean up after the lock either - userspace is
44 the one that crashes, so it has no opportunity to clean up. Catch-22.
71 because the kernel has no knowledge about how many robust futexes there
92 In the common case, at do_exit() time, there is no list registered, so
123 - it's much, much faster: at thread exit time, there's no need to loop
127 - no VM changes are needed - 'struct address_space' is left alone.
129 - no registration of individual locks is needed: robust mutexes dont
[all …]
Dnommu-mmap.txt5 The kernel has limited support for memory mapping under no-MMU conditions, such
13 ptrace() work. Under uClinux there is no fork(), and clone() must be supplied
16 The behaviour is similar between the MMU and no-MMU cases, but not identical;
24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of
31 the no-MMU case doesn't support these, behaviour is identical to
39 In the no-MMU case:
56 are visible in other processes (no MMU protection), but should not
63 on writes to the file underneath that page no longer get reflected into
66 In the no-MMU case: works much like the non-PROT_WRITE case, except
75 In the no-MMU case: not supported.
[all …]
Dstatic-keys.txt40 tracepoints are often dormant (disabled) and provide no direct kernel
63 consist of a single atomic 'no-op' instruction (5 bytes on x86), in the
65 'no-op' in the straight-line codepath with a 'jump' instruction to the
146 to take advantage of this optimization. If there is no architecture support, we
231 vs. the jump label case just has a 'no-op' or 'jmp 0'. (The jmp 0, is patched
232 to a 5 byte atomic no-op instruction at boot-time.) Thus, the disabled jump
240 footprint. We can in fact improve this even further, since the 5-byte no-op
241 really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp.
242 However, we have not yet implemented optimal no-op sizes (they are currently
Dthis_cpu_ops.txt14 This means that there are no atomicity issues between the calculation of
30 processor should be accessing that variable and therefore there are no
91 The above results in the following single instruction (no lock prefix!)
95 instead of the following operations required if there is no segment
109 per cpu counters is correctly incremented. However, there is no
119 variables no concurrent cache line updates take place. The price that
139 is re-enabled this pointer is usually no longer useful since it may
140 no longer point to per cpu data of the current processor.
216 change the processor we are executing on then there is no reason to
220 These operations have no guarantee against concurrent interrupts or
[all …]
Dcachetlb.txt46 there will be no entries in the TLB for 'mm'.
60 running, there will be no entries in the TLB for 'mm' for
85 is, after running, there will be no entries in the TLB for
140 indexed physically tagged caches of IA32 processors have no need to
142 and have no dependency on translation information.
149 the caches. That is, after running, there will be no cache
158 the caches. That is, after running, there will be no cache
171 addresses from the cache. After running, there will be no
199 After running, there will be no entries in the cache for
211 After running, there will be no entries in the cache for
[all …]
Dmd.txt12 md=<md device no.>,<raid level>,<chunk size factor>,<fault level>,dev0,dev1,...,devn
15 md=<md device no.>,dev0,dev1,...,devn
17 md=d<md device no.>,dev0,dev1,...,devn
19 md device no. = the number of the md device ...
61 be reconstructed (due to no parity).
130 arrays with no superblock (non-persistent).
159 If no raid level has been set yet (array is still being
235 The point at which resync should start. If no resync is needed,
248 When an md array has seen no write requests for a certain period
268 No devices, no size, no level
[all …]
/linux-4.1.27/scripts/
Dcoccicheck157 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
161 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
164 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt9 the name can be a silly fmc-0000 look-alike if the device has no
11 bus-specific address but no associated name, or something like
23 There is currently no support for mmap, user-space interrupt management
33 [ 1073.339332] spec 0000:02:00.0: Driver has no ID: matches all
35 [ 1073.350821] spec 0000:04:00.0: Driver has no ID: matches all
Dfmc-write-eeprom.txt19 * It accepts a `file=' argument (within /lib/firmware) and if no
21 (i.e. there is no default file name).
30 ignored and no write is performed.
32 * Only cards listed with `busid=' are written to. If no busid is
33 specified, no programming is done (and the probe function of the
71 [ 130.874098] fake-fmc: Matching a generic driver (no ID)
/linux-4.1.27/arch/sh/drivers/dma/
Ddma-sh.c263 static inline int dmaor_reset(int no) in dmaor_reset() argument
265 unsigned long dmaor = dmaor_read_reg(no); in dmaor_reset()
269 dmaor_write_reg(no, dmaor); in dmaor_reset()
272 dmaor_write_reg(no, dmaor); in dmaor_reset()
275 if ((dmaor_read_reg(no) & (DMAOR_AE | DMAOR_NMIF))) { in dmaor_reset()
/linux-4.1.27/arch/arm64/kernel/
Dsys_compat.c69 unsigned int no = regs->regs[7]; in compat_arm_syscall() local
71 switch (no) { in compat_arm_syscall()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
592 bne.b _L0_3s # no
597 bne.b _L0_4s # no
602 bne.b _L0_5s # no
650 bne.b _L0_3d # no
655 bne.b _L0_4d # no
660 bne.b _L0_5d # no
708 bne.b _L0_3x # no
713 bne.b _L0_4x # no
718 bne.b _L0_5x # no
[all …]
Disp.S21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
485 beq.w uieh_done # no
488 bra.w uieh_a7 # no
502 bra.w uieh_done # no
505 beq.b uieh_div64_dbyz # no
514 tst.b EXC_ISR(%a6) # no; is trace enabled?
516 bra.w uieh_a7 # no
1040 mov.l %a0,%d0 # copy no. bytes
1051 mov.l %a0,%d0 # copy no. bytes
1062 mov.l %a0,%d0 # copy no. bytes
[all …]
Dfpsp.S21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
926 bne.b funfl_op2_done # no
966 # no underflow was called for. We do these checks only in
1272 bne.b fu_op2 # no
1362 beq.b fu_in_cont # no
1366 beq.b fu_in_cont # no
1387 bne.b fu_in_exc_exit # no
1437 rts # no
1444 cmpi.w %d0,&0x407f # no; is |exp| == $407f?
1446 rts # no
[all …]
Dpfpsp.S21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
925 bne.b funfl_op2_done # no
965 # no underflow was called for. We do these checks only in
1271 bne.b fu_op2 # no
1361 beq.b fu_in_cont # no
1365 beq.b fu_in_cont # no
1386 bne.b fu_in_exc_exit # no
1436 rts # no
1443 cmpi.w %d0,&0x407f # no; is |exp| == $407f?
1445 rts # no
[all …]
Dilsp.S21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
112 # fmovm.l &0x0,-(%sp) # save no fpregs
127 # fmovm.l &0x0,-(%sp) # save no fpregs
168 bne.b ldnormaldivide # no, so try it the long way
196 beq.b lddone # divu has no processing!!!
400 bcc ldd2nd # no carry, do next quotient digit
514 # fmovm.l &0x0,-(%sp) # save no fpregs
596 # fmovm.l (%sp)+,&0x0 # restore no fpregs
625 # fmovm.l &0x0,-(%sp) # save no fpregs
638 bge.b muls64_chk_md_sgn # no
[all …]
/linux-4.1.27/arch/arm/mach-mv78xx0/include/mach/
Dentry-macro.S25 @ if no low interrupts set, check high interrupts
32 @ if no high interrupts set, check error interrupts
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
DTODO11 - Active external sub-devices defined by link configuration; no strcmp
14 - The driver should have no knowledge of possible external subdevs; see
22 approach) there is no regression for the users using the older driver.
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dxics.txt27 Zero is the highest priority, 255 means no interrupt is pending.
30 Zero is the highest priority, 255 means no IPI is pending.
33 Zero means no interrupt pending, 2 means an IPI is pending
36 Zero is the highest priority, meaning no interrupts can be
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax44 Eicon Diva 2.0 ISA and PCI (S0 and U interface, no PRO version)
79 You can combine any card, if there is no conflict between the resources
143 "2" for EDSS1 (Euro ISDN), "3" for leased lines (no D-Channel) and "4"
170 11 Eicon.Diehl Diva PCI no parameter
176 15 Sedlbauer Speed PCI no parameter
179 18 ELSA Quickstep 1000PCI no parameter
181 20 NETjet PCI card no parameter
182 21 Teles PCI no parameter
185 24 Dr. Neuhaus Niccy PCI no parameter
189 27 AVM PCI (Fritz!PCI) no parameter
[all …]
/linux-4.1.27/Documentation/hid/
Duhid.txt50 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
54 followed by an UHID_OPEN event again and so on. There is no need to perform
59 though the device may have no users.
65 SET_REPORT (no other data reports on the control channel are defined so far).
96 may still be pending messages that you can receive with read() but no further
98 You can create a new device by sending UHID_CREATE2 again. There is no need to
109 field to 0 if no error occurred or to EIO if an I/O error occurred.
135 the kernel already have the report-number as prefix. Otherwise, no
153 there is actually no other process that reads your data so there is no need to
157 This is sent when there are no more processes which read the HID data. It is
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt17 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware
44 compatible = "ti,omap3-no-wait-interface-clock";
Dgate.txt7 it supports a number of additional features. If no register
30 "ti,composite-no-wait-gate-clock" - composite gate clock that does not wait
102 compatible = "ti,composite-no-wait-gate-clock";
/linux-4.1.27/kernel/debug/kdb/
Dkdb_cmds2 # These commands are executed in kdb_init() context, no SMP, no
/linux-4.1.27/tools/perf/tests/attr/
DREADME52 perf record -D kill (test-record-no-delay)
53 perf record -i kill (test-record-no-inherit)
54 perf record -n kill (test-record-no-samples)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
Dtest-record-graph-dwarf9 # TODO different for each arch, no support for that now
Dtest-record-C08 # no enable on exec for CPU attached
/linux-4.1.27/arch/parisc/math-emu/
DREADME8 Required Disclaimer: Hewlett-Packard makes no implied or expressed
10 in any way. This copy of this snapshot is no longer the property
/linux-4.1.27/arch/m32r/
DMakefile20 aflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -O2 -Wa,-bitinst -Wa,-no-parallel
27 aflags-$(CONFIG_ISA_M32R) += -DNO_FPU -O2 -Wa,-no-bitinst
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dusb-ohci.txt12 - no-big-frame-no : boolean, set if frame_no lives in bits [15:0] of HCCA
/linux-4.1.27/Documentation/networking/
Dmpls-sysctl.txt12 If the number of platform label table entries is set to 0 no
17 no longer fit in the table.
Dtc-actions-env-rules.txt20 3) Dropping packets you don't own is a no-no. You simply return
Dipv6.txt18 has a dependency on the IPv6 module being loaded, but no
59 This might be used when no IPv6 addresses are desired.
Dz8530drv.txt88 escc no # enhanced SCC chip? (8580/85180/85280)
90 special no # address of special function register
95 program. A parameter has no effect.
120 this to "yes" (option, defaults to "no")
170 escc no
183 escc no
197 escc no
209 escc no
496 will be unkeyed when there are no packets to be sent.
498 when there are no packets to be sent. Flags will be
[all …]
Dipsec.txt14 form. To clarify: If an IP datagram is sent non-compressed, no
31 matches the selector but not coming from any XFRM layer, i.e., with no
/linux-4.1.27/drivers/media/common/b2c2/
Dflexcop-common.h111 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
126 flexcop_dma_index_t no, int onoff);
128 flexcop_dma_index_t no, int onoff);
/linux-4.1.27/Documentation/sound/alsa/
Dpowersave.txt9 appropriately when no operation is required. When no applications use
10 the device and/or no analog loopback is set, the power disablement is
DSB-Live-mixer.txt147 *** Note: This control should be 100 (maximal value), otherwise no analog ***
220 This control sets the bass intensity. There is no neutral value!!
226 This control sets the treble intensity. There is no neutral value!!
258 Channel volume attenuation in range 0-0xffff. The maximum value (no
262 0 - mono, default 0xffff (no attenuation)
263 1 - left, default 0xffff (no attenuation)
264 2 - right, default 0xffff (no attenuation)
292 0 - mono, A destination attn, default 255 (no attenuation)
293 1 - mono, B destination attn, default 255 (no attenuation)
296 4 - left, A destination attn, default 255 (no attenuation)
[all …]
DAudigy-mixer.txt196 This control sets the bass intensity. There is no neutral value!!
202 This control sets the treble intensity. There is no neutral value!!
223 Channel volume attenuation in range 0-0xffff. The maximum value (no
227 0 - mono, default 0xffff (no attenuation)
228 1 - left, default 0xffff (no attenuation)
229 2 - right, default 0xffff (no attenuation)
269 0 - mono, A destination attn, default 255 (no attenuation)
270 1 - mono, B destination attn, default 255 (no attenuation)
277 8 - left, A destination attn, default 255 (no attenuation)
286 17 - right, B destination attn, default 255 (no attenuation)
Dserial-u16550.txt21 substream. The driver provides no way to send F5 00 (no selection) or to not
60 to send the data to no ports. M/B mode has extra overhead to select the MIDI
81 but no units to experiment with. The MS-124W support is tested with a real unit.
Dhdspm.txt3 (translated from German, so no good English ;-),
103 or peak-meters over ioctl, or also to do only copying and no
145 !!!! This is no pure hardware function but was implemented by
163 RME-PLL is very good, there are almost no problems with
206 has a failure, there is a takeover to the working one, with no
322 !!! this is a ALSA internal function, so no control is used !!!
/linux-4.1.27/arch/arm/boot/dts/
Domap3430es1-clocks.dtsi70 compatible = "ti,composite-no-wait-gate-clock";
101 compatible = "ti,omap3-no-wait-interface-clock";
125 compatible = "ti,omap3-no-wait-interface-clock";
166 compatible = "ti,omap3-no-wait-interface-clock";
Dimx27-eukrea-cpuimx27.dtsi125 no-loopback-test;
138 no-loopback-test;
151 no-loopback-test;
164 no-loopback-test;
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Damd.c73 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument
108 *no = i; in decode_pstates()
Dhelpers.h148 int boost_states, unsigned long *pstates, int *no);
167 int *no) in decode_pstates() argument
/linux-4.1.27/arch/score/
DKconfig.debug13 On some platforms, there is currently no way for the boot loader to
24 If you say N here, those macros will mostly turn to no-ops. See
/linux-4.1.27/tools/usb/usbip/
Dconfigure.ac72 AC_MSG_RESULT([no]);
84 [AC_MSG_RESULT([no]); LIBS="$saved_LIBS"])])
103 AC_MSG_RESULT([no])
/linux-4.1.27/scripts/coccinelle/tests/
Ddoublebitand.cocci4 //# such as 0 for | is used to indicate no information, to maintain the
13 // Options: --no-includes --include-headers
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-grgpio.txt22 no irq for that line. Driver provides no interrupt support if not
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl18 I2O specification as no I2O message parameters are outlined. For information
50 Returns 0 if no errors occur, and -1 otherwise. If an error occurs,
76 This function returns 0 if no errors occur. If an error occurs, -1
105 This function returns 0 if no errors occur. If an error occurs, -1
140 ops->resbuf if no errors occur. If an error occurs, -1 is returned
224 This function returns 0 no errors occur. If an error occurs, -1
266 This function returns 0 if no errors occur. If an error occurs, -1
303 This function returns 0 if no errors occur. If an error occurs, -1
327 This function returns 0 if no erro occur. If an error occurs, -1 is
356 pointed to by htquery->qbuf. If there is no query string, this field
[all …]
/linux-4.1.27/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S133 beq exit @ no - spurious interrupt? exit
139 beq hksw @ no - try next source
154 bne data @ no - go to data processing
157 beq hksw @ no - try next source
224 beq mdm @ no - try next source
/linux-4.1.27/arch/arm/mach-tegra/
Dreset-handler.S52 bne cpu_resume @ no
187 bleq __die @ no LP1 startup handler
198 bleq __die @ no LP2 startup handler
215 bleq __die @ no secondary startup handler
/linux-4.1.27/arch/arm/kernel/
Diwmmxt.S81 bne 4f @ if so no business here
109 beq concan_load @ no owner, skip save
207 beq 1f @ no: quit
210 bne 1f @ no: quit
221 str r0, [r3] @ no more current owner
336 retne lr @ no: leave Concan disabled
Dtraps.c573 asmlinkage int arm_syscall(int no, struct pt_regs *regs) in arm_syscall() argument
577 if ((no >> 16) != (__ARM_NR_BASE>> 16)) in arm_syscall()
578 return bad_syscall(no, regs); in arm_syscall()
580 switch (no & 0xffff) { in arm_syscall()
685 if ((no & 0xffff) <= 0x7ff) in arm_syscall()
696 task_pid_nr(current), current->comm, no); in arm_syscall()
710 arm_notify_die("Oops - bad syscall(2)", regs, &info, no, 0); in arm_syscall()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmax8925.txt61 no-temp-support = <0>;
62 no-insert-detect = <0>;
Dtc3589x.txt57 - linux,no-autorepeat: do no enable autorepeat feature.
86 linux,no-autorepeat;
/linux-4.1.27/Documentation/power/regulator/
Ddesign.txt17 => The API should make no changes to the hardware state unless it has
24 - The overwhelming majority of devices in a system will have no
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-xusb-padctl.txt39 words, if a subnode that lists a function but no pin configuration parameters
40 implies no information about any pin configuration parameters. Similarly, a
41 subnode that describes only an IDDQ parameter implies no information about
54 - nvidia,iddq: Enables IDDQ mode of the lane. (0: no, 1: yes)
Dqcom,pmic-gpio.txt62 other words, a subnode that lists a mux function but no pin configuration
63 parameters implies no information about any pin configuration parameters.
64 Similarly, a pin subnode that describes a pullup parameter implies no
101 Definition: The specified pins should be configured as no pull.
160 0: no (PMIC_GPIO_STRENGTH_NO)
Dlantiq,falcon-pinumx.txt22 other words, a subnode that lists a mux function but no pin configuration
23 parameters implies no information about any pin configuration parameters.
24 Similarly, a pin subnode that describes a pullup parameter implies no
Dqcom,apq8064-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
32 parameters implies no information about any pin configuration parameters.
33 Similarly, a pin subnode that describes a pullup parameter implies no
Dqcom,pmic-mpp.txt57 other words, a subnode that lists a mux function but no pin configuration
58 parameters implies no information about any pin configuration parameters.
59 Similarly, a pin subnode that describes a pullup parameter implies no
90 Definition: The specified pins should be configured as no pull.
Dnvidia,tegra30-pinmux.txt14 - nvidia,enable-input: Integer. Enable the pin's input path. 0: no, 1: yes.
15 - nvidia,open-drain: Integer. Enable open drain mode. 0: no, 1: yes.
17 until reset. 0: no, 1: yes.
18 - nvidia,io-reset: Integer. Reset the IO path. 0: no, 1: yes.
Dnvidia,tegra114-pinmux.txt16 - nvidia,enable-input: Integer. Enable the pin's input path. 0: no, 1: yes.
17 - nvidia,open-drain: Integer. Enable open drain mode. 0: no, 1: yes.
19 until reset. 0: no, 1: yes.
20 - nvidia,io-reset: Integer. Reset the IO path. 0: no, 1: yes.
Dqcom,ipq8064-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
32 parameters implies no information about any pin configuration parameters.
33 Similarly, a pin subnode that describes a pullup parameter implies no
Dnvidia,tegra20-pinmux.txt22 other words, a subnode that lists a mux function but no pin configuration
23 parameters implies no information about any pin configuration parameters.
24 Similarly, a pin subnode that describes a pullup parameter implies no
43 0: no, 1: yes.
45 0: no, 1: yes.
Dpinctrl-palmas.txt26 other words, a subnode that lists a mux function but no pin configuration
27 parameters implies no information about any pin configuration parameters.
28 Similarly, a pin subnode that describes a pullup parameter implies no
Dqcom,apq8084-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
64 parameters implies no information about any pin configuration parameters.
65 Similarly, a pin subnode that describes a pullup parameter implies no
117 Definition: The specified pins should be configued as no pull.
Dqcom,msm8960-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
64 parameters implies no information about any pin configuration parameters.
65 Similarly, a pin subnode that describes a pullup parameter implies no
119 Definition: The specified pins should be configued as no pull.
Dqcom,msm8916-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
64 parameters implies no information about any pin configuration parameters.
65 Similarly, a pin subnode that describes a pullup parameter implies no
125 Definition: The specified pins should be configued as no pull.
Dlantiq,xway-pinumx.txt22 other words, a subnode that lists a mux function but no pin configuration
23 parameters implies no information about any pin configuration parameters.
24 Similarly, a pin subnode that describes a pullup parameter implies no
Dqcom,msm8974-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
32 parameters implies no information about any pin configuration parameters.
33 Similarly, a pin subnode that describes a pullup parameter implies no
Dste,nomadik.txt37 0: input with no pull
51 0: sleep input with no pull,
54 3: sleep input and keep last input configuration (no pull, pull up or pull down).
/linux-4.1.27/Documentation/x86/
Dtlb.txt9 it is a much more precise operation, causing no collateral
17 be no collateral damage caused by doing the global flush, and
28 There is obviously no way the kernel can know all these things,
31 well. There is essentially no "right" point to choose.
Dpat.txt8 and also due to the fact that there are no hardware limitations on number of
71 no alias to this area | | | |
77 no alias to this area | | | |
98 list in order to ensure no conflicting mapping.
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt27 with page owner and page owner is disabled in runtime due to no enabling
29 doesn't require memory to store owner information, so there is no runtime
55 they would have no owner information. To fix it up, these early allocated
61 page extension feature. Anyway, after that, no page is left in
/linux-4.1.27/arch/arm/mach-ep93xx/
Dcrunch-bits.S75 bne 2f @ if so no business here
94 beq crunch_load @ no owner, skip save
222 beq 1f @ no: quit
225 bne 1f @ no: quit
234 str r0, [r3] @ no more current owner
/linux-4.1.27/arch/m32r/kernel/
Dtime.c102 #error no chip configuration in m32r_gettimeoffset()
196 #error no chip configuration in time_init()
/linux-4.1.27/scripts/rt-tester/
Dt3-l1-pi-signal.tst60 # T1 lock L0, no wait in the wakeup path
66 # T2 lock L0 interruptible, no wait in the wakeup path
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dst-thermal.txt15 one die/module, so there is no module type in the compatible
30 NB: For thermal sensor's for which no interrupt has been
/linux-4.1.27/arch/xtensa/
DMakefile48 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
51 LDFLAGS := --no-relax
/linux-4.1.27/net/ipv4/
Dinet_diag.c473 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
476 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
479 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
482 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
534 len -= op->no; in inet_diag_bc_run()
535 bc += op->no; in inet_diag_bc_run()
673 if (op->no < min_len || op->no > len + 4 || op->no & 3) in inet_diag_bc_audit()
675 if (op->no < len && in inet_diag_bc_audit()
676 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
/linux-4.1.27/lib/
DKconfig68 This option is provided for the case where no in-kernel-tree
76 This option is provided for the case where no in-kernel-tree
93 This option is provided for the case where no in-kernel-tree
103 This option is provided for the case where no in-kernel-tree
159 no lookup table. This is provided as a debugging option.
168 This option is provided for the case where no in-kernel-tree
178 This option is provided for the case where no in-kernel-tree
412 # no need bother prompting for a manual decision:
460 This option is provided for the case where no in-kernel-tree
/linux-4.1.27/Documentation/m68k/
DREADME.buddha11 described in their manuals, no tricks have been used (for
23 list, Rom-Vektor is valid, no second Autoconfig-board on the
24 same card, no space preference, supports "Shutup_forever".
137 values are no multiple of 71. One clock-cycle is 71ns long
175 the timing will always be mode 0 8-bit compatible, no matter
201 Buddha acts just like a Catweasel Z-II with no device
203 always shows a "no IRQ here" on the Buddha, and accesses to
/linux-4.1.27/Documentation/arm/
Dvlocks.txt10 provides no other mechanism to support this and ordinary spinlocks
22 no winner has been chosen and the election does not appear to have
33 int last_vote = -1; /* no votes yet */
153 bits of Rt, so there is no need to worry about endianness in this
180 * The "no votes yet" value used for the last_vote variable is 0 (not
186 variable, so that no CPU uses the value 0 for its ID.
Dkernel_mode_neon.txt40 enable the NEON/VFP unit explicitly so no exceptions are generated on first
50 For reasons of performance and simplicity, it was decided that there shall be no
62 reasonably cheap if no context switch occurred in the meantime)
85 instructions appearing in unexpected places if no special care is taken.
102 NEON assembler is supported with no additional caveats as long as the rules
/linux-4.1.27/Documentation/sound/oss/
DSoundPro23 (no CD audio, no line-in, etc), you might want to give this driver a try.
41 no idea if the driver will work with it. I suspect it won't.
65 If all goes well and you see no error messages, you should be able to
69 in your isapnp configuration file, and that there is no conflict with
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dtps62360-regulator.txt15 If this property is missing, then assume that there is no GPIO
18 If this property is missing, then assume that there is no GPIO
/linux-4.1.27/scripts/coccinelle/null/
Dderef_null.cocci66 iter(subE,...) S4 // no use
127 iter(subE,...) S4 // no use
187 iter(subE,...) S4 // no use
260 iter(subE,...) S4 // no use
Dkmerr.cocci13 // Options: --no-includes --include-headers
71 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/linux-4.1.27/arch/sparc/kernel/
Dwuf.S185 st %g0, [%curptr + TI_W_SAVED] ! no windows in the buffer
267 or %l5, 0x2, %l5 ! turn on no-fault bit
283 andn %twin_tmp1, 0x2, %twin_tmp1 ! clear no-fault bit
/linux-4.1.27/arch/frv/include/asm/
Dspinlock.h15 #error no spinlocks for FR-V yet
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,quadfs.txt31 an empty string then no clock will be created for the
33 4 strings are provided then no clocks will be created
Dst,clkgen-vcc.txt28 an empty string then no clock will be created for the
30 16 strings are provided then no clocks will be created
/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt14 domain. Domains have no particular names in this implementation, but
18 are no architectures which need more than three domain levels. The first
60 CONFIG_SMP is not defined, *no* domains are utilized and these lines
85 cpu was idle but no busier group was found
101 was busy but no busier group was found
117 was just becoming idle but no busier group was found
/linux-4.1.27/arch/arm/boot/bootp/
DMakefile10 LDFLAGS_bootp :=-p --no-undefined -X \
/linux-4.1.27/arch/cris/arch-v10/
Doutput_arch.ld1 /* At the time of this writing, there's no equivalent ld option. */
/linux-4.1.27/arch/cris/arch-v32/
Doutput_arch.ld1 /* At the time of this writing, there's no equivalent ld option. */
/linux-4.1.27/arch/arm/mach-s3c64xx/include/mach/
Dirqs.h157 #define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no)) argument
/linux-4.1.27/scripts/coccinelle/free/
Ddevm_free.cocci12 /// false positives. There is no rule for the request_region and
21 // Options: --no-includes --include-headers
Dkfree.cocci13 // Options: --no-includes --include-headers
80 iter(...,subE,...) S // no use
/linux-4.1.27/Documentation/hwmon/
Dw83l785ts29 every other second; reading them more often will do no harm, but will
39 there is no old value). It seems to work well enough so that you should
Dit8716 Datasheet: Once publicly available at the ITE website, but no longer
20 Datasheet: Once publicly available at the ITE website, but no longer
24 Datasheet: Once publicly available at the ITE website, but no longer
28 Datasheet: Once publicly available at the ITE website, but no longer
90 battery life but no information is given in the datasheet.
104 SMBus interface to the hardware monitoring functions. This driver no
142 for fans 1 to 3. This is better (no more fan clock divider mess) but not
205 will do no harm, but will return 'old' values.
/linux-4.1.27/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci5 /// Note in particular that there are no ...s in the rule, so all of the
12 // Options: --no-includes --include-headers
/linux-4.1.27/arch/m68k/fpsp040/
Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
Dsto_res.S39 subl %d0,%d1 |d1 = 7- (dest. reg. no.)
72 subl %d0,%d1 |d1 = 7- (dest. reg. no.)
/linux-4.1.27/drivers/staging/board/
DTODO2 * remove staging board code when no more platform devices are needed
/linux-4.1.27/arch/arm/vfp/
DMakefile11 LDFLAGS +=--no-warn-mismatch
/linux-4.1.27/drivers/media/dvb-frontends/
Ddib0070.c560 int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no) in dib0070_set_rf_output() argument
564 if (no > 3) in dib0070_set_rf_output()
565 no = 3; in dib0070_set_rf_output()
566 if (no < 1) in dib0070_set_rf_output()
567 no = 1; in dib0070_set_rf_output()
568 return dib0070_write_reg(state, 0x07, rxrf2 | (no << 11)); in dib0070_set_rf_output()
/linux-4.1.27/scripts/coccinelle/iterators/
Dfen.cocci2 /// is no point to call of_node_put on the final value.
10 // Options: --no-includes --include-headers
/linux-4.1.27/Documentation/s390/
DCommonIO15 The given devices will be ignored by the common I/O-layer; no detection
17 which the device in question is attached will be treated as if no device was
41 By default, no devices are ignored.
74 ignored, there will be no effect on then. However, if such a device
/linux-4.1.27/Documentation/trace/
Dtracepoints.txt16 connected to it) or "off" (no probe is attached). When a tracepoint is
17 "off" it has no effect, except for adding a tiny time penalty
96 the module exit function to make sure there is no caller left using
102 tracepoint name over all the kernel to make sure no type conflict will
/linux-4.1.27/arch/m32r/include/asm/
Ds1d13806.h101 #error no platform configuration
/linux-4.1.27/drivers/staging/panel/
DKconfig39 3 = 2x16 parallel LCD (Hantronix), no keypad
173 0 : no connection (eg: connected to ground)
188 0 : no connection (eg: connected to ground)
203 0 : no connection (eg: connected to ground)
218 0 : no connection (eg: connected to ground)
233 0 : no connection (eg: connected to ground)
248 0 : no connection (eg: connected to ground)
/linux-4.1.27/arch/arm/mach-pxa/
Dmioa701_bootresume.S23 .word 0x40f00008 @ PSPR in no-MMU mode
/linux-4.1.27/arch/x86/crypto/sha-mb/
DMakefile6 $(comma)4)$(comma)%ymm2,yes,no)
/linux-4.1.27/arch/cris/
DKconfig341 bool "Ser0 uses no DMA for output"
376 bool "Ser0 uses no DMA for input"
411 bool "Ser1 uses no DMA for input"
441 bool "Ser1 uses no DMA for output"
468 bool "Ser2 uses no DMA for output"
503 bool "Ser2 uses no DMA for input"
538 bool "Ser3 uses no DMA for input"
555 bool "Ser3 uses no DMA for output"
/linux-4.1.27/Documentation/fb/
Dsisfb.txt82 For example: 1024x768x16, 1024x768-16@75, 1280x1024-16. If no depth is
83 specified, it defaults to 8. If no rate is given, it defaults to 60Hz. Depth 32
91 Linux 2.4 only: If no mode is given, sisfb defaults to "no mode" (mode=none) if
97 Linux 2.6 only: If no mode is given, sisfb defaults to 800x600x8 unless CRT2
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S21 |Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
95 | bpls real_chk_end | no
126 | no action associated with the "chk" exception. If tracing is enabled,
135 | bpls real_divbyzero_end | no
185 | algorithms so that no page faults occur within the "core" code
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc52 // set our "no interrupt has occurred during our execution" flag
81 // sleep if no interrupts have occurred

123456789