Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dg_printer.h25 #define PRINTER_NOT_ERROR 0x08 macro
/linux-6.12.1/Documentation/usb/
Dgadget_printer.rst438 if (printer_status & PRINTER_NOT_ERROR) {
492 if (set_printer_status(PRINTER_NOT_ERROR, 1)) {
497 if (set_printer_status(PRINTER_NOT_ERROR, 0)) {
/linux-6.12.1/drivers/usb/gadget/function/
Df_printer.c1521 dev->printer_status = PRINTER_NOT_ERROR; in gprinter_alloc()