Home
last modified time | relevance | path

Searched refs:mup (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dibm.c111 struct measurements_units_page mup; in attach() local
199 memset (&mup, 0, sizeof (mup)); in attach()
200 mup.page_code = MEASUREMENTS_PAGE; in attach()
201 mup.parameter_length = 0x06; in attach()
202 mup.bmu = INCHES; in attach()
203 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in attach()
204 mup.mud[1] = (DEFAULT_MUD & 0xff); in attach()
208 status = mode_select (fd, (struct mode_pages *) &mup); in attach()
219 memset (&mup, in attach()
944 struct measurements_units_page mup; sane_start() local
[all...]
H A Dricoh.c107 struct measurements_units_page mup; in attach() local
172 memset (&mup, 0, sizeof (mup)); in attach()
173 mup.page_code = MEASUREMENTS_PAGE; in attach()
174 mup.parameter_length = 0x06; in attach()
175 mup.bmu = INCHES; in attach()
176 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff; in attach()
177 mup.mud[1] = (DEFAULT_MUD & 0xff); in attach()
181 status = mode_select (fd, (struct mode_pages *) &mup); in attach()
192 memset (&mup, in attach()
799 struct measurements_units_page mup; sane_start() local
[all...]

Completed in 2 milliseconds