Searched refs:mode_pages (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | ibm-scsi.c | 171 mode_select (int fd, struct mode_pages *mp) in mode_select() 176 struct mode_pages mp; in mode_select() 196 mode_sense (int fd, struct mode_pages *mp, SANE_Byte page_code) 201 struct mode_pages mp;
|
H A D | ricoh-scsi.c | 157 mode_select (int fd, struct mode_pages *mp) in mode_select() 162 struct mode_pages mp; in mode_select() 180 mode_sense (int fd, struct mode_pages *mp, SANE_Byte page_code) 185 struct mode_pages mp;
|
H A D | ricoh.h | 315 struct mode_pages { struct
|
H A D | ibm.h | 374 struct mode_pages { struct
|
H A D | ibm.c | 208 status = mode_select (fd, (struct mode_pages *) &mup); in attach() 220 status = mode_sense (fd, (struct mode_pages *) &mup, PC_CURRENT | MEASUREMENTS_PAGE); in attach() 1078 status = mode_select (s->fd, (struct mode_pages *) &mup); in sane_start()
|
H A D | ricoh.c | 181 status = mode_select (fd, (struct mode_pages *) &mup); in attach() 193 status = mode_sense (fd, (struct mode_pages *) &mup, PC_CURRENT | MEASUREMENTS_PAGE); in attach() 920 status = mode_select (s->fd, (struct mode_pages *) &mup); in sane_start()
|
H A D | hs2p-scsi.h | 468 typedef struct mode_pages struct 640 * struct mode_pages
|
Completed in 8 milliseconds