Searched refs:get_index (Results 1 - 25 of 26) sorted by relevance
12
/drivers/staging/speakup/ |
H A D | speakup_dectlk.c | 49 static unsigned char get_index(void); 145 .get_index = get_index, 169 static unsigned char get_index(void) function
|
H A D | speakup_soft.c | 40 static unsigned char get_index(void); 144 .get_index = get_index, 300 static unsigned char get_index(void) function
|
H A D | speakup_bns.c | 111 .get_index = NULL,
|
H A D | speakup_dummy.c | 113 .get_index = NULL,
|
H A D | speakup_txprt.c | 111 .get_index = NULL,
|
H A D | synth.c | 250 synth->get_index(); 257 if (synth->get_index != NULL) 282 int ind = synth->get_index();
|
H A D | speakup_acntsa.c | 114 .get_index = NULL,
|
H A D | speakup_audptr.c | 119 .get_index = NULL,
|
H A D | speakup_ltlk.c | 126 .get_index = spk_serial_in_nowait,
|
H A D | speakup_spkout.c | 118 .get_index = spk_serial_in_nowait,
|
H A D | speakup_acntpc.c | 129 .get_index = NULL,
|
H A D | speakup_apollo.c | 123 .get_index = NULL,
|
H A D | speakup_decext.c | 141 .get_index = NULL,
|
H A D | speakup_keypc.c | 120 .get_index = NULL,
|
H A D | spk_types.h | 176 unsigned char (*get_index)(void); member in struct:spk_synth
|
H A D | speakup_dtlk.c | 143 .get_index = spk_serial_in_nowait,
|
H A D | speakup_decpc.c | 234 .get_index = NULL,
|
/drivers/staging/ramster/ |
H A D | xvmalloc.c | 104 static u32 get_index(u32 size) function 136 slindex = get_index(size);
|
/drivers/staging/rts5139/ |
H A D | xd.c | 754 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 D | ms.c | 2246 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 D | rts51x_chip.h | 432 int get_index; member in struct:zone_entry
|
/drivers/staging/rts_pstor/ |
H A D | xd.c | 793 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 D | ms.c | 2100 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 D | host.c | 184 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 D | v4l2-dev.c | 476 * 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