Lines Matching refs:button_status
1944 enum button_status * status)
1946 uint16_t button_status;
1952 hp5590_cmds_assert (sizeof (button_status) == 2);
1958 (unsigned char *) &button_status,
1959 sizeof (button_status), CORE_NONE);
1966 button_status = ntohs (button_status);
1967 DBG (DBG_cmds, "Button status: %04x\n", button_status);
1970 button_status & BUTTON_FLAG_POWER ? " on" : "off",
1971 button_status & BUTTON_FLAG_SCAN ? " on" : "off",
1972 button_status & BUTTON_FLAG_COLLECT ? " on" : "off",
1973 button_status & BUTTON_FLAG_FILE ? " on" : "off",
1974 button_status & BUTTON_FLAG_EMAIL ? " on" : "off",
1975 button_status & BUTTON_FLAG_COPY ? " on" : "off",
1976 button_status & BUTTON_FLAG_UP ? " on" : "off",
1977 button_status & BUTTON_FLAG_DOWN ? " on" : "off",
1978 button_status & BUTTON_FLAG_MODE ? " on" : "off",
1979 button_status & BUTTON_FLAG_CANCEL ? " on" : "off");
1981 if (button_status & BUTTON_FLAG_POWER)
1984 if (button_status & BUTTON_FLAG_SCAN)
1987 if (button_status & BUTTON_FLAG_COLLECT)
1990 if (button_status & BUTTON_FLAG_FILE)
1993 if (button_status & BUTTON_FLAG_EMAIL)
1996 if (button_status & BUTTON_FLAG_COPY)
1999 if (button_status & BUTTON_FLAG_UP)
2002 if (button_status & BUTTON_FLAG_DOWN)
2005 if (button_status & BUTTON_FLAG_MODE)
2008 if (button_status & BUTTON_FLAG_CANCEL)