Searched refs:get_index (Results 1 - 25 of 26) sorted by relevance

12

/drivers/staging/speakup/
H A Dspeakup_dectlk.c49 static unsigned char get_index(void);
145 .get_index = get_index,
169 static unsigned char get_index(void) function
H A Dspeakup_soft.c40 static unsigned char get_index(void);
144 .get_index = get_index,
300 static unsigned char get_index(void) function
H A Dspeakup_bns.c111 .get_index = NULL,
H A Dspeakup_dummy.c113 .get_index = NULL,
H A Dspeakup_txprt.c111 .get_index = NULL,
H A Dsynth.c250 synth->get_index();
257 if (synth->get_index != NULL)
282 int ind = synth->get_index();
H A Dspeakup_acntsa.c114 .get_index = NULL,
H A Dspeakup_audptr.c119 .get_index = NULL,
H A Dspeakup_ltlk.c126 .get_index = spk_serial_in_nowait,
H A Dspeakup_spkout.c118 .get_index = spk_serial_in_nowait,
H A Dspeakup_acntpc.c129 .get_index = NULL,
H A Dspeakup_apollo.c123 .get_index = NULL,
H A Dspeakup_decext.c141 .get_index = NULL,
H A Dspeakup_keypc.c120 .get_index = NULL,
H A Dspk_types.h176 unsigned char (*get_index)(void); member in struct:spk_synth
H A Dspeakup_dtlk.c143 .get_index = spk_serial_in_nowait,
H A Dspeakup_decpc.c234 .get_index = NULL,
/drivers/staging/ramster/
H A Dxvmalloc.c104 static u32 get_index(u32 size) function
136 slindex = get_index(size);
/drivers/staging/rts5139/
H A Dxd.c754 xd_card->zone[i].get_index = 0;
769 zone->get_index = 0;
831 (zone->set_index == zone->get_index)) {
837 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) {
839 RTS51X_DEBUGP("Get unused block fail, invalid get_index\n");
843 RTS51X_DEBUGP("Get unused block from index %d\n", zone->get_index);
845 phy_blk = zone->free_table[zone->get_index];
846 zone->free_table[zone->get_index++] = 0xFFFF;
847 if (zone->get_index >
[all...]
H A Dms.c2246 ms_card->segment[i].get_index = 0;
2321 phy_blk = segment->free_table[segment->get_index];
2322 segment->free_table[segment->get_index++] = 0xFFFF;
2323 if (segment->get_index >= MS_FREE_TABLE_CNT)
2324 segment->get_index = 0;
2422 segment->get_index = segment->set_index = 0;
H A Drts51x_chip.h432 int get_index; member in struct:zone_entry
/drivers/staging/rts_pstor/
H A Dxd.c793 xd_card->zone[i].get_index = 0;
810 zone->get_index = 0;
869 if ((zone->unused_blk_cnt == 0) || (zone->set_index == zone->get_index)) {
874 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) {
876 RTSX_DEBUGP("Get unused block fail, invalid get_index\n");
880 RTSX_DEBUGP("Get unused block from index %d\n", zone->get_index);
882 phy_blk = zone->free_table[zone->get_index];
883 zone->free_table[zone->get_index++] = 0xFFFF;
884 if (zone->get_index >
[all...]
H A Dms.c2100 ms_card->segment[i].get_index = 0;
2176 phy_blk = segment->free_table[segment->get_index];
2177 segment->free_table[segment->get_index++] = 0xFFFF;
2178 if (segment->get_index >= MS_FREE_TABLE_CNT) {
2179 segment->get_index = 0;
2282 segment->get_index = segment->set_index = 0;
/drivers/scsi/isci/
H A Dhost.c184 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; local
187 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]))
484 u32 get_index; local
495 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get);
503 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])
507 ent = ihost->completion_queue[get_index];
510 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) <<
512 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1);
562 SMU_CQGR_GEN_VAL(POINTER, get_index);
[all...]
/drivers/media/video/
H A Dv4l2-dev.c476 * get_index - assign stream index number based on parent device
488 static int get_index(struct video_device *vdev) function
655 vdev->index = get_index(vdev);

Completed in 228 milliseconds

12