Symbol: no
arch/arm/boot/dts/microchip/sama5d2-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
arch/arm/boot/dts/microchip/sama5d2-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
arch/arm/boot/dts/microchip/sama7d65-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
arch/arm/boot/dts/microchip/sama7d65-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
arch/arm/boot/dts/microchip/sama7g5-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
arch/arm/boot/dts/microchip/sama7g5-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
arch/arm/include/asm/traps.h
43
asmlinkage int arm_syscall(int no, struct pt_regs *regs);
arch/arm/kernel/traps.c
605
asmlinkage int arm_syscall(int no, struct pt_regs *regs)
arch/arm/kernel/traps.c
607
if ((no >> 16) != (__ARM_NR_BASE>> 16))
arch/arm/kernel/traps.c
608
return bad_syscall(no, regs);
arch/arm/kernel/traps.c
610
switch (no & 0xffff) {
arch/arm/kernel/traps.c
662
if ((no & 0xffff) <= 0x7ff)
arch/arm/kernel/traps.c
673
task_pid_nr(current), current->comm, no);
arch/arm/kernel/traps.c
684
no, 0);
arch/arm/mach-s3c/cpu.h
63
void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
arch/arm/mach-s3c/cpu.h
74
extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
arch/arm/mach-s3c/cpu.h
77
struct s3c2410_uartcfg *cfg, int no);
arch/arm/mach-s3c/init.c
109
nr_uarts = no;
arch/arm/mach-s3c/init.c
113
void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
arch/arm/mach-s3c/init.c
121
(cpu->init_uarts)(cfg, no);
arch/arm/mach-s3c/init.c
85
struct s3c2410_uartcfg *cfg, int no)
arch/arm/mach-s3c/init.c
93
memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
arch/arm/mach-s3c/init.c
95
for (uart = 0; uart < no; uart++, cfg++, cfgptr++) {
arch/arm/mach-s3c/irqs-s3c64xx.h
158
#define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no))
arch/arm/mach-s3c/s3c64xx.c
68
static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
arch/arm/mach-s3c/s3c64xx.c
70
s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
arch/m68k/ifpsp060/src/fpsp.S
18235
# if the bit string is a zero, then the operation is a no-op
arch/m68k/ifpsp060/src/pfpsp.S
4284
# if the bit string is a zero, then the operation is a no-op
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
85
bge t1, v0, 1f # OCTEON III has no DCACHE_ERR_REG COP0
arch/mips/include/asm/txx9/generic.h
62
void txx9_physmap_flash_init(int no, unsigned long addr, unsigned long size,
arch/mips/txx9/generic/setup.c
528
void __init txx9_physmap_flash_init(int no, unsigned long addr,
arch/mips/txx9/generic/setup.c
558
pdev = platform_device_alloc("physmap-flash", no);
arch/sh/drivers/dma/dma-sh.c
271
static inline int dmaor_reset(int no)
arch/sh/drivers/dma/dma-sh.c
273
unsigned long dmaor = dmaor_read_reg(no);
arch/sh/drivers/dma/dma-sh.c
277
dmaor_write_reg(no, dmaor);
arch/sh/drivers/dma/dma-sh.c
280
dmaor_write_reg(no, dmaor);
arch/sh/drivers/dma/dma-sh.c
283
if ((dmaor_read_reg(no) & (DMAOR_AE | DMAOR_NMIF))) {
arch/x86/kernel/kdebugfs.c
146
create_setup_data_node(d, no, node);
arch/x86/kernel/kdebugfs.c
150
no++;
arch/x86/kernel/kdebugfs.c
76
create_setup_data_node(struct dentry *parent, int no,
arch/x86/kernel/kdebugfs.c
82
sprintf(buf, "%d", no);
arch/x86/kernel/kdebugfs.c
98
int no = 0;
arch/x86/mm/pf_in.c
236
static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs)
arch/x86/mm/pf_in.c
240
switch (no) {
arch/x86/mm/pf_in.c
291
switch (no) {
arch/x86/mm/pf_in.c
308
switch (no) {
arch/x86/mm/pf_in.c
327
printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
arch/x86/mm/pf_in.c
332
static unsigned long *get_reg_w32(int no, struct pt_regs *regs)
arch/x86/mm/pf_in.c
336
switch (no) {
arch/x86/mm/pf_in.c
388
printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
drivers/acpi/tables.c
425
int sig, no, table_nr = 0, total_offset = 0;
drivers/acpi/tables.c
442
for (no = 0; no < NR_ACPI_INITRD_TABLES; no++) {
drivers/acpi/tables.c
520
for (no = 0; no < table_nr; no++) {
drivers/acpi/tables.c
521
unsigned char *src_p = acpi_initrd_files[no].data;
drivers/acpi/tables.c
522
phys_addr_t size = acpi_initrd_files[no].size;
drivers/clk/rockchip/clk-pll.c
395
rate->no = ((pllcon >> RK3066_PLLCON0_OD_SHIFT)
drivers/clk/rockchip/clk-pll.c
426
do_div(rate64, cur.no);
drivers/clk/rockchip/clk-pll.c
442
__func__, rate->rate, rate->nr, rate->no, rate->nf);
drivers/clk/rockchip/clk-pll.c
460
HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK,
drivers/clk/rockchip/clk-pll.c
559
rate->no, cur.no, rate->nf, cur.nf, rate->nb, cur.nb);
drivers/clk/rockchip/clk-pll.c
560
if (rate->nr != cur.nr || rate->no != cur.no || rate->nf != cur.nf
drivers/clk/rockchip/clk.h
553
.no = _no, \
drivers/clk/rockchip/clk.h
562
.no = _no, \
drivers/clk/rockchip/clk.h
624
unsigned int no;
drivers/dma/apple-admac.c
260
if (direction != admac_chan_direction(adchan->no))
drivers/dma/apple-admac.c
394
residue = admac_cyclic_read_residue(ad, adchan->no, adtx);
drivers/dma/apple-admac.c
414
u32 startbit = 1 << (adchan->no / 2);
drivers/dma/apple-admac.c
417
ad->base + REG_CHAN_INTSTATUS(adchan->no, ad->irq_index));
drivers/dma/apple-admac.c
419
ad->base + REG_CHAN_INTMASK(adchan->no, ad->irq_index));
drivers/dma/apple-admac.c
421
switch (admac_chan_direction(adchan->no)) {
drivers/dma/apple-admac.c
431
dev_dbg(adchan->host->dev, "ch%d start\n", adchan->no);
drivers/dma/apple-admac.c
437
u32 stopbit = 1 << (adchan->no / 2);
drivers/dma/apple-admac.c
439
switch (admac_chan_direction(adchan->no)) {
drivers/dma/apple-admac.c
449
dev_dbg(adchan->host->dev, "ch%d stop\n", adchan->no);
drivers/dma/apple-admac.c
457
ad->base + REG_CHAN_CTL(adchan->no));
drivers/dma/apple-admac.c
458
writel_relaxed(0, ad->base + REG_CHAN_CTL(adchan->no));
drivers/dma/apple-admac.c
464
int ch = adchan->no;
drivers/dma/apple-admac.c
561
ret = admac_alloc_sram_carveout(ad, admac_chan_direction(adchan->no),
drivers/dma/apple-admac.c
567
ad->base + REG_CHAN_SRAM_CARVEOUT(adchan->no));
drivers/dma/apple-admac.c
577
admac_free_sram_carveout(adchan->host, admac_chan_direction(adchan->no),
drivers/dma/apple-admac.c
670
static void admac_handle_chan_int(struct admac_data *ad, int no)
drivers/dma/apple-admac.c
672
u32 cause = readl_relaxed(ad->base + REG_CHAN_INTSTATUS(no, ad->irq_index));
drivers/dma/apple-admac.c
675
admac_handle_status_err(ad, no);
drivers/dma/apple-admac.c
678
admac_handle_status_desc_done(ad, no);
drivers/dma/apple-admac.c
745
bool is_tx = admac_chan_direction(adchan->no) == DMA_MEM_TO_DEV;
drivers/dma/apple-admac.c
747
u32 bus_width = readl_relaxed(ad->base + REG_BUS_WIDTH(adchan->no)) &
drivers/dma/apple-admac.c
787
writel_relaxed(bus_width, ad->base + REG_BUS_WIDTH(adchan->no));
drivers/dma/apple-admac.c
798
ad->base + REG_CHAN_FIFOCTL(adchan->no));
drivers/dma/apple-admac.c
882
adchan->no = i;
drivers/dma/apple-admac.c
89
unsigned int no;
drivers/gpio/gpio-da9052.c
35
#define DA9052_GPIO_SHIFT_COUNT(no) (no%8)
drivers/gpu/drm/i915/selftests/i915_vma.c
156
unsigned long no, nc;
drivers/gpu/drm/i915/selftests/i915_vma.c
167
no = 0;
drivers/gpu/drm/i915/selftests/i915_vma.c
169
for (; no < num_obj; no++) {
drivers/gpu/drm/i915/selftests/i915_vma.c
193
__func__, no, nc))
drivers/gpu/drm/xe/tests/xe_args_test.c
228
KUNIT_EXPECT_TRUE(test, CONCATENATE(IF_ARGS(with, no, FOO_ARGS), _args));
drivers/gpu/drm/xe/tests/xe_args_test.c
229
KUNIT_EXPECT_FALSE(test, CONCATENATE(IF_ARGS(with, no, NO_ARGS), _args));
drivers/gpu/drm/xe/tests/xe_args_test.c
231
KUNIT_EXPECT_STREQ(test, __stringify(IF_ARGS(yes, no, FOO_ARGS)), "yes");
drivers/gpu/drm/xe/tests/xe_args_test.c
232
KUNIT_EXPECT_STREQ(test, __stringify(IF_ARGS(yes, no, NO_ARGS)), "no");
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
101
*val1 = no / divisor;
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
102
*val2 = no % divisor * int_pow(10, 6 - exp);
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
97
static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2)
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
1212
unsigned int no;
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
1221
for (i = 0, no = 0; i < st->fifo.count; i += size, ++no) {
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
1235
st->fifo.nb.total, no);
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
793
unsigned int no;
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
802
for (i = 0, no = 0; i < st->fifo.count; i += size, ++no) {
drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c
816
st->fifo.nb.total, no);
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
748
unsigned int no;
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
751
for (i = 0, no = 0; i < st->fifo.count; i += size, ++no) {
drivers/iio/imu/inv_icm45600/inv_icm45600_accel.c
772
st->fifo.nb.total, no);
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
757
unsigned int no;
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
760
for (i = 0, no = 0; i < st->fifo.count; i += size, ++no) {
drivers/iio/imu/inv_icm45600/inv_icm45600_gyro.c
781
st->fifo.nb.total, no);
drivers/md/dm-zoned-metadata.c
112
sector_t no;
drivers/md/dm-zoned-metadata.c
2802
(u64)mblk->no, mblk->ref);
drivers/md/dm-zoned-metadata.c
2820
(u64)mblk->no, mblk->ref);
drivers/md/dm-zoned-metadata.c
414
mblk->no = mblk_no;
drivers/md/dm-zoned-metadata.c
436
mblk->no = mblk_no;
drivers/md/dm-zoned-metadata.c
468
new = (b->no < mblk->no) ? &((*new)->rb_left) : &((*new)->rb_right);
drivers/md/dm-zoned-metadata.c
489
if (mblk->no == mblk_no) {
drivers/md/dm-zoned-metadata.c
500
node = (mblk->no < mblk_no) ? node->rb_left : node->rb_right;
drivers/md/dm-zoned-metadata.c
712
sector_t block = zmd->sb[set].block + mblk->no;
drivers/media/common/b2c2/flexcop-common.h
112
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
drivers/media/common/b2c2/flexcop-common.h
127
flexcop_dma_index_t no, int onoff);
drivers/media/common/b2c2/flexcop.c
162
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no)
drivers/media/common/b2c2/flexcop.c
164
dvb_dmx_swfilter_packets(&fc->demux, buf, no);
drivers/media/dvb-frontends/dib0070.c
549
int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no)
drivers/media/dvb-frontends/dib0070.c
553
if (no > 3)
drivers/media/dvb-frontends/dib0070.c
554
no = 3;
drivers/media/dvb-frontends/dib0070.c
555
if (no < 1)
drivers/media/dvb-frontends/dib0070.c
556
no = 1;
drivers/media/dvb-frontends/dib0070.c
557
return dib0070_write_reg(state, 0x07, rxrf2 | (no << 11));
drivers/media/dvb-frontends/dib0070.h
53
extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
drivers/media/dvb-frontends/dib7000m.c
261
static int dib7000m_set_adc_state(struct dib7000m_state *state, enum dibx000_adc_states no)
drivers/media/dvb-frontends/dib7000m.c
267
switch (no) {
drivers/media/dvb-frontends/dib7000p.c
297
static void dib7000p_set_adc_state(struct dib7000p_state *state, enum dibx000_adc_states no)
drivers/media/dvb-frontends/dib7000p.c
307
switch (no) {
drivers/media/dvb-frontends/dib8000.c
546
static int dib8000_set_adc_state(struct dib8000_state *state, enum dibx000_adc_states no)
drivers/media/dvb-frontends/dib8000.c
552
switch (no) {
drivers/media/pci/b2c2/flexcop-dma.c
127
flexcop_dma_index_t no,
drivers/media/pci/b2c2/flexcop-dma.c
132
if (no & FC_DMA_1)
drivers/media/pci/b2c2/flexcop-dma.c
135
if (no & FC_DMA_2)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2024
static const char *no = "no";
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2026
return x ? yes : no;
drivers/net/ethernet/realtek/r8169_main.c
4386
int no = skb_network_offset(skb);
drivers/net/ethernet/realtek/r8169_main.c
4392
ih = skb_header_pointer(skb, no, sizeof(_ih), &_ih);
drivers/net/ethernet/realtek/r8169_main.c
4395
i6h = skb_header_pointer(skb, no, sizeof(_i6h), &_i6h);
drivers/net/ethernet/realtek/rtase/rtase_main.c
1318
u32 no;
drivers/net/ethernet/realtek/rtase/rtase_main.c
1320
ret = rtase_get_l3_proto(skb, &proto, &no);
drivers/net/ethernet/realtek/rtase/rtase_main.c
1326
ih = skb_header_pointer(skb, no, sizeof(_ih), &_ih);
drivers/net/ethernet/realtek/rtase/rtase_main.c
1333
offset = no + ih->ihl * 4;
drivers/net/ethernet/realtek/rtase/rtase_main.c
1374
i6h = skb_header_pointer(skb, no, sizeof(_i6h), &_i6h);
drivers/net/ethernet/realtek/rtase/rtase_main.c
1378
offset = no + sizeof(*i6h);
drivers/net/ethernet/toshiba/ps3_gelic_net.c
315
struct gelic_descr *start_descr, int no)
drivers/net/ethernet/toshiba/ps3_gelic_net.c
321
memset(descr, 0, sizeof(*descr) * no);
drivers/net/ethernet/toshiba/ps3_gelic_net.c
324
for (i = 0; i < no; i++, descr++) {
drivers/net/ethernet/toshiba/ps3_gelic_net.c
349
for (i = 0; i < no; i++, descr++) {
drivers/s390/char/tape_3490.c
208
struct irb *irb, int no)
drivers/s390/char/tape_3490.c
212
"occurred in tape error recovery\n", no);
drivers/s390/char/tape_char.c
334
unsigned int no, void __user *data)
drivers/s390/char/tape_char.c
338
if (no == MTIOCTOP) {
drivers/s390/char/tape_char.c
375
if (no == MTIOCPOS) {
drivers/s390/char/tape_char.c
385
if (no == MTIOCGET) {
drivers/s390/char/tape_char.c
419
tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data)
drivers/s390/char/tape_char.c
428
rc = __tapechar_ioctl(device, no, (void __user *)data);
drivers/scsi/mvsas/mv_sas.c
901
int j, no;
drivers/scsi/mvsas/mv_sas.c
903
for_each_phy(port->wide_port_phymap, j, no) {
drivers/scsi/mvsas/mv_sas.c
905
MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
drivers/scsi/mvsas/mv_sas.c
907
MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
drivers/scsi/mvsas/mv_sas.c
910
MVS_CHIP_DISP->write_port_cfg_addr(mvi, no,
drivers/scsi/mvsas/mv_sas.c
912
MVS_CHIP_DISP->write_port_cfg_data(mvi, no,
drivers/scsi/wd33c93.c
494
goto no;
drivers/scsi/wd33c93.c
502
goto no;
drivers/scsi/wd33c93.c
514
goto no;
drivers/scsi/wd33c93.c
523
no:
fs/erofs/compress.h
63
int no, ni; /* the current {en,de}coded page # */
fs/erofs/decompressor.c
295
unsigned int cur = 0, ni = 0, no, pi, po, insz, cnt;
fs/erofs/decompressor.c
324
no = (rq->pageofs_out + cur + pi) >> PAGE_SHIFT;
fs/erofs/decompressor.c
326
DBG_BUGON(no >= nrpages_out);
fs/erofs/decompressor.c
328
if (rq->out[no] == rq->in[ni])
fs/erofs/decompressor.c
331
else if (rq->out[no])
fs/erofs/decompressor.c
332
memcpy_to_page(rq->out[no], po,
fs/erofs/decompressor.c
350
if (++dctx->no >= rq->outpages || !rq->outputsize)
fs/erofs/decompressor.c
357
pgo = &rq->out[dctx->no];
fs/erofs/decompressor.c
389
dctx->kout = kmap_local_page(rq->out[dctx->no]);
fs/erofs/decompressor.c
401
if (!dctx->bounced && rq->out[dctx->no] == rq->in[dctx->ni]) {
fs/erofs/decompressor.c
408
if (rq->out[dctx->no] != rq->in[j])
fs/erofs/decompressor_deflate.c
103
struct z_erofs_stream_dctx dctx = { .rq = rq, .no = -1, .ni = 0 };
fs/erofs/decompressor_lzma.c
154
struct z_erofs_stream_dctx dctx = { .rq = rq, .no = -1, .ni = 0 };
fs/erofs/decompressor_zstd.c
142
struct z_erofs_stream_dctx dctx = { .rq = rq, .no = -1, .ni = 0 };
fs/qnx6/inode.c
112
static unsigned qnx6_block_map(struct inode *inode, unsigned no)
fs/qnx6/inode.c
128
levelptr = no >> bitdelta;
fs/qnx6/inode.c
131
pr_err("Requested file block number (%u) too big.", no);
fs/qnx6/inode.c
144
levelptr = (no >> bitdelta) & mask;
include/uapi/linux/batadv_packet.h
460
__u8 no:4;
include/uapi/linux/batadv_packet.h
466
__u8 no:4;
include/uapi/linux/inet_diag.h
83
unsigned short no;
kernel/trace/trace_functions.c
428
{ TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
net/batman-adv/fragmentation.c
169
frag_entry_new->no = frag_packet->no;
net/batman-adv/fragmentation.c
189
if (frag_entry_curr->no == frag_entry_new->no)
net/batman-adv/fragmentation.c
193
if (frag_entry_curr->no < frag_entry_new->no) {
net/batman-adv/fragmentation.c
559
frag_header.no = 0;
net/batman-adv/fragmentation.c
578
if (unlikely(frag_header.no == BATADV_FRAG_MAX_FRAGMENTS - 1)) {
net/batman-adv/fragmentation.c
599
frag_header.no++;
net/batman-adv/types.h
362
u8 no;
net/ipv4/inet_diag.c
482
yes = entry->sport == op[1].no;
net/ipv4/inet_diag.c
485
yes = entry->sport >= op[1].no;
net/ipv4/inet_diag.c
488
yes = entry->sport <= op[1].no;
net/ipv4/inet_diag.c
491
yes = entry->dport == op[1].no;
net/ipv4/inet_diag.c
494
yes = entry->dport >= op[1].no;
net/ipv4/inet_diag.c
497
yes = entry->dport <= op[1].no;
net/ipv4/inet_diag.c
575
len -= op->no;
net/ipv4/inet_diag.c
576
bc += op->no;
net/ipv4/inet_diag.c
794
if (op->no < min_len || op->no > len + 4 || op->no & 3)
net/ipv4/inet_diag.c
796
if (op->no < len &&
net/ipv4/inet_diag.c
797
!valid_cc(bytecode, bytecode_len, len - op->no))
net/netfilter/ipvs/ip_vs_sync.c
283
static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho)
net/netfilter/ipvs/ip_vs_sync.c
286
ho->init_seq = get_unaligned_be32(&no->init_seq);
net/netfilter/ipvs/ip_vs_sync.c
287
ho->delta = get_unaligned_be32(&no->delta);
net/netfilter/ipvs/ip_vs_sync.c
288
ho->previous_delta = get_unaligned_be32(&no->previous_delta);
net/netfilter/ipvs/ip_vs_sync.c
295
static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no)
net/netfilter/ipvs/ip_vs_sync.c
297
put_unaligned_be32(ho->init_seq, &no->init_seq);
net/netfilter/ipvs/ip_vs_sync.c
298
put_unaligned_be32(ho->delta, &no->delta);
net/netfilter/ipvs/ip_vs_sync.c
299
put_unaligned_be32(ho->previous_delta, &no->previous_delta);
net/wireless/reg.c
1155
u32 start_freq, end_freq, idx, no;
net/wireless/reg.c
1165
no = idx;
net/wireless/reg.c
1167
while (no) {
net/wireless/reg.c
1168
tmp = &rd->reg_rules[--no];
net/wireless/reg.c
1181
no = idx;
net/wireless/reg.c
1183
while (no < rd->n_reg_rules - 1) {
net/wireless/reg.c
1184
tmp = &rd->reg_rules[++no];
scripts/dtc/include-prefixes/arm/microchip/sama5d2-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
scripts/dtc/include-prefixes/arm/microchip/sama5d2-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
scripts/dtc/include-prefixes/arm/microchip/sama7d65-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
scripts/dtc/include-prefixes/arm/microchip/sama7d65-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
scripts/dtc/include-prefixes/arm/microchip/sama7g5-pinfunc.h
2
#define PINMUX_PIN(no, func, ioset) \
scripts/dtc/include-prefixes/arm/microchip/sama7g5-pinfunc.h
3
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
scripts/kconfig/conf.c
255
val = no;
scripts/kconfig/conf.c
258
val = no;
scripts/kconfig/conf.c
366
case no:
scripts/kconfig/conf.c
376
if (oldval != no && sym_tristate_within_range(sym, no))
scripts/kconfig/conf.c
390
newval = no;
scripts/kconfig/conf.c
814
conf_rewrite_tristates(mod, no);
scripts/kconfig/confdata.c
1110
if (sym_get_tristate_value(sym) == no)
scripts/kconfig/confdata.c
328
sym->def[def].tri = no;
scripts/kconfig/confdata.c
469
sym->def[def].tri = no;
scripts/kconfig/expr.c
923
return no;
scripts/kconfig/expr.c
945
return res ? no : yes;
scripts/kconfig/expr.c
947
return res >= 0 ? yes : no;
scripts/kconfig/expr.c
949
return res > 0 ? yes : no;
scripts/kconfig/expr.c
951
return res <= 0 ? yes : no;
scripts/kconfig/expr.c
953
return res < 0 ? yes : no;
scripts/kconfig/expr.c
955
return res ? yes : no;
scripts/kconfig/expr.c
958
return no;
scripts/kconfig/gconf.c
200
case no:
scripts/kconfig/gconf.c
214
if (val != no && sym_tristate_within_range(sym, no))
scripts/kconfig/gconf.c
694
newval = no;
scripts/kconfig/mconf.c
548
item_make("[%c]", val == no ? ' ' : '*');
scripts/kconfig/mconf.c
550
item_make("-%c-", val == no ? ' ' : '*');
scripts/kconfig/mconf.c
841
sym_set_tristate_value(sym, no);
scripts/kconfig/menu.c
555
if (expr_calc_value(menu->visibility) == no)
scripts/kconfig/menu.c
566
if (visible != no)
scripts/kconfig/menu.c
569
if (!sym || sym_get_tristate_value(menu->sym) == no)
scripts/kconfig/menu.c
760
expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n");
scripts/kconfig/menu.c
767
expr_gstr_print_revdep(sym->implied.expr, r, no, "Implied by [n]:\n");
scripts/kconfig/nconf.c
1204
sym_set_tristate_value(sym, no);
scripts/kconfig/nconf.c
852
val == no ? ' ' : '*');
scripts/kconfig/nconf.c
855
val == no ? ' ' : '*');
scripts/kconfig/qconf.cc
515
if (oldval == no && item->menu->list)
scripts/kconfig/qconf.cc
547
else if (oldexpr == no)
scripts/kconfig/qconf.cc
774
setValue(item, no);
scripts/kconfig/symbol.c
126
if (prop->visible.tri != no)
scripts/kconfig/symbol.c
138
if (prop->visible.tri != no)
scripts/kconfig/symbol.c
223
tri = no;
scripts/kconfig/symbol.c
228
if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
scripts/kconfig/symbol.c
246
tri = no;
scripts/kconfig/symbol.c
255
tri = no;
scripts/kconfig/symbol.c
281
if (prop->visible.tri == no)
scripts/kconfig/symbol.c
284
if (def_sym->visible != no)
scripts/kconfig/symbol.c
290
if (menu->sym && menu->sym->visible != no)
scripts/kconfig/symbol.c
313
if (sym->visible == no)
scripts/kconfig/symbol.c
329
if (res && sym_has_value(res) && res->def[S_DEF_USER].tri == no)
scripts/kconfig/symbol.c
338
if (!sym || sym->visible == no || sym_has_value(sym))
scripts/kconfig/symbol.c
353
if (sym->visible == no)
scripts/kconfig/symbol.c
36
.curr = { "n", no },
scripts/kconfig/symbol.c
366
if (!sym || sym->visible == no)
scripts/kconfig/symbol.c
369
val = sym == res ? yes : no;
scripts/kconfig/symbol.c
427
newval.tri = no;
scripts/kconfig/symbol.c
445
sym->curr.tri = no;
scripts/kconfig/symbol.c
452
if (sym->visible != no)
scripts/kconfig/symbol.c
467
if (sym->visible != no) {
scripts/kconfig/symbol.c
477
if (sym->rev_dep.tri != no)
scripts/kconfig/symbol.c
484
if (newval.tri != no)
scripts/kconfig/symbol.c
487
if (sym->implied.tri != no) {
scripts/kconfig/symbol.c
49
if (type == S_TRISTATE && modules_val == no)
scripts/kconfig/symbol.c
505
if (sym->visible != no && sym_has_value(sym)) {
scripts/kconfig/symbol.c
566
if (sym->visible == no)
scripts/kconfig/symbol.c
615
if (menu->sym->visible == no)
scripts/kconfig/symbol.c
618
val = menu->sym == sym ? yes : no;
scripts/kconfig/symbol.c
655
case no:
scripts/kconfig/symbol.c
662
newval = no;
scripts/kconfig/symbol.c
748
return sym_tristate_within_range(sym, no);
scripts/kconfig/symbol.c
771
return sym_set_tristate_value(sym, no);
scripts/kconfig/symbol.c
851
if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no)
scripts/kconfig/symbol.c
866
case no: return "n";
scripts/kconfig/symbol.c
893
case no:
sound/soc/apple/mca.c
1093
cl->no = i;
sound/soc/apple/mca.c
129
int no;
sound/soc/apple/mca.c
222
FIELD_PREP(SERDES_CONF_SYNC_SEL, cl->no + 1));
sound/soc/apple/mca.c
268
cl->no, ret);
sound/soc/apple/mca.c
282
"cluster %d: unable to prop-up power domain\n", cl->no);
sound/soc/apple/mca.c
287
writel_relaxed(cl->no + 1, cl->base + REG_SYNCGEN_MCLK_SEL);
sound/soc/apple/mca.c
314
if (be_cl->port_driver != cl->no)
sound/soc/apple/mca.c
418
serdes_conf |= FIELD_PREP(SERDES_CONF_SYNC_SEL, cl->no + 1);
sound/soc/apple/mca.c
582
return mca_dai_to_cluster(snd_soc_rtd_to_cpu(be, 0))->no;
sound/soc/apple/mca.c
670
writel_relaxed(regval, mca->switch_base + REG_DMA_ADAPTER_A(cl->no));
sound/soc/apple/mca.c
674
mca->switch_base + REG_DMA_ADAPTER_A(cl->no));
sound/soc/apple/mca.c
677
mca->switch_base + REG_DMA_ADAPTER_B(cl->no));
sound/soc/apple/mca.c
694
cl->no, ret);
sound/soc/apple/mca.c
753
if (cl->port_driver != fe_cl->no)
sound/soc/apple/mca.c
762
writel_relaxed(FIELD_PREP(PORT_CLOCK_SEL, fe_cl->no + 1),
sound/soc/apple/mca.c
764
writel_relaxed(PORT_DATA_SEL_TXA(fe_cl->no),
sound/soc/apple/mca.c
767
cl->port_driver = fe_cl->no;
sound/soc/apple/mca.c
920
is_tx ? "tx%da" : "rx%da", cl->no);
sound/soc/apple/mca.c
923
is_tx ? "tx%da" : "rx%db", cl->no);
sound/soc/apple/mca.c
978
i, cl->no, chan);
tools/power/cpupower/utils/helpers/amd.c
113
unsigned long *pstates, int *no)
tools/power/cpupower/utils/helpers/amd.c
145
*no = i;
tools/power/cpupower/utils/helpers/helpers.h
140
unsigned long *pstates, int *no);
tools/power/cpupower/utils/helpers/helpers.h
169
unsigned long *pstates, int *no)
tools/testing/selftests/bpf/sdt.h
469
#define _SDT_ASM_BODY_N2(p,n,no,...) _SDT_ASM_BODY_ ## no(p,n,__VA_ARGS__)
tools/testing/selftests/bpf/sdt.h
470
#define _SDT_ASM_BODY_N1(p,n,no,...) _SDT_ASM_BODY_N2(p,n,no,__VA_ARGS__)
tools/testing/selftests/bpf/sdt.h
94
# define _SDT_ARGFMT(no) _SDT_ASM_1(_SDT_SIGN %n[_SDT_S##no]) \
tools/testing/selftests/bpf/sdt.h
95
_SDT_ASM_1(_SDT_SIZE %n[_SDT_S##no]) \
tools/testing/selftests/bpf/sdt.h
96
_SDT_ASM_1(_SDT_TYPE %n[_SDT_S##no]) \
tools/testing/selftests/bpf/sdt.h
97
_SDT_ASM_SUBSTR(_SDT_ARGTMPL(_SDT_A##no))