Searched refs:get_RS_ILI (Results 1 - 22 of 22) sorted by relevance
/third_party/backends/backend/ |
H A D | kvs1025_cmds.h | 51 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | matsushita.h | 149 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | teco1.h | 201 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | teco2.h | 224 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | teco3.h | 215 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | kvs1025_low.c | 629 if (rs->status == KV_CHK_CONDITION && get_RS_ILI (rs->sense)) in CMD_read_image() 639 get_RS_ILI (rs->sense), get_RS_EOM (rs->sense)); in CMD_read_image() 928 if (get_RS_ILI (rs.sense)) in ReadImageDataDuplex()
|
H A D | pie-scsidef.h | 366 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | sp15c-scsi.h | 235 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | canon_dr-cmd.h | 100 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | coolscan-scsidef.h | 827 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | kodak-cmd.h | 78 #define get_RS_ILI(b) getbitfield(b + 0x02, 5, 1) macro
|
H A D | leo.h | 188 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | umax-scsidef.h | 907 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | fujitsu-scsi.h | 97 #define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5) macro
|
H A D | kodak.c | 2545 unsigned int ili = get_RS_ILI (sensed_data); in sense_handler()
|
H A D | leo.c | 454 if (get_RS_ILI (result) != 0) in leo_sense_handler()
|
H A D | matsushita.c | 861 if (get_RS_ILI (result) != 0) in matsushita_sense_handler()
|
H A D | pie.c | 416 if (get_RS_ILI (result) != 0)
in sense_handler()
|
H A D | teco2.c | 1697 if (get_RS_ILI (result) != 0) in teco_sense_handler()
|
H A D | canon_dr.c | 8122 unsigned int ili = get_RS_ILI (sensed_data); in sense_handler()
|
H A D | fujitsu.c | 9297 s->rs_ili = get_RS_ILI (sensed_data); in sense_handler()
|
H A D | umax.c | 907 if (get_RS_ILI(result) != 0) in sense_handler()
|
Completed in 58 milliseconds