Searched refs:lowindex (Results 1 – 18 of 18) sorted by relevance
/drivers/staging/speakup/ |
D | synth.c | 272 synth->indexing.lowindex; in synth_insert_next_index() 290 -synth->indexing.lowindex in get_index_count()
|
D | speakup_dummy.c | 116 .lowindex = 0,
|
D | speakup_txprt.c | 114 .lowindex = 0,
|
D | speakup_bns.c | 114 .lowindex = 0,
|
D | speakup_acntsa.c | 117 .lowindex = 0,
|
D | speakup_spkout.c | 121 .lowindex = 1,
|
D | speakup_ltlk.c | 129 .lowindex = 1,
|
D | speakup_audptr.c | 122 .lowindex = 0,
|
D | spk_types.h | 145 unsigned char lowindex; member
|
D | speakup_apollo.c | 126 .lowindex = 0,
|
D | speakup_decext.c | 144 .lowindex = 0,
|
D | speakup_keypc.c | 123 .lowindex = 0,
|
D | speakup_dectlk.c | 148 .lowindex = 1,
|
D | speakup_acntpc.c | 132 .lowindex = 0,
|
D | speakup_soft.c | 147 .lowindex = 1,
|
D | speakup_decpc.c | 237 .lowindex = 0,
|
D | speakup_dtlk.c | 146 .lowindex = 1,
|
/drivers/scsi/ |
D | ips.c | 6663 ips_shift_controllers(int lowindex, int highindex) in ips_shift_controllers() argument 6669 for (i = highindex; i > lowindex; i--) { in ips_shift_controllers() 6674 ha_sav->host_num = lowindex; in ips_shift_controllers() 6675 ips_ha[lowindex] = ha_sav; in ips_shift_controllers() 6676 ips_sh[lowindex] = sh_sav; in ips_shift_controllers()
|