/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_dectlk.c | 49 static unsigned char get_index(void); 145 .get_index = get_index, 169 static unsigned char get_index(void) in get_index() function
|
D | speakup_soft.c | 41 static unsigned char get_index(void); 145 .get_index = get_index, 298 static unsigned char get_index(void) in get_index() function
|
D | synth.c | 267 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()
|
D | speakup_bns.c | 111 .get_index = NULL,
|
D | speakup_dummy.c | 113 .get_index = NULL,
|
D | speakup_txprt.c | 111 .get_index = NULL,
|
D | speakup_spkout.c | 118 .get_index = spk_serial_in_nowait,
|
D | speakup_acntsa.c | 114 .get_index = NULL,
|
D | spk_types.h | 178 unsigned char (*get_index)(void); member
|
D | speakup_ltlk.c | 126 .get_index = spk_serial_in_nowait,
|
D | speakup_audptr.c | 119 .get_index = NULL,
|
D | speakup_apollo.c | 123 .get_index = NULL,
|
D | speakup_decext.c | 142 .get_index = NULL,
|
D | speakup_acntpc.c | 129 .get_index = NULL,
|
D | speakup_keypc.c | 120 .get_index = NULL,
|
D | speakup_dtlk.c | 143 .get_index = spk_serial_in_nowait,
|
D | speakup_decpc.c | 235 .get_index = NULL,
|
/linux-4.4.14/fs/quota/ |
D | quota_tree.c | 25 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/ |
D | fib_trie.c | 196 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/ |
D | xd.c | 889 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()
|
D | ms.c | 2449 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;
|
D | rtsx_chip.h | 374 int get_index; member
|
/linux-4.4.14/drivers/scsi/isci/ |
D | host.c | 184 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/ |
D | soundfont.c | 71 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/ |
D | dm-cache-policy-smq.c | 750 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/ |
D | v4l2-dev.c | 483 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/ |
D | main.c | 749 static int get_index(unsigned long offset) in get_index() function 769 idx = get_index(vma->vm_pgoff); in mlx5_ib_mmap()
|