Searched refs:get_index (Results 1 – 24 of 24) sorted by relevance
/drivers/staging/speakup/ |
D | speakup_dectlk.c | 45 static unsigned char get_index(void); 141 .get_index = get_index, 165 static unsigned char get_index(void) in get_index() function
|
D | speakup_soft.c | 38 static unsigned char get_index(void); 142 .get_index = get_index, 295 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_txprt.c | 107 .get_index = NULL,
|
D | speakup_dummy.c | 109 .get_index = NULL,
|
D | speakup_bns.c | 107 .get_index = NULL,
|
D | speakup_spkout.c | 114 .get_index = spk_serial_in_nowait,
|
D | speakup_acntsa.c | 110 .get_index = NULL,
|
D | spk_types.h | 178 unsigned char (*get_index)(void); member
|
D | speakup_audptr.c | 115 .get_index = NULL,
|
D | speakup_ltlk.c | 122 .get_index = spk_serial_in_nowait,
|
D | speakup_apollo.c | 119 .get_index = NULL,
|
D | speakup_decext.c | 138 .get_index = NULL,
|
D | speakup_acntpc.c | 124 .get_index = NULL,
|
D | speakup_keypc.c | 116 .get_index = NULL,
|
D | speakup_dtlk.c | 139 .get_index = spk_serial_in_nowait,
|
D | speakup_decpc.c | 231 .get_index = NULL,
|
/drivers/staging/rts5208/ |
D | xd.c | 888 xd_card->zone[i].get_index = 0; in xd_init_l2p_tbl() 903 zone->get_index = 0; in free_zone() 960 (zone->set_index == zone->get_index)) { in xd_get_unused_block() 965 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) { in xd_get_unused_block() 972 zone->get_index); in xd_get_unused_block() 974 phy_blk = zone->free_table[zone->get_index]; in xd_get_unused_block() 975 zone->free_table[zone->get_index++] = 0xFFFF; in xd_get_unused_block() 976 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block() 977 zone->get_index = 0; in xd_get_unused_block() 1469 zone->set_index = zone->get_index = 0; in xd_build_l2p_tbl()
|
D | ms.c | 2443 ms_card->segment[i].get_index = 0; 2517 phy_blk = segment->free_table[segment->get_index]; 2518 segment->free_table[segment->get_index++] = 0xFFFF; 2519 if (segment->get_index >= MS_FREE_TABLE_CNT) 2520 segment->get_index = 0; 2630 segment->get_index = segment->set_index = 0;
|
D | rtsx_chip.h | 369 int get_index; member
|
/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()
|
/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()
|
/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 486 static int get_index(struct video_device *vdev) in get_index() function 940 vdev->index = get_index(vdev); in __video_register_device()
|
/drivers/infiniband/hw/mlx5/ |
D | main.c | 1211 static int get_index(unsigned long offset) in get_index() function 1384 idx = get_index(vma->vm_pgoff); in uar_mmap()
|