Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dspeakup_dectlk.c45 static unsigned char get_index(void);
141 .get_index = get_index,
165 static unsigned char get_index(void) in get_index() function
Dspeakup_soft.c38 static unsigned char get_index(void);
142 .get_index = get_index,
295 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_txprt.c107 .get_index = NULL,
Dspeakup_dummy.c109 .get_index = NULL,
Dspeakup_bns.c107 .get_index = NULL,
Dspeakup_spkout.c114 .get_index = spk_serial_in_nowait,
Dspeakup_acntsa.c110 .get_index = NULL,
Dspk_types.h178 unsigned char (*get_index)(void); member
Dspeakup_audptr.c115 .get_index = NULL,
Dspeakup_ltlk.c122 .get_index = spk_serial_in_nowait,
Dspeakup_apollo.c119 .get_index = NULL,
Dspeakup_decext.c138 .get_index = NULL,
Dspeakup_acntpc.c124 .get_index = NULL,
Dspeakup_keypc.c116 .get_index = NULL,
Dspeakup_dtlk.c139 .get_index = spk_serial_in_nowait,
Dspeakup_decpc.c231 .get_index = NULL,
/drivers/staging/rts5208/
Dxd.c888 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()
Dms.c2443 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;
Drtsx_chip.h369 int get_index; member
/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()
/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()
/drivers/media/v4l2-core/
Dv4l2-dev.c486 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/
Dmain.c1211 static int get_index(unsigned long offset) in get_index() function
1384 idx = get_index(vma->vm_pgoff); in uar_mmap()