no                  2 arch/arm/boot/dts/sama5d2-pinfunc.h #define PINMUX_PIN(no, func, ioset) \
no                  3 arch/arm/boot/dts/sama5d2-pinfunc.h (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
no                 11 arch/arm/include/asm/vfpmacros.h @ Macros to allow building with old toolkits (with no VFP support)
no                593 arch/arm/kernel/traps.c asmlinkage int arm_syscall(int no, struct pt_regs *regs)
no                595 arch/arm/kernel/traps.c 	if ((no >> 16) != (__ARM_NR_BASE>> 16))
no                596 arch/arm/kernel/traps.c 		return bad_syscall(no, regs);
no                598 arch/arm/kernel/traps.c 	switch (no & 0xffff) {
no                650 arch/arm/kernel/traps.c 		if ((no & 0xffff) <= 0x7ff)
no                661 arch/arm/kernel/traps.c 		       task_pid_nr(current), current->comm, no);
no                672 arch/arm/kernel/traps.c 		       no, 0);
no                 20 arch/arm/mach-s3c24xx/common.h extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                 34 arch/arm/mach-s3c24xx/common.h extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                 48 arch/arm/mach-s3c24xx/common.h extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                 63 arch/arm/mach-s3c24xx/common.h extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                 91 arch/arm/mach-s3c24xx/common.h extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                 59 arch/arm/mach-s3c24xx/s3c2410.c void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 61 arch/arm/mach-s3c24xx/s3c2410.c 	s3c24xx_init_uartdevs("s3c2410-uart", s3c2410_uart_resources, cfg, no);
no                 80 arch/arm/mach-s3c24xx/s3c2412.c void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 82 arch/arm/mach-s3c24xx/s3c2412.c 	s3c24xx_init_uartdevs("s3c2412-uart", s3c2410_uart_resources, cfg, no);
no                 95 arch/arm/mach-s3c24xx/s3c2416.c void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 97 arch/arm/mach-s3c24xx/s3c2416.c 	s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
no                 77 arch/arm/mach-s3c24xx/s3c2443.c void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 79 arch/arm/mach-s3c24xx/s3c2443.c 	s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
no                 52 arch/arm/mach-s3c24xx/s3c244x.c void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 54 arch/arm/mach-s3c24xx/s3c244x.c 	s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
no                 15 arch/arm/mach-s3c64xx/backlight.h 	int no;
no                 70 arch/arm/mach-s3c64xx/common.c static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                 72 arch/arm/mach-s3c64xx/common.c 	s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
no                 32 arch/arm/mach-s3c64xx/dev-backlight.c 	ret = gpio_request(bl_gpio_info->no, "Backlight");
no                 39 arch/arm/mach-s3c64xx/dev-backlight.c 	s3c_gpio_cfgpin(bl_gpio_info->no, bl_gpio_info->func);
no                 51 arch/arm/mach-s3c64xx/dev-backlight.c 	s3c_gpio_cfgpin(bl_gpio_info->no, S3C_GPIO_OUTPUT);
no                 52 arch/arm/mach-s3c64xx/dev-backlight.c 	gpio_free(bl_gpio_info->no);
no                158 arch/arm/mach-s3c64xx/include/mach/irqs.h #define IRQ_EINT_GROUP(group, no)	(IRQ_EINT_GROUP##group##_BASE + (no))
no                616 arch/arm/mach-s3c64xx/mach-smdk6410.c 	.no = S3C64XX_GPF(15),
no                 98 arch/arm/plat-samsung/include/plat/cpu.h 	void		(*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
no                116 arch/arm/plat-samsung/include/plat/cpu.h extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
no                122 arch/arm/plat-samsung/include/plat/cpu.h 				  struct s3c2410_uartcfg *cfg, int no);
no                106 arch/arm/plat-samsung/init.c 				  struct s3c2410_uartcfg *cfg, int no)
no                114 arch/arm/plat-samsung/init.c 	memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
no                116 arch/arm/plat-samsung/init.c 	for (uart = 0; uart < no; uart++, cfg++, cfgptr++) {
no                130 arch/arm/plat-samsung/init.c 	nr_uarts = no;
no                134 arch/arm/plat-samsung/init.c void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
no                142 arch/arm/plat-samsung/init.c 		(cpu->init_uarts)(cfg, no);
no                121 arch/h8300/kernel/ptrace_h.c #define OPTABLES(no)                                                   \
no                123 arch/h8300/kernel/ptrace_h.c 		.ptr  = optable_##no,                                  \
no                124 arch/h8300/kernel/ptrace_h.c 		.size = sizeof(optable_##no) / sizeof(struct optable), \
no               18235 arch/m68k/ifpsp060/src/fpsp.S # if the bit string is a zero, then the operation is a no-op
no               4284 arch/m68k/ifpsp060/src/pfpsp.S # if the bit string is a zero, then the operation is a no-op
no                 85 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h 	bge	t1, v0, 1f  # OCTEON III has no DCACHE_ERR_REG COP0
no                 62 arch/mips/include/asm/txx9/generic.h void txx9_physmap_flash_init(int no, unsigned long addr, unsigned long size,
no                612 arch/mips/txx9/generic/setup.c void __init txx9_physmap_flash_init(int no, unsigned long addr,
no                642 arch/mips/txx9/generic/setup.c 	pdev = platform_device_alloc("physmap-flash", no);
no                260 arch/sh/drivers/dma/dma-sh.c static inline int dmaor_reset(int no)
no                262 arch/sh/drivers/dma/dma-sh.c 	unsigned long dmaor = dmaor_read_reg(no);
no                266 arch/sh/drivers/dma/dma-sh.c 	dmaor_write_reg(no, dmaor);
no                269 arch/sh/drivers/dma/dma-sh.c 	dmaor_write_reg(no, dmaor);
no                272 arch/sh/drivers/dma/dma-sh.c 	if ((dmaor_read_reg(no) & (DMAOR_AE | DMAOR_NMIF))) {
no                 71 arch/x86/kernel/kdebugfs.c create_setup_data_node(struct dentry *parent, int no,
no                 77 arch/x86/kernel/kdebugfs.c 	sprintf(buf, "%d", no);
no                 91 arch/x86/kernel/kdebugfs.c 	int no = 0;
no                114 arch/x86/kernel/kdebugfs.c 		create_setup_data_node(d, no, node);
no                118 arch/x86/kernel/kdebugfs.c 		no++;
no                236 arch/x86/mm/pf_in.c static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs)
no                240 arch/x86/mm/pf_in.c 	switch (no) {
no                291 arch/x86/mm/pf_in.c 		switch (no) {
no                308 arch/x86/mm/pf_in.c 		switch (no) {
no                327 arch/x86/mm/pf_in.c 		printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
no                332 arch/x86/mm/pf_in.c static unsigned long *get_reg_w32(int no, struct pt_regs *regs)
no                336 arch/x86/mm/pf_in.c 	switch (no) {
no                388 arch/x86/mm/pf_in.c 		printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
no                518 drivers/acpi/tables.c 	int sig, no, table_nr = 0, total_offset = 0;
no                535 drivers/acpi/tables.c 	for (no = 0; no < NR_ACPI_INITRD_TABLES; no++) {
no                612 drivers/acpi/tables.c 	for (no = 0; no < table_nr; no++) {
no                613 drivers/acpi/tables.c 		unsigned char *src_p = acpi_initrd_files[no].data;
no                614 drivers/acpi/tables.c 		phys_addr_t size = acpi_initrd_files[no].size;
no                375 drivers/clk/rockchip/clk-pll.c 	rate->no = ((pllcon >> RK3066_PLLCON0_OD_SHIFT)
no                406 drivers/clk/rockchip/clk-pll.c 	do_div(rate64, cur.no);
no                422 drivers/clk/rockchip/clk-pll.c 		 __func__, rate->rate, rate->nr, rate->no, rate->nf);
no                440 drivers/clk/rockchip/clk-pll.c 	       HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK,
no                539 drivers/clk/rockchip/clk-pll.c 		 rate->no, cur.no, rate->nf, cur.nf, rate->nb, cur.nb);
no                540 drivers/clk/rockchip/clk-pll.c 	if (rate->nr != cur.nr || rate->no != cur.no || rate->nf != cur.nf
no                215 drivers/clk/rockchip/clk.h 	.no = _no,				\
no                224 drivers/clk/rockchip/clk.h 	.no = _no,						\
no                248 drivers/clk/rockchip/clk.h 	unsigned int no;
no                 36 drivers/gpio/gpio-da9052.c #define DA9052_GPIO_SHIFT_COUNT(no)		(no%8)
no                152 drivers/gpu/drm/i915/selftests/i915_vma.c 	unsigned long no, nc;
no                162 drivers/gpu/drm/i915/selftests/i915_vma.c 	no = 0;
no                164 drivers/gpu/drm/i915/selftests/i915_vma.c 		for (; no < num_obj; no++) {
no                188 drivers/gpu/drm/i915/selftests/i915_vma.c 					__func__, no, nc))
no                 98 drivers/iio/common/hid-sensors/hid-sensor-attributes.c static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2)
no                102 drivers/iio/common/hid-sensors/hid-sensor-attributes.c 	*val1 = no / divisor;
no                103 drivers/iio/common/hid-sensors/hid-sensor-attributes.c 	*val2 = no % divisor * int_pow(10, 6 - exp);
no                103 drivers/md/dm-zoned-metadata.c 	sector_t		no;
no                282 drivers/md/dm-zoned-metadata.c 			mblk->no = mblk_no;
no                304 drivers/md/dm-zoned-metadata.c 	mblk->no = mblk_no;
no                336 drivers/md/dm-zoned-metadata.c 		new = (b->no < mblk->no) ? &((*new)->rb_left) : &((*new)->rb_right);
no                357 drivers/md/dm-zoned-metadata.c 		if (mblk->no == mblk_no) {
no                368 drivers/md/dm-zoned-metadata.c 		node = (mblk->no < mblk_no) ? node->rb_left : node->rb_right;
no                582 drivers/md/dm-zoned-metadata.c 	sector_t block = zmd->sb[set].block + mblk->no;
no               2365 drivers/md/dm-zoned-metadata.c 			     (u64)mblk->no, mblk->ref);
no               2383 drivers/md/dm-zoned-metadata.c 			     (u64)mblk->no, mblk->ref);
no                112 drivers/media/common/b2c2/flexcop-common.h void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
no                127 drivers/media/common/b2c2/flexcop-common.h 		flexcop_dma_index_t no, int onoff);
no                129 drivers/media/common/b2c2/flexcop-common.h 		flexcop_dma_index_t no, int onoff);
no                171 drivers/media/common/b2c2/flexcop.c void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no)
no                173 drivers/media/common/b2c2/flexcop.c 	dvb_dmx_swfilter_packets(&fc->demux, buf, no);
no                542 drivers/media/dvb-frontends/dib0070.c int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no)
no                546 drivers/media/dvb-frontends/dib0070.c 	if (no > 3)
no                547 drivers/media/dvb-frontends/dib0070.c 		no = 3;
no                548 drivers/media/dvb-frontends/dib0070.c 	if (no < 1)
no                549 drivers/media/dvb-frontends/dib0070.c 		no = 1;
no                550 drivers/media/dvb-frontends/dib0070.c 	return dib0070_write_reg(state, 0x07, rxrf2 | (no << 11));
no                 53 drivers/media/dvb-frontends/dib0070.h extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
no                261 drivers/media/dvb-frontends/dib7000m.c static int dib7000m_set_adc_state(struct dib7000m_state *state, enum dibx000_adc_states no)
no                267 drivers/media/dvb-frontends/dib7000m.c 	switch (no) {
no                302 drivers/media/dvb-frontends/dib7000p.c static void dib7000p_set_adc_state(struct dib7000p_state *state, enum dibx000_adc_states no)
no                312 drivers/media/dvb-frontends/dib7000p.c 	switch (no) {
no                546 drivers/media/dvb-frontends/dib8000.c static int dib8000_set_adc_state(struct dib8000_state *state, enum dibx000_adc_states no)
no                552 drivers/media/dvb-frontends/dib8000.c 	switch (no) {
no                127 drivers/media/pci/b2c2/flexcop-dma.c 		flexcop_dma_index_t no,
no                132 drivers/media/pci/b2c2/flexcop-dma.c 	if (no & FC_DMA_1)
no                135 drivers/media/pci/b2c2/flexcop-dma.c 	if (no & FC_DMA_2)
no                144 drivers/media/pci/b2c2/flexcop-dma.c 		flexcop_dma_index_t no,
no                149 drivers/media/pci/b2c2/flexcop-dma.c 	if (no & FC_DMA_1)
no                152 drivers/media/pci/b2c2/flexcop-dma.c 	if (no & FC_DMA_2)
no               2031 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	static const char *no = "no";
no               2033 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	return x ? yes : no;
no                310 drivers/net/ethernet/toshiba/ps3_gelic_net.c 				 struct gelic_descr *start_descr, int no)
no                316 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	memset(descr, 0, sizeof(*descr) * no);
no                319 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	for (i = 0; i < no; i++, descr++) {
no                338 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	for (i = 0; i < no; i++, descr++) {
no                263 drivers/s390/char/tape_34xx.c 		  struct irb *irb, int no)
no                267 drivers/s390/char/tape_34xx.c 			"occurred in tape error recovery\n", no);
no                344 drivers/s390/char/tape_char.c 		 unsigned int no, unsigned long data)
no                348 drivers/s390/char/tape_char.c 	if (no == MTIOCTOP) {
no                387 drivers/s390/char/tape_char.c 	if (no == MTIOCPOS) {
no                399 drivers/s390/char/tape_char.c 	if (no == MTIOCGET) {
no                435 drivers/s390/char/tape_char.c 	return device->discipline->ioctl_fn(device, no, data);
no                439 drivers/s390/char/tape_char.c tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data)
no                448 drivers/s390/char/tape_char.c 	rc = __tapechar_ioctl(device, no, data);
no                455 drivers/s390/char/tape_char.c tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data)
no                468 drivers/s390/char/tape_char.c 		rval = device->discipline->ioctl_fn(device, no, argp);
no               1979 drivers/scsi/gdth.c     u64 no, blockno;
no               2044 drivers/scsi/gdth.c             memcpy(&no, &scp->cmnd[2], sizeof(u64));
no               2045 drivers/scsi/gdth.c             blockno = be64_to_cpu(no);
no               2049 drivers/scsi/gdth.c             memcpy(&no, &scp->cmnd[2], sizeof(u32));
no               2050 drivers/scsi/gdth.c             blockno = be32_to_cpu(no);
no               2054 drivers/scsi/gdth.c             memcpy(&no, &scp->cmnd[0], sizeof(u32));
no               2055 drivers/scsi/gdth.c             blockno = be32_to_cpu(no) & 0x001fffffUL;
no                155 drivers/scsi/mvsas/mv_sas.c 	u32 no;
no                156 drivers/scsi/mvsas/mv_sas.c 	for_each_phy(phy_mask, phy_mask, no) {
no                159 drivers/scsi/mvsas/mv_sas.c 		MVS_CHIP_DISP->phy_reset(mvi, no, hard);
no                919 drivers/scsi/mvsas/mv_sas.c 	int j, no;
no                921 drivers/scsi/mvsas/mv_sas.c 	for_each_phy(port->wide_port_phymap, j, no) {
no                923 drivers/scsi/mvsas/mv_sas.c 			MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
no                925 drivers/scsi/mvsas/mv_sas.c 			MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
no                928 drivers/scsi/mvsas/mv_sas.c 			MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
no                930 drivers/scsi/mvsas/mv_sas.c 			MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
no                555 drivers/scsi/wd33c93.c 		goto no;
no                563 drivers/scsi/wd33c93.c 		goto no;
no                575 drivers/scsi/wd33c93.c 	goto no;
no                584 drivers/scsi/wd33c93.c  no:
no                 13 drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val)
no                 18 drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c 		reg |= 1 << no;
no                 20 drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c 		reg &= ~(1 << no);
no                 26 drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no)
no                 30 drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c 	return (reg >> no) & 0x1;
no                155 drivers/staging/rtl8723bs/core/rtw_xmit.c 		pxmitbuf->no = i;
no                232 drivers/staging/rtl8723bs/core/rtw_xmit.c 		pxmitbuf->no = i;
no               1697 drivers/staging/rtl8723bs/core/rtw_xmit.c 		DBG_871X("DBG_XMIT_BUF_EXT ALLOC no =%d,  free_xmit_extbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmit_extbuf_cnt);
no               1734 drivers/staging/rtl8723bs/core/rtw_xmit.c 	DBG_871X("DBG_XMIT_BUF_EXT FREE no =%d, free_xmit_extbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmit_extbuf_cnt);
no               1769 drivers/staging/rtl8723bs/core/rtw_xmit.c 		DBG_871X("DBG_XMIT_BUF ALLOC no =%d,  free_xmitbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmitbuf_cnt);
no               1823 drivers/staging/rtl8723bs/core/rtw_xmit.c 		DBG_871X("DBG_XMIT_BUF FREE no =%d, free_xmitbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmitbuf_cnt);
no                278 drivers/staging/rtl8723bs/include/rtw_xmit.h 	u8 no;
no                203 fs/fscache/object-list.c 		unsigned long no = FSCACHE_OBJLIST_CONFIG_##_no;	\
no                208 fs/fscache/object-list.c 			if (!(config & no))				\
no                112 fs/qnx6/inode.c static unsigned qnx6_block_map(struct inode *inode, unsigned no)
no                128 fs/qnx6/inode.c 	levelptr = no >> bitdelta;
no                131 fs/qnx6/inode.c 		pr_err("Requested file block number (%u) too big.", no);
no                144 fs/qnx6/inode.c 		levelptr = (no >> bitdelta) & mask;
no                451 include/uapi/linux/batadv_packet.h 	__u8   no:4;
no                457 include/uapi/linux/batadv_packet.h 	__u8   no:4;
no                 80 include/uapi/linux/inet_diag.h 	unsigned short	no;
no                166 net/batman-adv/fragmentation.c 	frag_entry_new->no = frag_packet->no;
no                186 net/batman-adv/fragmentation.c 		if (frag_entry_curr->no == frag_entry_new->no)
no                190 net/batman-adv/fragmentation.c 		if (frag_entry_curr->no < frag_entry_new->no) {
no                482 net/batman-adv/fragmentation.c 	frag_header.no = 0;
no                501 net/batman-adv/fragmentation.c 		if (unlikely(frag_header.no == BATADV_FRAG_MAX_FRAGMENTS - 1)) {
no                522 net/batman-adv/fragmentation.c 		frag_header.no++;
no                321 net/batman-adv/types.h 	u8 no;
no                243 net/core/net_namespace.c 	bool no = false;
no                245 net/core/net_namespace.c 	return __peernet2id_alloc(net, peer, &no);
no                567 net/ipv4/inet_diag.c 			yes = entry->sport == op[1].no;
no                570 net/ipv4/inet_diag.c 			yes = entry->sport >= op[1].no;
no                573 net/ipv4/inet_diag.c 			yes = entry->sport <= op[1].no;
no                576 net/ipv4/inet_diag.c 			yes = entry->dport == op[1].no;
no                579 net/ipv4/inet_diag.c 			yes = entry->dport >= op[1].no;
no                582 net/ipv4/inet_diag.c 			yes = entry->dport <= op[1].no;
no                650 net/ipv4/inet_diag.c 			len -= op->no;
no                651 net/ipv4/inet_diag.c 			bc += op->no;
no                834 net/ipv4/inet_diag.c 			if (op->no < min_len || op->no > len + 4 || op->no & 3)
no                836 net/ipv4/inet_diag.c 			if (op->no < len &&
no                837 net/ipv4/inet_diag.c 			    !valid_cc(bytecode, bytecode_len, len - op->no))
no                287 net/netfilter/ipvs/ip_vs_sync.c static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho)
no                290 net/netfilter/ipvs/ip_vs_sync.c 	ho->init_seq       = get_unaligned_be32(&no->init_seq);
no                291 net/netfilter/ipvs/ip_vs_sync.c 	ho->delta          = get_unaligned_be32(&no->delta);
no                292 net/netfilter/ipvs/ip_vs_sync.c 	ho->previous_delta = get_unaligned_be32(&no->previous_delta);
no                299 net/netfilter/ipvs/ip_vs_sync.c static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no)
no                301 net/netfilter/ipvs/ip_vs_sync.c 	put_unaligned_be32(ho->init_seq, &no->init_seq);
no                302 net/netfilter/ipvs/ip_vs_sync.c 	put_unaligned_be32(ho->delta, &no->delta);
no                303 net/netfilter/ipvs/ip_vs_sync.c 	put_unaligned_be32(ho->previous_delta, &no->previous_delta);
no               1153 net/wireless/reg.c 	u32 start_freq, end_freq, idx, no;
no               1163 net/wireless/reg.c 	no = idx;
no               1165 net/wireless/reg.c 	while (no) {
no               1166 net/wireless/reg.c 		tmp = &rd->reg_rules[--no];
no               1179 net/wireless/reg.c 	no = idx;
no               1181 net/wireless/reg.c 	while (no < rd->n_reg_rules - 1) {
no               1182 net/wireless/reg.c 		tmp = &rd->reg_rules[++no];
no                  2 scripts/dtc/include-prefixes/arm/sama5d2-pinfunc.h #define PINMUX_PIN(no, func, ioset) \
no                  3 scripts/dtc/include-prefixes/arm/sama5d2-pinfunc.h (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
no                 64 scripts/gcc-plugins/arm_ssp_per_task_plugin.c 	targetm.have_stack_protect_combined_set = no;
no                 65 scripts/gcc-plugins/arm_ssp_per_task_plugin.c 	targetm.have_stack_protect_combined_test = no;
no                174 scripts/kconfig/conf.c 		case no:
no                184 scripts/kconfig/conf.c 		if (oldval != no && sym_tristate_within_range(sym, no))
no                198 scripts/kconfig/conf.c 			newval = no;
no                241 scripts/kconfig/conf.c 		case no:
no                250 scripts/kconfig/conf.c 		case no:
no                253 scripts/kconfig/confdata.c 			sym->def[def].tri = no;
no                373 scripts/kconfig/confdata.c 			if (expr_calc_value(prop->visible.expr) == no ||
no                409 scripts/kconfig/confdata.c 			sym->def[def].tri = no;
no                442 scripts/kconfig/confdata.c 				sym->def[def].tri = no;
no                491 scripts/kconfig/confdata.c 			case no:
no                500 scripts/kconfig/confdata.c 				if (cs->def[def].tri != no)
no                559 scripts/kconfig/confdata.c 			if (sym->visible == no && !conf_unsaved)
no               1036 scripts/kconfig/confdata.c 					if (sym_get_tristate_value(sym) == no)
no               1205 scripts/kconfig/confdata.c 			sym->def[S_DEF_USER].tri = no;
no               1231 scripts/kconfig/confdata.c 			sym->def[S_DEF_USER].tri = no;
no               1306 scripts/kconfig/confdata.c 					sym->def[S_DEF_USER].tri = no;
no               1309 scripts/kconfig/confdata.c 				sym->def[S_DEF_USER].tri = no;
no               1066 scripts/kconfig/expr.c 		return no;
no               1088 scripts/kconfig/expr.c 		return res ? no : yes;
no               1090 scripts/kconfig/expr.c 		return res >= 0 ? yes : no;
no               1092 scripts/kconfig/expr.c 		return res > 0 ? yes : no;
no               1094 scripts/kconfig/expr.c 		return res <= 0 ? yes : no;
no               1096 scripts/kconfig/expr.c 		return res < 0 ? yes : no;
no               1098 scripts/kconfig/expr.c 		return res ? yes : no;
no               1101 scripts/kconfig/expr.c 		return no;
no                814 scripts/kconfig/gconf.c 		newval = no;
no               1120 scripts/kconfig/gconf.c 		case no:
no               1139 scripts/kconfig/gconf.c 		if (val != no && sym_tristate_within_range(sym, no))
no                542 scripts/kconfig/mconf.c 				item_make("[%c]", val == no ? ' ' : '*');
no                591 scripts/kconfig/mconf.c 					item_make("[%c]", val == no ? ' ' : '*');
no                593 scripts/kconfig/mconf.c 					item_make("-%c-", val == no ? ' ' : '*');
no                730 scripts/kconfig/mconf.c 				sym_set_tristate_value(sym, no);
no                634 scripts/kconfig/menu.c 		if (expr_calc_value(menu->visibility) == no)
no                645 scripts/kconfig/menu.c 	if (visible != no)
no                648 scripts/kconfig/menu.c 	if (!sym || sym_get_tristate_value(menu->sym) == no)
no                827 scripts/kconfig/menu.c 		expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "  Selected by [n]:\n");
no                834 scripts/kconfig/menu.c 		expr_gstr_print_revdep(sym->implied.expr, r, no, "  Implied by [n]:\n");
no                810 scripts/kconfig/nconf.c 						val == no ? ' ' : '*');
no                862 scripts/kconfig/nconf.c 						val == no ? ' ' : '*');
no                865 scripts/kconfig/nconf.c 						val == no ? ' ' : '*');
no               1203 scripts/kconfig/nconf.c 				sym_set_tristate_value(sym, no);
no                186 scripts/kconfig/qconf.cc 		if (expr != no)
no                187 scripts/kconfig/qconf.cc 			setText(noColIdx, sym_tristate_within_range(sym, no) ? "_" : 0);
no                483 scripts/kconfig/qconf.cc 		if (oldval == no && item->menu->list)
no                515 scripts/kconfig/qconf.cc 			else if (oldexpr == no)
no                746 scripts/kconfig/qconf.cc 		setValue(item, no);
no                804 scripts/kconfig/qconf.cc 		setValue(item, no);
no                 24 scripts/kconfig/symbol.c 	.curr = { "n", no },
no                 28 scripts/kconfig/symbol.c 	.curr = { "", no },
no                 43 scripts/kconfig/symbol.c 		else if (modules_val == no)
no                 83 scripts/kconfig/symbol.c 		if (prop->visible.tri != no)
no                 95 scripts/kconfig/symbol.c 		if (prop->visible.tri != no)
no                178 scripts/kconfig/symbol.c 	tri = no;
no                192 scripts/kconfig/symbol.c 			prop->visible.tri = no;
no                196 scripts/kconfig/symbol.c 	if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
no                214 scripts/kconfig/symbol.c 	tri = no;
no                223 scripts/kconfig/symbol.c 	tri = no;
no                224 scripts/kconfig/symbol.c 	if (sym->implied.expr && sym->dir_dep.tri != no)
no                249 scripts/kconfig/symbol.c 		if (prop->visible.tri == no)
no                252 scripts/kconfig/symbol.c 		if (def_sym->visible != no)
no                259 scripts/kconfig/symbol.c 		if (def_sym->visible != no)
no                278 scripts/kconfig/symbol.c 		if (def_sym->visible != no)
no                286 scripts/kconfig/symbol.c 	if (def_sym && def_sym->visible != no)
no                293 scripts/kconfig/symbol.c 		sym->curr.tri = no;
no                354 scripts/kconfig/symbol.c 		sym->curr.tri = no;
no                361 scripts/kconfig/symbol.c 	if (sym->visible != no)
no                372 scripts/kconfig/symbol.c 			newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no;
no                374 scripts/kconfig/symbol.c 			if (sym->visible != no) {
no                384 scripts/kconfig/symbol.c 			if (sym->rev_dep.tri != no)
no                391 scripts/kconfig/symbol.c 					if (newval.tri != no)
no                394 scripts/kconfig/symbol.c 				if (sym->implied.tri != no) {
no                411 scripts/kconfig/symbol.c 		if (sym->visible != no && sym_has_value(sym)) {
no                448 scripts/kconfig/symbol.c 			    choice_sym->visible != no)
no                477 scripts/kconfig/symbol.c 	if (sym->visible == no)
no                518 scripts/kconfig/symbol.c 			if (e->right.sym->visible != no)
no                537 scripts/kconfig/symbol.c 		case no:
no                544 scripts/kconfig/symbol.c 			newval = no;
no                630 scripts/kconfig/symbol.c 			return sym_tristate_within_range(sym, no);
no                653 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, no);
no                734 scripts/kconfig/symbol.c 		if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no)
no                749 scripts/kconfig/symbol.c 		case no: return "n";
no                773 scripts/kconfig/symbol.c 		case no:
no                777 scripts/kconfig/symbol.c 			return (modules_sym->curr.tri == no) ? "n" : "m";
no                 89 tools/power/cpupower/utils/helpers/amd.c 		   int boost_states, unsigned long *pstates, int *no)
no                129 tools/power/cpupower/utils/helpers/amd.c 	*no = i;
no                126 tools/power/cpupower/utils/helpers/helpers.h 			  int boost_states, unsigned long *pstates, int *no);
no                145 tools/power/cpupower/utils/helpers/helpers.h 				 int *no)