Home
last modified time | relevance | path

Searched refs:DEFAULT_MUD (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dricoh.h56 #define DEFAULT_MUD 1200 macro
96 (SANE_Word) (8 * DEFAULT_MUD), /* maximum */
103 (SANE_Word) (14 * DEFAULT_MUD), /* maximum */
H A Dibm.c203 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in attach()
204 mup.mud[1] = (DEFAULT_MUD & 0xff); in attach()
305 dev->info.mud = DEFAULT_MUD; in attach()
309 dev->info.mud = DEFAULT_MUD; in attach()
1067 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in sane_start()
1068 mup.mud[1] = (DEFAULT_MUD & 0xff); in sane_start()
H A Dricoh.c176 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in attach()
177 mup.mud[1] = (DEFAULT_MUD & 0xff); in attach()
270 dev->info.mud = DEFAULT_MUD; in attach()
274 dev->info.mud = DEFAULT_MUD; in attach()
917 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in sane_start()
918 mup.mud[1] = (DEFAULT_MUD & 0xff); in sane_start()
H A Dibm.h70 #define DEFAULT_MUD 1200 macro
137 /* (SANE_Word) ( * DEFAULT_MUD), maximum */
146 /* (SANE_Word) (14 * DEFAULT_MUD), maximum */
H A Dhs2p-scsi.h522 #define DEFAULT_MUD 1200 /* WHY ? */ macro
H A Dhs2p-scsi.c1904 mud = (bmu == INCHES) ? DEFAULT_MUD : 1; in set_basic_measurement_unit()

Completed in 9 milliseconds