Searched refs:highindex (Results 1 – 18 of 18) sorted by relevance
/drivers/staging/speakup/ |
D | synth.c | 270 synth->indexing.highindex) in synth_insert_next_index() 291 + synth->indexing.highindex-(ind/10)+1; in get_index_count()
|
D | speakup_dummy.c | 117 .highindex = 0,
|
D | speakup_txprt.c | 115 .highindex = 0,
|
D | speakup_bns.c | 115 .highindex = 0,
|
D | speakup_acntsa.c | 118 .highindex = 0,
|
D | speakup_spkout.c | 122 .highindex = 5,
|
D | speakup_ltlk.c | 130 .highindex = 5,
|
D | speakup_audptr.c | 123 .highindex = 0,
|
D | spk_types.h | 146 unsigned char highindex; member
|
D | speakup_apollo.c | 127 .highindex = 0,
|
D | speakup_decext.c | 145 .highindex = 0,
|
D | speakup_keypc.c | 124 .highindex = 0,
|
D | speakup_dectlk.c | 149 .highindex = 8,
|
D | speakup_acntpc.c | 133 .highindex = 0,
|
D | speakup_soft.c | 148 .highindex = 5,
|
D | speakup_decpc.c | 238 .highindex = 0,
|
D | speakup_dtlk.c | 147 .highindex = 5,
|
/drivers/scsi/ |
D | ips.c | 6663 ips_shift_controllers(int lowindex, int highindex) in ips_shift_controllers() argument 6665 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers() 6666 struct Scsi_Host *sh_sav = ips_sh[highindex]; in ips_shift_controllers() 6669 for (i = highindex; i > lowindex; i--) { in ips_shift_controllers()
|