Symbol: get_index
drivers/accessibility/speakup/speakup_acntpc.c
126
.get_index = NULL,
drivers/accessibility/speakup/speakup_acntsa.c
113
.get_index = NULL,
drivers/accessibility/speakup/speakup_apollo.c
125
.get_index = NULL,
drivers/accessibility/speakup/speakup_audptr.c
116
.get_index = NULL,
drivers/accessibility/speakup/speakup_bns.c
109
.get_index = NULL,
drivers/accessibility/speakup/speakup_decext.c
140
.get_index = NULL,
drivers/accessibility/speakup/speakup_decpc.c
236
.get_index = NULL,
drivers/accessibility/speakup/speakup_dectlk.c
149
.get_index = get_index,
drivers/accessibility/speakup/speakup_dectlk.c
35
static unsigned char get_index(struct spk_synth *synth);
drivers/accessibility/speakup/speakup_dtlk.c
142
.get_index = spk_synth_get_index,
drivers/accessibility/speakup/speakup_dummy.c
129
.get_index = NULL,
drivers/accessibility/speakup/speakup_keypc.c
117
.get_index = NULL,
drivers/accessibility/speakup/speakup_ltlk.c
125
.get_index = spk_synth_get_index,
drivers/accessibility/speakup/speakup_soft.c
150
.get_index = get_index,
drivers/accessibility/speakup/speakup_soft.c
30
static unsigned char get_index(struct spk_synth *synth);
drivers/accessibility/speakup/speakup_spkout.c
116
.get_index = spk_synth_get_index,
drivers/accessibility/speakup/speakup_txprt.c
114
.get_index = NULL,
drivers/accessibility/speakup/spk_types.h
200
unsigned char (*get_index)(struct spk_synth *synth);
drivers/accessibility/speakup/synth.c
360
synth->get_index(synth);
drivers/accessibility/speakup/synth.c
367
if (synth->get_index)
drivers/accessibility/speakup/synth.c
393
int ind = synth->get_index(synth);
drivers/i3c/master/mipi-i3c-hci/cmd_v1.c
184
ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr);
drivers/i3c/master/mipi-i3c-hci/dat.h
26
int (*get_index)(struct i3c_hci *hci, u8 address);
drivers/i3c/master/mipi-i3c-hci/dat_v1.c
200
.get_index = hci_dat_v1_get_index,
drivers/infiniband/hw/mlx5/main.c
2443
if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1)
drivers/infiniband/hw/mlx5/main.c
2574
idx = get_index(vma->vm_pgoff);
drivers/md/dm-cache-policy-smq.c
1319
hi = get_index(&mq->hotspot_alloc, e);
drivers/md/dm-cache-policy-smq.c
1333
hi = get_index(&mq->hotspot_alloc, e);
drivers/md/dm-cache-policy-smq.c
997
return to_cblock(get_index(&mq->cache_alloc, e));
drivers/media/v4l2-core/v4l2-dev.c
1042
vdev->index = get_index(vdev);
drivers/scsi/isci/host.c
182
u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
drivers/scsi/isci/host.c
185
COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
drivers/scsi/isci/host.c
487
u32 get_index;
drivers/scsi/isci/host.c
498
get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
drivers/scsi/isci/host.c
506
== COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
drivers/scsi/isci/host.c
510
ent = ihost->completion_queue[get_index];
drivers/scsi/isci/host.c
513
get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
drivers/scsi/isci/host.c
515
get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
drivers/scsi/isci/host.c
565
SMU_CQGR_GEN_VAL(POINTER, get_index);
fs/quota/quota_tree.c
370
newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
fs/quota/quota_tree.c
383
get_index(info, dquot->dq_id, depth));
fs/quota/quota_tree.c
394
le32_to_cpu(ref[get_index(info,
fs/quota/quota_tree.c
405
ref[get_index(info, dquot->dq_id, depth)] =
fs/quota/quota_tree.c
561
newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
fs/quota/quota_tree.c
572
get_index(info, dquot->dq_id, depth));
fs/quota/quota_tree.c
584
ref[get_index(info, dquot->dq_id, depth)] = cpu_to_le32(0);
fs/quota/quota_tree.c
678
blk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
fs/quota/quota_tree.c
692
get_index(info, dquot->dq_id, depth));
lib/tests/overflow_kunit.c
319
wrapping_ ## op(_a_orig[get_index()], _b_orig++); \
net/ipv4/fib_trie.c
1114
n = get_child(tp, get_index(key, tp));
net/ipv4/fib_trie.c
1131
put_child(tn, get_index(key, tn) ^ 1, n);
net/ipv4/fib_trie.c
1533
cindex = get_index(pkey, pn);
net/ipv4/fib_trie.c
1766
cindex = (key > pn->key) ? get_index(key, pn) : 0;
net/ipv4/fib_trie.c
1788
cindex = get_index(pkey, pn) + 1;
net/ipv4/fib_trie.c
1839
cindex = get_index(pkey, pn);
net/ipv4/fib_trie.c
1957
cindex = get_index(pkey, pn);
net/ipv4/fib_trie.c
2028
cindex = get_index(pkey, pn);
net/ipv4/fib_trie.c
2108
cindex = get_index(pkey, pn);
net/ipv4/fib_trie.c
2460
cindex = get_index(pkey, pn) + 1;
net/ipv4/fib_trie.c
469
put_child(tp, get_index(key, tp), n);
net/ipv4/fib_trie.c
563
put_child(tn, get_index(inode->key, tn), inode);
net/ipv4/fib_trie.c
848
unsigned long cindex = get_index(tn->key, tp);
scripts/sorttable.c
377
Elf_Shdr *shdr = get_index(shdr_start, shentsize, i);
scripts/sorttable.c
432
Elf_Shdr *shdr = get_index(shdr_start, shentsize, i);
scripts/sorttable.c
633
string_sec = get_index(shdr_start, shentsize, shstrndx);
scripts/sorttable.c
641
Elf_Shdr *shdr = get_index(shdr_start, shentsize, i);
scripts/sorttable.c
775
sort_needed_sec = get_index(shdr_start, shentsize, sort_need_index);
scripts/tracepoint-update.c
172
string_sec = get_index(shdr_start, shentsize, shstrndx);
scripts/tracepoint-update.c
180
Elf_Shdr *shdr = get_index(shdr_start, shentsize, i);
sound/synth/emux/soundfont.c
1191
index = get_index(cur->bank, cur->instr, cur->v.low);
sound/synth/emux/soundfont.c
1208
index = get_index(zp->bank, zp->instr, zp->v.low);
sound/synth/emux/soundfont.c
1265
index = get_index(bank, preset, key);
sound/synth/emux/soundfont.c
59
static int get_index(int bank, int instr, int key);