/linux-4.1.27/arch/arm/mach-netx/include/mach/ |
D | pfifo.h | 24 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()
|
D | netx-regs.h | 44 #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
|
D | hardware.h | 30 #define SRAM_INTERNAL_PHYS(no) ((no) * 0x8000) argument
|
D | irqs.h | 42 #define NETX_IRQ_XPEC(no) (NETX_IRQ_VIC_START + 17 + (no)) argument
|
D | xc.h | 24 int no; member
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 19 ! 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/ |
D | tlb.c | 51 *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/ |
D | Locking | 26 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 …]
|
D | squashfs.txt | 31 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 …]
|
D | jfs.txt | 9 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
|
D | adfs.txt | 12 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/ |
D | sysfs-class-net-cdc_ncm | 4 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 …]
|
D | sysfs-bus-platform | 15 any attempt to automatically load the specified driver. If no 20 the override, there is no support for parsing delimiters.
|
D | sysfs-bus-amba | 15 automatically load the specified driver. If no driver with a 20 no support for parsing delimiters.
|
D | sysfs-bus-event_source-devices-hv_24x7 | 30 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/ |
D | init.c | 111 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()
|
D | dev-backlight.c | 36 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/ |
D | max98925.txt | 9 - 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>;
|
D | wm8960.txt | 17 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.
|
D | tlv320aic31xx.txt | 10 "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/ |
D | max8925_batter.txt | 8 - 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/ |
D | ex.S | 19 no = 0 define 23 mov #no,r1 24 no = no + 1 define
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | mxhead.S | 30 .begin no-absolute-literals 64 .end no-absolute-literals 73 .begin no-absolute-literals 85 .end no-absolute-literals
|
D | head.S | 52 .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/ |
D | common.h | 23 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);
|
D | s3c2443.c | 81 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()
|
D | s3c2416.c | 110 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()
|
D | s3c2410.c | 64 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()
|
D | s3c244x.c | 57 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()
|
D | s3c2412.c | 84 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/ |
D | symbol.c | 24 .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 …]
|
D | confdata.c | 145 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 …]
|
D | conf.c | 178 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/ |
D | xc.c | 85 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/ |
D | porting-android-switch-class | 18 @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/ |
D | bootstrap.S | 33 .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/ |
D | clk-pll.c | 134 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/ |
D | bcm7425.dtsi | 162 no-big-frame-no; 181 no-big-frame-no; 200 no-big-frame-no; 219 no-big-frame-no;
|
D | bcm7346.dtsi | 161 no-big-frame-no; 180 no-big-frame-no; 199 no-big-frame-no; 218 no-big-frame-no;
|
D | bcm7420.dtsi | 160 no-big-frame-no; 178 no-big-frame-no;
|
D | bcm6368.dtsi | 87 no-big-frame-no;
|
D | bcm3384_viper.dtsi | 102 no-big-frame-no;
|
D | bcm3384_zephyr.dtsi | 120 no-big-frame-no;
|
D | bcm7360.dtsi | 155 no-big-frame-no;
|
D | bcm7358.dtsi | 155 no-big-frame-no;
|
/linux-4.1.27/drivers/media/pci/b2c2/ |
D | flexcop-dma.c | 124 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/ |
D | asciidoc.conf | 30 ifndef::perf-asciidoc-no-roff[] 45 endif::perf-asciidoc-no-roff[] 47 ifdef::perf-asciidoc-no-roff[] 66 endif::perf-asciidoc-no-roff[]
|
D | Makefile | 108 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
|
D | perf-help.txt | 15 With no options and no COMMAND given, the synopsis of the 'perf'
|
D | perf-annotate.txt | 19 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.
|
D | perf-trace.txt | 66 --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/ |
D | tape_char.c | 343 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/ |
D | fragmentation.c | 152 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/ |
D | cs461x.txt | 20 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/ |
D | anchors.txt | 15 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
|
D | error-codes.txt | 20 -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/ |
D | via-velocity.txt | 9 - 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;
|
D | davicom-dm9000.txt | 12 - davicom,no-eeprom : Configuration EEPROM is not available 25 davicom,no-eeprom;
|
D | fixed-link.txt | 29 - 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/ |
D | findbit.S | 37 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/ |
D | pf_in.c | 252 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/ |
D | radiotrack.txt | 13 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
|
D | si470x.txt | 26 - 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/ |
D | abort-lv4t.S | 24 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
|
D | abort-nommu.S | 17 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
|
/linux-4.1.27/arch/x86/kernel/ |
D | kdebugfs.c | 78 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()
|
D | verify_cpu.S | 51 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/ |
D | spi-imx.h | 25 #define MXC_SPI_CS(no) ((no) - 32) argument
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_protocol.txt | 112 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/ |
D | findbit.S | 30 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/ |
D | omap-keypad.txt | 20 - linux,keypad-no-autorepeat: do no enable autorepeat feature. 27 linux,keypad-no-autorepeat;
|
D | stmpe-keypad.txt | 10 - st,no-autorepeat : If specified device will not autorepeat 21 st,no-autorepeat;
|
D | samsung-keypad.txt | 40 - linux,keypad-no-autorepeat: do no enable autorepeat feature. 51 linux,input-no-autorepeat;
|
D | gpio-matrix-keypad.txt | 21 - linux,no-autorepeat: do no enable autorepeat feature.
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 34 * 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/ |
D | irqf_oneshot.cocci | 7 // 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"
|
D | bugon.cocci | 11 // 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/ |
D | cpu.h | 102 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);
|
D | backlight.h | 19 int no; member
|
/linux-4.1.27/Documentation/ |
D | pi-futex.txt | 6 - 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
|
D | robust-futexes.txt | 22 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 …]
|
D | nommu-mmap.txt | 5 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 …]
|
D | static-keys.txt | 40 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
|
D | this_cpu_ops.txt | 14 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 …]
|
D | cachetlb.txt | 46 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 …]
|
D | md.txt | 12 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/ |
D | coccicheck | 157 $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/ |
D | fmc-chardev.txt | 9 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
|
D | fmc-write-eeprom.txt | 19 * 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/ |
D | dma-sh.c | 263 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/ |
D | sys_compat.c | 69 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/ |
D | fplsp.S | 21 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 …]
|
D | isp.S | 21 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 …]
|
D | fpsp.S | 21 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 …]
|
D | pfpsp.S | 21 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 …]
|
D | ilsp.S | 21 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/ |
D | entry-macro.S | 25 @ 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/ |
D | TODO | 11 - 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/ |
D | xics.txt | 27 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/ |
D | README.HiSax | 44 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/ |
D | uhid.txt | 50 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/ |
D | interface.txt | 17 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware 44 compatible = "ti,omap3-no-wait-interface-clock";
|
D | gate.txt | 7 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/ |
D | kdb_cmds | 2 # These commands are executed in kdb_init() context, no SMP, no
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 52 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)
|
D | test-record-graph-dwarf | 9 # TODO different for each arch, no support for that now
|
D | test-record-C0 | 8 # no enable on exec for CPU attached
|
/linux-4.1.27/arch/parisc/math-emu/ |
D | README | 8 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/ |
D | Makefile | 20 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/ |
D | usb-ohci.txt | 12 - no-big-frame-no : boolean, set if frame_no lives in bits [15:0] of HCCA
|
/linux-4.1.27/Documentation/networking/ |
D | mpls-sysctl.txt | 12 If the number of platform label table entries is set to 0 no 17 no longer fit in the table.
|
D | tc-actions-env-rules.txt | 20 3) Dropping packets you don't own is a no-no. You simply return
|
D | ipv6.txt | 18 has a dependency on the IPv6 module being loaded, but no 59 This might be used when no IPv6 addresses are desired.
|
D | z8530drv.txt | 88 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 …]
|
D | ipsec.txt | 14 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/ |
D | flexcop-common.h | 111 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/ |
D | powersave.txt | 9 appropriately when no operation is required. When no applications use 10 the device and/or no analog loopback is set, the power disablement is
|
D | SB-Live-mixer.txt | 147 *** 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 …]
|
D | Audigy-mixer.txt | 196 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)
|
D | serial-u16550.txt | 21 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.
|
D | hdspm.txt | 3 (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/ |
D | omap3430es1-clocks.dtsi | 70 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";
|
D | imx27-eukrea-cpuimx27.dtsi | 125 no-loopback-test; 138 no-loopback-test; 151 no-loopback-test; 164 no-loopback-test;
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | amd.c | 73 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument 108 *no = i; in decode_pstates()
|
D | helpers.h | 148 int boost_states, unsigned long *pstates, int *no); 167 int *no) in decode_pstates() argument
|
/linux-4.1.27/arch/score/ |
D | Kconfig.debug | 13 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/ |
D | configure.ac | 72 AC_MSG_RESULT([no]); 84 [AC_MSG_RESULT([no]); LIBS="$saved_LIBS"])]) 103 AC_MSG_RESULT([no])
|
/linux-4.1.27/scripts/coccinelle/tests/ |
D | doublebitand.cocci | 4 //# 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/ |
D | gpio-grgpio.txt | 22 no irq for that line. Driver provides no interrupt support if not
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 18 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/ |
D | ams-delta-fiq-handler.S | 133 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/ |
D | reset-handler.S | 52 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/ |
D | iwmmxt.S | 81 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
|
D | traps.c | 573 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/ |
D | max8925.txt | 61 no-temp-support = <0>; 62 no-insert-detect = <0>;
|
D | tc3589x.txt | 57 - linux,no-autorepeat: do no enable autorepeat feature. 86 linux,no-autorepeat;
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 17 => 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/ |
D | nvidia,tegra124-xusb-padctl.txt | 39 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)
|
D | qcom,pmic-gpio.txt | 62 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)
|
D | lantiq,falcon-pinumx.txt | 22 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
|
D | qcom,apq8064-pinctrl.txt | 31 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
|
D | qcom,pmic-mpp.txt | 57 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.
|
D | nvidia,tegra30-pinmux.txt | 14 - 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.
|
D | nvidia,tegra114-pinmux.txt | 16 - 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.
|
D | qcom,ipq8064-pinctrl.txt | 31 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
|
D | nvidia,tegra20-pinmux.txt | 22 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.
|
D | pinctrl-palmas.txt | 26 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
|
D | qcom,apq8084-pinctrl.txt | 63 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.
|
D | qcom,msm8960-pinctrl.txt | 63 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.
|
D | qcom,msm8916-pinctrl.txt | 63 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.
|
D | lantiq,xway-pinumx.txt | 22 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
|
D | qcom,msm8974-pinctrl.txt | 31 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
|
D | ste,nomadik.txt | 37 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/ |
D | tlb.txt | 9 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.
|
D | pat.txt | 8 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/ |
D | page_owner.txt | 27 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/ |
D | crunch-bits.S | 75 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/ |
D | time.c | 102 #error no chip configuration in m32r_gettimeoffset() 196 #error no chip configuration in time_init()
|
/linux-4.1.27/scripts/rt-tester/ |
D | t3-l1-pi-signal.tst | 60 # 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/ |
D | st-thermal.txt | 15 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/ |
D | Makefile | 48 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,) 51 LDFLAGS := --no-relax
|
/linux-4.1.27/net/ipv4/ |
D | inet_diag.c | 473 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/ |
D | Kconfig | 68 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/ |
D | README.buddha | 11 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/ |
D | vlocks.txt | 10 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.
|
D | kernel_mode_neon.txt | 40 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/ |
D | SoundPro | 23 (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/ |
D | tps62360-regulator.txt | 15 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/ |
D | deref_null.cocci | 66 iter(subE,...) S4 // no use 127 iter(subE,...) S4 // no use 187 iter(subE,...) S4 // no use 260 iter(subE,...) S4 // no use
|
D | kmerr.cocci | 13 // 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/ |
D | wuf.S | 185 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/ |
D | spinlock.h | 15 #error no spinlocks for FR-V yet
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,quadfs.txt | 31 an empty string then no clock will be created for the 33 4 strings are provided then no clocks will be created
|
D | st,clkgen-vcc.txt | 28 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/ |
D | sched-stats.txt | 14 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/ |
D | Makefile | 10 LDFLAGS_bootp :=-p --no-undefined -X \
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | output_arch.ld | 1 /* At the time of this writing, there's no equivalent ld option. */
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | output_arch.ld | 1 /* At the time of this writing, there's no equivalent ld option. */
|
/linux-4.1.27/arch/arm/mach-s3c64xx/include/mach/ |
D | irqs.h | 157 #define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no)) argument
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | devm_free.cocci | 12 /// false positives. There is no rule for the request_region and 21 // Options: --no-includes --include-headers
|
D | kfree.cocci | 13 // Options: --no-includes --include-headers 80 iter(...,subE,...) S // no use
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83l785ts | 29 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
|
D | it87 | 16 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/ |
D | kzalloc-simple.cocci | 5 /// 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/ |
D | slog2.S | 34 | 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
|
D | sto_res.S | 39 subl %d0,%d1 |d1 = 7- (dest. reg. no.) 72 subl %d0,%d1 |d1 = 7- (dest. reg. no.)
|
/linux-4.1.27/drivers/staging/board/ |
D | TODO | 2 * remove staging board code when no more platform devices are needed
|
/linux-4.1.27/arch/arm/vfp/ |
D | Makefile | 11 LDFLAGS +=--no-warn-mismatch
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0070.c | 560 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/ |
D | fen.cocci | 2 /// is no point to call of_node_put on the final value. 10 // Options: --no-includes --include-headers
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 15 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/ |
D | tracepoints.txt | 16 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/ |
D | s1d13806.h | 101 #error no platform configuration
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 39 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/ |
D | mioa701_bootresume.S | 23 .word 0x40f00008 @ PSPR in no-MMU mode
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | Makefile | 6 $(comma)4)$(comma)%ymm2,yes,no)
|
/linux-4.1.27/arch/cris/ |
D | Kconfig | 341 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/ |
D | sisfb.txt | 82 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/ |
D | iskeleton.S | 21 |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/ |
D | idle.fuc | 52 // set our "no interrupt has occurred during our execution" flag 81 // sleep if no interrupts have occurred
|