Home
last modified time | relevance | path

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

12

/drivers/accessibility/speakup/
Dspeakup_dectlk.c35 static unsigned char get_index(struct spk_synth *synth);
141 .get_index = get_index,
165 static unsigned char get_index(struct spk_synth *synth) in get_index() function
Dspeakup_soft.c29 static unsigned char get_index(struct spk_synth *synth);
138 .get_index = get_index,
355 static unsigned char get_index(struct spk_synth *synth) in get_index() function
Dsynth.c276 synth->get_index(synth); in spk_reset_index_count()
283 if (synth->get_index) in synth_supports_indexing()
309 int ind = synth->get_index(synth); in spk_get_index_count()
Dspeakup_bns.c100 .get_index = NULL,
Dspeakup_txprt.c99 .get_index = NULL,
Dspeakup_dummy.c112 .get_index = NULL,
Dspeakup_spkout.c105 .get_index = spk_synth_get_index,
Dspeakup_acntsa.c103 .get_index = NULL,
Dspeakup_audptr.c107 .get_index = NULL,
Dspeakup_ltlk.c114 .get_index = spk_synth_get_index,
Dspk_types.h200 unsigned char (*get_index)(struct spk_synth *synth); member
Dspeakup_apollo.c112 .get_index = NULL,
Dspeakup_decext.c131 .get_index = NULL,
Dspeakup_keypc.c108 .get_index = NULL,
Dspeakup_acntpc.c117 .get_index = NULL,
Dspeakup_dtlk.c132 .get_index = spk_synth_get_index,
Dspeakup_decpc.c225 .get_index = NULL,
/drivers/i3c/master/mipi-i3c-hci/
Ddat.h27 int (*get_index)(struct i3c_hci *hci, u8 address); member
Ddat_v1.c190 .get_index = hci_dat_v1_get_index,
Dcmd_v1.c188 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr); in hci_cmd_v1_prep_ccc()
/drivers/staging/rts5208/
Dxd.c808 xd_card->zone[i].get_index = 0; in xd_init_l2p_tbl()
823 zone->get_index = 0; in free_zone()
880 (zone->set_index == zone->get_index)) { in xd_get_unused_block()
885 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) { in xd_get_unused_block()
892 zone->get_index); in xd_get_unused_block()
894 phy_blk = zone->free_table[zone->get_index]; in xd_get_unused_block()
895 zone->free_table[zone->get_index++] = 0xFFFF; in xd_get_unused_block()
896 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block()
897 zone->get_index = 0; in xd_get_unused_block()
1355 zone->get_index = 0; in xd_build_l2p_tbl()
Dms.c2142 ms_card->segment[i].get_index = 0;
2216 phy_blk = segment->free_table[segment->get_index];
2217 segment->free_table[segment->get_index++] = 0xFFFF;
2218 if (segment->get_index >= MS_FREE_TABLE_CNT)
2219 segment->get_index = 0;
2323 segment->get_index = 0;
/drivers/scsi/isci/
Dhost.c182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in sci_controller_completion_queue_has_entries() local
185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])) in sci_controller_completion_queue_has_entries()
487 u32 get_index; in sci_controller_process_completions() local
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]) in sci_controller_process_completions()
510 ent = ihost->completion_queue[get_index]; in sci_controller_process_completions()
513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << in sci_controller_process_completions()
515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1); in sci_controller_process_completions()
565 SMU_CQGR_GEN_VAL(POINTER, get_index); in sci_controller_process_completions()
/drivers/md/
Ddm-cache-policy-smq.c773 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index() function
994 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock()
1314 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
1328 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
/drivers/media/v4l2-core/
Dv4l2-dev.c502 static int get_index(struct video_device *vdev) in get_index() function
1008 vdev->index = get_index(vdev); in __video_register_device()

12