Home
last modified time | relevance | path

Searched refs:PRINTER_NOT_ERROR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/usb/
Dg_printer.h24 #define PRINTER_NOT_ERROR 0x08 macro
/linux-4.1.27/Documentation/usb/
Dgadget_printer.txt425 if (printer_status & PRINTER_NOT_ERROR) {
479 if (set_printer_status(PRINTER_NOT_ERROR, 1)) {
484 if (set_printer_status(PRINTER_NOT_ERROR, 0)) {
/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c1424 dev->printer_status = PRINTER_NOT_ERROR; in gprinter_alloc()