/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() 30 static inline unsigned int pfifo_pop(int no) in pfifo_pop() 35 static inline int pfifo_fill_level(int no) in pfifo_fill_level() 41 static inline int pfifo_full(int no) in pfifo_full() 46 static inline int pfifo_empty(int no) in pfifo_empty()
|
D | hardware.h | 30 #define SRAM_INTERNAL_PHYS(no) ((no) * 0x8000) argument
|
D | xc.h | 24 int no; member
|
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 | irqs.h | 42 #define NETX_IRQ_XPEC(no) (NETX_IRQ_VIC_START + 17 + (no)) argument
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 21 no = 0 define 26 no = no + 1 define 40 no = 0 define 45 no = no + 1 define
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 19 no = 0 define 24 no = no + 1 define
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | init.c | 111 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 139 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_char.c | 343 unsigned int no, unsigned long data) in __tapechar_ioctl() 438 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() 454 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl()
|
D | tape_34xx.c | 262 struct irb *irb, int no) in tape_34xx_erp_bug()
|
/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() 114 int no = 0; in create_setup_data_nodes() local
|
/linux-4.1.27/drivers/media/pci/b2c2/ |
D | flexcop-dma.c | 124 flexcop_dma_index_t no, in flexcop_dma_control_size_irq() 141 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq()
|
/linux-4.1.27/arch/arm/plat-samsung/include/plat/ |
D | backlight.h | 19 int no; member
|
/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/arch/arm64/kernel/ |
D | sys_compat.c | 69 unsigned int no = regs->regs[7]; in compat_arm_syscall() local
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | s3c2416.c | 110 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
|
D | s3c2443.c | 81 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
|
D | s3c2410.c | 64 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
|
D | s3c244x.c | 57 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
|
D | s3c2412.c | 84 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
|
/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() 348 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32()
|
/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 265 unsigned int nf, nr, no, bwadj; in rockchip_rk3066_pll_init() local
|
D | clk.h | 86 unsigned int no; member
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop.c | 176 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | amd.c | 73 int boost_states, unsigned long *pstates, int *no) in decode_pstates()
|
D | helpers.h | 167 int *no) in decode_pstates()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-da9052.c | 41 #define DA9052_GPIO_SHIFT_COUNT(no) (no%8) argument
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | common.c | 73 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c64xx_init_uarts()
|
/linux-4.1.27/arch/sh/drivers/dma/ |
D | dma-sh.c | 263 static inline int dmaor_reset(int no) in dmaor_reset()
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 95 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction()
|
/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/net/batman-adv/ |
D | packet.h | 374 uint8_t no:4; member 378 uint8_t no:4; member
|
D | types.h | 153 uint8_t no; member
|
/linux-4.1.27/include/uapi/linux/ |
D | inet_diag.h | 62 unsigned short no; member
|
/linux-4.1.27/drivers/net/ethernet/ |
D | netx-eth.c | 65 #define FIFO_PTR_FRAMENO(no) (((no) << 16) & FIFO_PTR_FRAMENO_MASK) argument
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 111 static unsigned qnx6_block_map(struct inode *inode, unsigned no) in qnx6_block_map()
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 573 asmlinkage int arm_syscall(int no, struct pt_regs *regs) in arm_syscall()
|
/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()
|
D | dib7000m.c | 257 static int dib7000m_set_adc_state(struct dib7000m_state *state, enum dibx000_adc_states no) in dib7000m_set_adc_state()
|
D | dib7000p.c | 298 static void dib7000p_set_adc_state(struct dib7000p_state *state, enum dibx000_adc_states no) in dib7000p_set_adc_state()
|
D | dib8000.c | 542 static int dib8000_set_adc_state(struct dib8000_state *state, enum dibx000_adc_states no) in dib8000_set_adc_state()
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.h | 28 no, mod, yes enumerator
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 279 static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho) in ntoh_seq() 290 static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no) in hton_seq()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.c | 171 u32 no; in mvs_phys_reset() local 931 int j, no; in mvs_update_wideport() local
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 323 struct gelic_descr *start_descr, int no) in gelic_card_init_chain()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup.c | 632 void __init txx9_physmap_flash_init(int no, unsigned long addr, in txx9_physmap_flash_init()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 218 u8 no; member
|
/linux-4.1.27/drivers/acpi/ |
D | osl.c | 600 int sig, no, table_nr = 0, total_offset = 0; in acpi_initrd_override() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1305 static const char *no = "no"; in yesno() local
|
/linux-4.1.27/net/wireless/ |
D | reg.c | 604 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.c | 2427 u64 no, blockno; in gdth_fill_cache_cmd() local
|
/linux-4.1.27/fs/logfs/ |
D | readwrite.c | 365 static unsigned long __get_bits(u64 val, int skip, int no) in __get_bits()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.c | 157 round_up_multiple(unsigned int no, unsigned int mult) in round_up_multiple()
|