Searched refs:is_on (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_low.h | 268 usb_low_turn_frontend_mode (ma1017 * chip, SANE_Bool is_on); 381 usb_low_turn_peripheral_power (ma1017 * chip, SANE_Bool is_on); 383 static SANE_Status usb_low_turn_lamp_power (ma1017 * chip, SANE_Bool is_on);
|
H A D | mustek_usb_low.c | 507 usb_low_turn_frontend_mode (ma1017 * chip, SANE_Bool is_on) in usb_low_turn_frontend_mode() argument 524 if (is_on) in usb_low_turn_frontend_mode() 1973 usb_low_turn_peripheral_power (ma1017 * chip, SANE_Bool is_on) in usb_low_turn_peripheral_power() argument 1992 if (is_on) in usb_low_turn_peripheral_power() 2003 usb_low_turn_lamp_power (ma1017 * chip, SANE_Bool is_on) in usb_low_turn_lamp_power() argument 2022 if (is_on) in usb_low_turn_lamp_power()
|
H A D | mustek_usb_high.h | 439 usb_high_scan_turn_power (Mustek_Usb_Device * dev, SANE_Bool is_on);
|
H A D | ma1509.c | 993 turn_lamp (Ma1509_Scanner * s, SANE_Bool is_on) in turn_lamp() argument 1000 DBG (4, "turn_lamp %s\n", is_on ? "on" : "off"); in turn_lamp() 1002 if (is_on) in turn_lamp()
|
H A D | mustek_usb_high.c | 917 usb_high_scan_turn_power (Mustek_Usb_Device * dev, SANE_Bool is_on) in usb_high_scan_turn_power() argument 922 is_on ? "on" : "off"); in usb_high_scan_turn_power() 924 if (is_on) in usb_high_scan_turn_power()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_handle_request.c | 386 usb_handle_remote_wakeup(struct usb_xfer *xfer, uint8_t is_on) in usb_handle_remote_wakeup() argument 396 if (is_on) { in usb_handle_remote_wakeup()
|
Completed in 10 milliseconds