/Linux-v4.19/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
|
/Linux-v4.19/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-v4.19/Documentation/filesystems/ |
D | Locking | 28 d_revalidate: no no yes (ref-walk) maybe 29 d_weak_revalidate:no no yes no 30 d_hash no no no maybe 31 d_compare: yes no no maybe 32 d_delete: no yes no no 33 d_init: no no yes no 34 d_release: no no yes no 35 d_prune: no yes no no 36 d_iput: no no yes no 37 d_dname: no no no no [all …]
|
/Linux-v4.19/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> 44 Contact: Bjørn Mork <bjorn@mork.no> 60 Contact: Bjørn Mork <bjorn@mork.no> 72 Contact: Bjørn Mork <bjorn@mork.no> 92 Contact: Bjørn Mork <bjorn@mork.no> 101 Contact: Bjørn Mork <bjorn@mork.no> 108 Contact: Bjørn Mork <bjorn@mork.no> 115 Contact: Bjørn Mork <bjorn@mork.no> [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | max98373.txt | 13 - maxim,vmon-slot-no : slot number used to send voltage information 18 - maxim,imon-slot-no : slot number used to send current information 21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information 36 maxim,vmon-slot-no = <0>; 37 maxim,imon-slot-no = <1>; 38 maxim,spkfb-slot-no = <2>;
|
D | tlv320aic31xx.txt | 10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP) 11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP) 14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP) 15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
|
D | max9892x.txt | 12 - vmon-slot-no : slot number used to send voltage information 18 - imon-slot-no : slot number used to send current information 37 vmon-slot-no = <0>; 38 imon-slot-no = <1>;
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | init.c | 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() argument 114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs() 130 nr_uarts = no; in s3c24xx_init_uartdevs() 134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument 142 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
|
/Linux-v4.19/scripts/kconfig/ |
D | symbol.c | 24 .curr = { "n", no }, 28 .curr = { "", no }, 43 else if (modules_val == no) in sym_get_type() 85 if (prop->visible.tri != no) in sym_get_default_prop() 97 if (prop->visible.tri != no) in sym_get_range_prop() 180 tri = no; in sym_calc_visibility() 194 prop->visible.tri = no; in sym_calc_visibility() 198 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 216 tri = no; in sym_calc_visibility() 225 tri = no; in sym_calc_visibility() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_eeprom.c | 24 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() argument 29 reg |= 1 << no; in _rtl92e_gpio_write_bit() 31 reg &= ~(1 << no); in _rtl92e_gpio_write_bit() 37 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() argument 41 return (reg >> no) & 0x1; in _rtl92e_gpio_get_bit()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 19 no = 0 define 23 mov #no,r1 24 no = no + 1 define
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | max8925_battery.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-v4.19/arch/arm/mach-s3c24xx/ |
D | common.h | 20 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); 34 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); 48 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); 63 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); 91 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
/Linux-v4.19/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-v4.19/arch/arm64/kernel/ |
D | sys_compat.c | 72 unsigned int no = regs->regs[7]; in compat_arm_syscall() local 74 switch (no) { in compat_arm_syscall() 110 if ((no & 0xffff) <= 0x7ff) in compat_arm_syscall() 122 arm64_notify_die("Oops - bad compat syscall(2)", regs, &info, no); in compat_arm_syscall()
|
/Linux-v4.19/Documentation/input/devices/ |
D | cs461x.rst | 21 screen in VJOYD); I have no documentation on my chip; and the existing 23 So the driver have no code to perform hardware related calibration. 25 This driver have the basic support for PCI devices only; there is no 30 There are no sound or input collisions detected. The source code have 36 There are no debug information print have been placed in source, and no
|
/Linux-v4.19/drivers/media/pci/b2c2/ |
D | flexcop-dma.c | 123 flexcop_dma_index_t no, in flexcop_dma_control_size_irq() argument 128 if (no & FC_DMA_1) in flexcop_dma_control_size_irq() 131 if (no & FC_DMA_2) in flexcop_dma_control_size_irq() 140 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq() argument 145 if (no & FC_DMA_1) in flexcop_dma_control_timer_irq() 148 if (no & FC_DMA_2) in flexcop_dma_control_timer_irq()
|
/Linux-v4.19/include/uapi/linux/ |
D | Kbuild | 4 no-export-headers += a.out.h 8 no-export-headers += kvm.h 12 no-export-headers += kvm_para.h
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_char.c | 344 unsigned int no, unsigned long data) in __tapechar_ioctl() argument 348 if (no == MTIOCTOP) { in __tapechar_ioctl() 387 if (no == MTIOCPOS) { in __tapechar_ioctl() 399 if (no == MTIOCGET) { in __tapechar_ioctl() 435 return device->discipline->ioctl_fn(device, no, data); in __tapechar_ioctl() 439 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() argument 448 rc = __tapechar_ioctl(device, no, data); in tapechar_ioctl() 455 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl() argument 468 rval = device->discipline->ioctl_fn(device, no, argp); in tapechar_compat_ioctl()
|
/Linux-v4.19/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[]
|
/Linux-v4.19/arch/x86/kernel/ |
D | kdebugfs.c | 72 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument 78 sprintf(buf, "%d", no); in create_setup_data_node() 107 int no = 0; in create_setup_data_nodes() local 132 error = create_setup_data_node(d, no, node); in create_setup_data_nodes() 138 no++; in create_setup_data_nodes()
|
/Linux-v4.19/arch/x86/mm/ |
D | pf_in.c | 251 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() argument 255 switch (no) { in get_reg_w8() 306 switch (no) { in get_reg_w8() 323 switch (no) { in get_reg_w8() 342 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w8() 347 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32() argument 351 switch (no) { in get_reg_w32() 403 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w32()
|
/Linux-v4.19/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-v4.19/Documentation/media/v4l-drivers/ |
D | radiotrack.rst | 15 vary... I make no guarantees, claims or warranties to the suitability or 91 0xff ==> no stereo detected, 0xfd ==> stereo detected. 127 Default: BASE <-- 0xc8 (current volume, no stereo detect, 130 Card Off: BASE <-- 0x00 (audio mute, no stereo detect, 136 Volume Down: BASE <-- 0x48 (volume down, no stereo detect, 141 Volume Up: BASE <-- 0x88 (volume up, no stereo detect, 158 BASE <-- 0x01 (audio mute, no stereo detect, radio 160 BASE <-- 0x03 (audio mute, no stereo detect, radio 163 BASE <-- 0x05 (audio mute, no stereo detect, radio 165 BASE <-- 0x07 (audio mute, no stereo detect, radio
|