Home
last modified time | relevance | path

Searched refs:PIXMA_EV_BUTTON1 (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma.h171 #define PIXMA_EV_BUTTON1 (1 << 24) macro
H A Dpixma_mp730.c344 s->events = PIXMA_EV_BUTTON1; /* color scan */ in handle_interrupt()
360 s->events = PIXMA_EV_BUTTON1; in handle_interrupt()
H A Dpixma_mp150.c973 s->events = PIXMA_EV_BUTTON1 | (buf[11] & 0x0f) | (buf[10] & 0x0f) << 8 in handle_interrupt()
1011 s->events = PIXMA_EV_BUTTON1 | (buf[0x13] & 0x0f); in handle_interrupt()
1035 s->events = PIXMA_EV_BUTTON1 | (buf[1] & 0x0f) | ((buf[0] & 0xf0) << 4); in handle_interrupt()
H A Dpixma_mp800.c1186 s->events = PIXMA_EV_BUTTON1 | (buf[11] & 0x0f) | (buf[10] & 0x0f) << 8 in handle_interrupt()
1212 s->events = PIXMA_EV_BUTTON1 | buf[1] >> 4; in handle_interrupt()
1237 s->events = PIXMA_EV_BUTTON1 | (buf[1] & 0x0f) | (buf[0] & 0xf0) << 4; in handle_interrupt()
H A Dpixma_imageclass.c456 s->events = PIXMA_EV_BUTTON1; in handle_interrupt()
H A Dpixma_mp750.c390 s->events = PIXMA_EV_BUTTON1; /* color scan */ in handle_interrupt()
H A Dpixma.c306 case PIXMA_EV_BUTTON1: in update_button_state()
1135 case PIXMA_EV_BUTTON1: in reader_loop()

Completed in 14 milliseconds