Searched refs:highindex (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/drivers/accessibility/speakup/ |
D | speakup_txprt.c | 103 .highindex = 0,
|
D | speakup_bns.c | 104 .highindex = 0,
|
D | speakup_spkout.c | 109 .highindex = 5,
|
D | speakup_acntsa.c | 107 .highindex = 0,
|
D | speakup_dummy.c | 120 .highindex = 0,
|
D | synth.c | 297 synth->indexing.highindex) in synth_insert_next_index() 319 + synth->indexing.highindex - (ind / 10) + 1; in spk_get_index_count()
|
D | speakup_audptr.c | 111 .highindex = 0,
|
D | speakup_ltlk.c | 118 .highindex = 5,
|
D | spk_types.h | 151 unsigned char highindex; member
|
D | speakup_apollo.c | 116 .highindex = 0,
|
D | speakup_decext.c | 135 .highindex = 0,
|
D | speakup_keypc.c | 112 .highindex = 0,
|
D | speakup_acntpc.c | 121 .highindex = 0,
|
D | speakup_dectlk.c | 145 .highindex = 8,
|
D | speakup_dtlk.c | 136 .highindex = 5,
|
D | speakup_decpc.c | 229 .highindex = 0,
|
D | speakup_soft.c | 145 .highindex = 5,
|
/linux-6.1.9/drivers/scsi/ |
D | ips.c | 6536 ips_shift_controllers(int lowindex, int highindex) in ips_shift_controllers() argument 6538 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers() 6539 struct Scsi_Host *sh_sav = ips_sh[highindex]; in ips_shift_controllers() 6542 for (i = highindex; i > lowindex; i--) { in ips_shift_controllers()
|