Searched refs:get_index (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddat.h27 int (*get_index)(struct i3c_hci *hci, u8 address); member in struct:hci_dat_ops
H A Ddat_v1.c190 .get_index = hci_dat_v1_get_index,
H A Dcmd_v1.c188 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c35 static unsigned char get_index(struct spk_synth *synth);
149 .get_index = get_index,
173 static unsigned char get_index(struct spk_synth *synth) function
H A Dspeakup_soft.c30 static unsigned char get_index(struct spk_synth *synth);
150 .get_index = get_index,
367 static unsigned char get_index(struct spk_synth *synth) function
H A Dsynth.c278 synth->get_index(synth);
285 if (synth->get_index)
311 int ind = synth->get_index(synth);
H A Dspeakup_dummy.c129 .get_index = NULL,
H A Dspeakup_spkout.c116 .get_index = spk_synth_get_index,
H A Dspeakup_txprt.c114 .get_index = NULL,
H A Dspeakup_acntsa.c113 .get_index = NULL,
H A Dspeakup_bns.c109 .get_index = NULL,
H A Dspeakup_ltlk.c125 .get_index = spk_synth_get_index,
H A Dspeakup_decext.c140 .get_index = NULL,
H A Dspeakup_apollo.c125 .get_index = NULL,
H A Dspeakup_audptr.c116 .get_index = NULL,
H A Dspk_types.h200 unsigned char (*get_index)(struct spk_synth *synth); member in struct:spk_synth
H A Dspeakup_keypc.c117 .get_index = NULL,
H A Dspeakup_acntpc.c126 .get_index = NULL,
H A Dspeakup_decpc.c236 .get_index = NULL,
H A Dspeakup_dtlk.c142 .get_index = spk_synth_get_index,
/linux-master/fs/quota/
H A Dquota_tree.c42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) function
370 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
383 get_index(info, dquot->dq_id, depth));
394 le32_to_cpu(ref[get_index(info,
405 ref[get_index(info, dquot->dq_id, depth)] =
561 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
572 get_index(info, dquot->dq_id, depth));
584 ref[get_index(info, dquot->dq_id, depth)] = cpu_to_le32(0);
678 blk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
692 get_index(inf
[all...]
/linux-master/net/ipv4/
H A Dfib_trie.c221 static inline unsigned long get_index(t_key key, struct key_vector *kv) function
475 put_child(tp, get_index(key, tp), n);
569 put_child(tn, get_index(inode->key, tn), inode);
854 unsigned long cindex = get_index(tn->key, tp);
1120 n = get_child(tp, get_index(key, tp));
1137 put_child(tn, get_index(key, tn) ^ 1, n);
1558 cindex = get_index(pkey, pn);
1794 cindex = (key > pn->key) ? get_index(key, pn) : 0;
1816 cindex = get_index(pkey, pn) + 1;
1867 cindex = get_index(pke
[all...]
/linux-master/drivers/staging/rts5208/
H A Dxd.c801 xd_card->zone[i].get_index = 0;
816 zone->get_index = 0;
873 zone->set_index == zone->get_index) {
878 if (zone->get_index >= XD_FREE_TABLE_CNT || zone->get_index < 0) {
880 dev_dbg(rtsx_dev(chip), "Get unused block fail, invalid get_index\n");
885 zone->get_index);
887 phy_blk = zone->free_table[zone->get_index];
888 zone->free_table[zone->get_index++] = 0xFFFF;
889 if (zone->get_index >
[all...]
/linux-master/drivers/scsi/isci/
H A Dhost.c182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; local
185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
487 u32 get_index; local
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
510 ent = ihost->completion_queue[get_index];
513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
565 SMU_CQGR_GEN_VAL(POINTER, get_index);
[all...]
/linux-master/sound/synth/emux/
H A Dsoundfont.c58 static int get_index(int bank, int instr, int key);
1192 index = get_index(cur->bank, cur->instr, cur->v.low);
1209 index = get_index(zp->bank, zp->instr, zp->v.low);
1270 index = get_index(bank, preset, key);
1330 get_index(int bank, int instr, int key) function

Completed in 195 milliseconds

12