Home
last modified time | relevance | path

Searched refs:get_index (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
Dspeakup_dectlk.c49 static unsigned char get_index(void);
145 .get_index = get_index,
169 static unsigned char get_index(void) in get_index() function
Dspeakup_soft.c41 static unsigned char get_index(void);
145 .get_index = get_index,
298 static unsigned char get_index(void) in get_index() function
Dsynth.c267 synth->get_index(); in spk_reset_index_count()
274 if (synth->get_index != NULL) in synth_supports_indexing()
300 int ind = synth->get_index(); in spk_get_index_count()
Dspeakup_bns.c111 .get_index = NULL,
Dspeakup_dummy.c113 .get_index = NULL,
Dspeakup_txprt.c111 .get_index = NULL,
Dspeakup_spkout.c118 .get_index = spk_serial_in_nowait,
Dspeakup_acntsa.c114 .get_index = NULL,
Dspk_types.h178 unsigned char (*get_index)(void); member
Dspeakup_ltlk.c126 .get_index = spk_serial_in_nowait,
Dspeakup_audptr.c119 .get_index = NULL,
Dspeakup_apollo.c123 .get_index = NULL,
Dspeakup_decext.c142 .get_index = NULL,
Dspeakup_acntpc.c129 .get_index = NULL,
Dspeakup_keypc.c120 .get_index = NULL,
Dspeakup_dtlk.c143 .get_index = spk_serial_in_nowait,
Dspeakup_decpc.c235 .get_index = NULL,
/linux-4.4.14/fs/quota/
Dquota_tree.c25 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() function
317 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in do_insert_tree()
325 le32_to_cpu(ref[get_index(info, in do_insert_tree()
336 ref[get_index(info, dquot->dq_id, depth)] = in do_insert_tree()
483 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in remove_tree()
492 ref[get_index(info, dquot->dq_id, depth)] = cpu_to_le32(0); in remove_tree()
580 blk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in find_tree_dqentry()
/linux-4.4.14/net/ipv4/
Dfib_trie.c196 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() function
448 put_child(tp, get_index(key, tp), n); in put_child_root()
542 put_child(tn, get_index(inode->key, tn), inode); in inflate()
824 unsigned long cindex = get_index(tn->key, tp); in resize()
1005 n = get_child(tp, get_index(key, tp)); in fib_insert_node()
1022 put_child(tn, get_index(key, tn) ^ 1, n); in fib_insert_node()
1379 cindex = get_index(pkey, pn); in fib_table_lookup()
1572 cindex = (key > pn->key) ? get_index(key, pn) : 0; in leaf_walk_rcu()
1594 cindex = get_index(pkey, pn) + 1; in leaf_walk_rcu()
1645 cindex = get_index(pkey, pn); in fib_trie_free()
[all …]
/linux-4.4.14/drivers/staging/rts5208/
Dxd.c889 xd_card->zone[i].get_index = 0; in xd_init_l2p_tbl()
904 zone->get_index = 0; in free_zone()
965 (zone->set_index == zone->get_index)) { in xd_get_unused_block()
970 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) { in xd_get_unused_block()
977 zone->get_index); in xd_get_unused_block()
979 phy_blk = zone->free_table[zone->get_index]; in xd_get_unused_block()
980 zone->free_table[zone->get_index++] = 0xFFFF; in xd_get_unused_block()
981 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block()
982 zone->get_index = 0; in xd_get_unused_block()
1475 zone->set_index = zone->get_index = 0; in xd_build_l2p_tbl()
Dms.c2449 ms_card->segment[i].get_index = 0;
2525 phy_blk = segment->free_table[segment->get_index];
2526 segment->free_table[segment->get_index++] = 0xFFFF;
2527 if (segment->get_index >= MS_FREE_TABLE_CNT)
2528 segment->get_index = 0;
2638 segment->get_index = segment->set_index = 0;
Drtsx_chip.h374 int get_index; member
/linux-4.4.14/drivers/scsi/isci/
Dhost.c184 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in sci_controller_completion_queue_has_entries() local
187 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])) in sci_controller_completion_queue_has_entries()
489 u32 get_index; in sci_controller_process_completions() local
500 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
508 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]) in sci_controller_process_completions()
512 ent = ihost->completion_queue[get_index]; in sci_controller_process_completions()
515 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << in sci_controller_process_completions()
517 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1); in sci_controller_process_completions()
567 SMU_CQGR_GEN_VAL(POINTER, get_index); in sci_controller_process_completions()
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c71 static int get_index(int bank, int instr, int key);
1195 if ((index = get_index(cur->bank, cur->instr, cur->v.low)) < 0) in add_preset()
1211 if ((index = get_index(zp->bank, zp->instr, zp->v.low)) < 0) in delete_preset()
1271 if ((index = get_index(bank, preset, key)) < 0) in search_first_zone()
1330 get_index(int bank, int instr, int key) in get_index() function
/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c750 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index() function
976 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock()
1199 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
1212 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dev.c483 static int get_index(struct video_device *vdev) in get_index() function
877 vdev->index = get_index(vdev); in __video_register_device()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c749 static int get_index(unsigned long offset) in get_index() function
769 idx = get_index(vma->vm_pgoff); in mlx5_ib_mmap()