Home
last modified time | relevance | path

Searched refs:printer (Results 1 – 45 of 45) sorted by relevance

/linux-4.1.27/Documentation/usb/
Dgadget_printer.txt12 This driver may be used if you are writing printer firmware using Linux as
13 the embedded OS. This driver has nothing to do with using a printer with
18 USB device controller driver is loaded then load the printer gadget driver.
19 This will present a printer interface to the USB Host that your USB Device
22 This driver is structured for printer firmware that runs in user mode. The
23 user mode printer firmware will read and write data from the kernel mode
24 printer gadget driver using a device file. The printer returns a printer status
25 byte when the USB HOST sends a device request to get the printer status. The
35 To load the USB device controller driver and the printer gadget driver. The
42 The follow command line parameter can be used when loading the printer gadget
[all …]
Dgadget-testing.txt736 The function name to use when creating the function directory is "printer".
737 The printer function provides these attributes in its function directory:
772 described in Documentation/usb/gadget-printer.txt.
/linux-4.1.27/drivers/parport/
DTODO-parport10 the printer support it.
14 with (maybe just log) whatever the printer wants to tell the world.
DKconfig19 (the connector at the computer with 25 holes), e.g. printer, ZIP
156 If you have a printer that supports status readback or device ID, or
/linux-4.1.27/Documentation/networking/
DPLIP.txt21 printer port. PLIP is a non-standard, but [can use] uses the standard
22 LapLink null-printer cable [can also work in turbo mode, with a PLIP
114 printer "null" cable to transfer data four bits at a time using
118 bi-directional parallel ports, rather than output-only ``printer''
126 printer "null" cable which transfers data four bits at a time using
158 bi-directional parallel ports, rather than output-only ``printer''
161 ``printer'' (as opposed to ``parallel'') ports or when the machine
/linux-4.1.27/Documentation/spi/
Dbutterfly11 You can make this adapter from an old printer cable and solder things
14 Butterfly and the printer port, or with a better power supply than two
15 signal pins from the printer port. Or for that matter, you can use
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-printer1 What: /config/usb-gadget/gadget/functions/printer.name
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_page.c374 void *cookie, lu_printer_t printer) in vvp_page_print() argument
379 (*printer)(env, cookie, LUSTRE_VVP_NAME "-page@%p(%d:%d:%d) vm@%p ", in vvp_page_print()
383 (*printer)(env, cookie, "%lx %d:%d %lx %lu %slru", in vvp_page_print()
389 (*printer)(env, cookie, "\n"); in vvp_page_print()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_page.c132 void *cookie, lu_printer_t printer) in lov_page_print() argument
136 return (*printer)(env, cookie, LUSTRE_LOV_NAME"-page@%p\n", lp); in lov_page_print()
/linux-4.1.27/drivers/usb/
DKconfig124 mode, it looks to the computer like a standard USB printer. Only
126 USB printer driver ("USB Printer support", above) may be used in
137 connect anything other than a printer to it.
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c475 lu_printer_t printer, in lu_object_header_print() argument
478 (*printer)(env, cookie, "header@%p[%#lx, %d, "DFID"%s%s%s]", in lu_object_header_print()
492 lu_printer_t printer, const struct lu_object *o) in lu_object_print() argument
499 lu_object_header_print(env, cookie, printer, top); in lu_object_print()
500 (*printer)(env, cookie, "{\n"); in lu_object_print()
506 (*printer)(env, cookie, "%*.*s%s@%p", depth, depth, ruler, in lu_object_print()
510 (*o->lo_ops->loo_object_print)(env, cookie, printer, o); in lu_object_print()
512 (*printer)(env, cookie, "\n"); in lu_object_print()
515 (*printer)(env, cookie, "} header@%p\n", top); in lu_object_print()
823 lu_printer_t printer) in lu_site_print() argument
[all …]
Dcl_lock.c2195 lu_printer_t printer, in cl_lock_descr_print() argument
2201 (*printer)(env, cookie, DDESCR"@"DFID, PDESCR(descr), PFID(fid)); in cl_lock_descr_print()
2209 lu_printer_t printer, const struct cl_lock *lock) in cl_lock_print() argument
2212 (*printer)(env, cookie, "lock@%p[%d %d %d %d %d %08lx] ", in cl_lock_print()
2216 cl_lock_descr_print(env, cookie, printer, &lock->cll_descr); in cl_lock_print()
2217 (*printer)(env, cookie, " {\n"); in cl_lock_print()
2220 (*printer)(env, cookie, " %s@%p: ", in cl_lock_print()
2224 slice->cls_ops->clo_print(env, cookie, printer, slice); in cl_lock_print()
2225 (*printer)(env, cookie, "\n"); in cl_lock_print()
2227 (*printer)(env, cookie, "} lock@%p\n", lock); in cl_lock_print()
Dcl_page.c1455 lu_printer_t printer, const struct cl_page *pg) in cl_page_header_print() argument
1457 (*printer)(env, cookie, in cl_page_header_print()
1470 lu_printer_t printer, const struct cl_page *pg) in cl_page_print() argument
1476 cl_page_header_print(env, cookie, printer, scan); in cl_page_print()
1480 void *cookie, lu_printer_t p), cookie, printer); in cl_page_print()
1481 (*printer)(env, cookie, "end page@%p\n", pg); in cl_page_print()
Dcl_io.c1347 lu_printer_t printer, const struct cl_io *io) in cl_io_print() argument
/linux-4.1.27/drivers/usb/gadget/legacy/
DMakefile16 g_printer-y := printer.o
DKconfig309 receive or send printer data. It can use ioctl calls to
310 the device file to get or set printer status.
/linux-4.1.27/scripts/kconfig/
Dconfdata.c630 struct conf_printer *printer, void *printer_arg) in conf_write_symbol() argument
641 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
646 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
651 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() argument
661 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h720 lu_printer_t printer);
815 lu_printer_t printer, const struct lu_object *o);
817 lu_printer_t printer,
Dcl_object.h2810 lu_printer_t printer,
2813 lu_printer_t printer,
2890 lu_printer_t printer, const struct cl_lock *lock);
2892 lu_printer_t printer,
3105 lu_printer_t printer, const struct cl_io *io);
/linux-4.1.27/drivers/char/
DKconfig95 tristate "Parallel printer support"
98 If you intend to attach a printer to the parallel port of your Linux
99 box (as opposed to using a serial printer; if the connector at the
100 printer has 9 or 25 holes ["female"], then it's serial), say Y.
105 (e.g. printer and ZIP drive) and it is safe to compile the
121 bool "Support for console on line printer"
125 can have a console on the printer. This option adds support for
129 If the printer is out of paper (or off, or unplugged, or too
130 busy..) the kernel will stall until the printer is ready again.
/linux-4.1.27/drivers/usb/class/
DKconfig24 Say Y here if you want to connect a USB printer to your computer's
/linux-4.1.27/drivers/net/plip/
DKconfig19 with "null printer" or "Turbo Laplink" cables which can transmit 4
/linux-4.1.27/Documentation/scsi/
Dscsi-changer.txt145 does this. Some jukeboxes have a printer to label fresh burned
151 vendor_labels=printer
/linux-4.1.27/Documentation/blockdev/
Dparide.txt349 3.3 Some drives need a printer reset
354 the adapter can often be reinitialised by issuing a "printer reset" on
357 automatically. You can however, force a printer reset by doing:
363 your paride drivers as modules, and arrange to do the printer reset
/linux-4.1.27/Documentation/
Dparport.txt225 Reporting printer problems with parport
243 For normal printer protocol, having IEEE 1284 modes enabled or not
Ddevices.txt251 6 char Parallel printer devices
252 0 = /dev/lp0 Parallel printer on parport0
253 1 = /dev/lp1 Parallel printer on parport1
699 28 char Atari SLM ACSI laser printer (68k/Atari)
700 0 = /dev/slm0 First SLM laser printer
701 1 = /dev/slm1 Second SLM laser printer
2539 0 = /dev/usb/lp0 First USB printer
2541 15 = /dev/usb/lp15 16th USB printer
3235 /dev/printer socket lpd local socket
Dparport-lowlevel.txt160 compatibility-mode (printer)
1009 - PARPORT_STATUS_ERROR (printer fault, "nFault")
Dkernel-parameters.txt1899 lp=auto printer driver. 'lp=reset' (which can be
1909 an IEEE 1284-compliant printer is attached; if
1910 so, the driver will manage that printer.
/linux-4.1.27/drivers/net/ethernet/realtek/
DKconfig30 should have said N to the "Parallel printer support", because the two
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c365 void *cookie, lu_printer_t printer) in osc_page_print() argument
372 …return (*printer)(env, cookie, LUSTRE_OSC_NAME "-page@%p: 1< %#x %d %u %s %s > 2< %llu %u %u %#x %… in osc_page_print()
/linux-4.1.27/arch/m68k/
DKconfig.devices126 mode). This could be useful if some terminal or printer is connected
/linux-4.1.27/drivers/s390/char/
DKconfig200 Character device driver for z/VM reader, puncher and printer.
/linux-4.1.27/arch/m68k/q40/
DREADME29 lp.c # printer driver
/linux-4.1.27/drivers/usb/gadget/
DKconfig448 receive or send printer data. It can use ioctl calls to
449 the device file to get or set printer status.
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt11 In order to use a diskless system, such as an X-terminal or printer server
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c298 void *cookie, lu_printer_t printer) in echo_page_print() argument
302 (*printer)(env, cookie, LUSTRE_ECHO_CLIENT_NAME"-page@%p %d vm@%p\n", in echo_page_print()
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig69 mode). This could be useful if some terminal or printer is connected
/linux-4.1.27/arch/sparc/
DKconfig378 mode). This could be useful if some terminal or printer is connected
/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c1432 DECLARE_USB_FUNCTION_INIT(printer, gprinter_alloc_inst, gprinter_alloc);
/linux-4.1.27/drivers/block/
DKconfig91 option, you may share a single port between your printer and other
/linux-4.1.27/drivers/usb/serial/
DKconfig30 terminal or printer is connected to that serial port.
/linux-4.1.27/
DCREDITS985 D: Linux-USB subsystem, USB core/UHCI/printer/storage drivers
1223 D: Interrupt-driven printer driver
1848 D: Disk usage statistics and modifications to line printer driver
3877 D: Some bug fixes in the polling printer driver (lp.c)
/linux-4.1.27/drivers/scsi/
DKconfig898 such as a printer; it is safe to compile both drivers into the
925 such as a printer; it is safe to compile both drivers into the
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt202 case there's no printer connected (else the kernel would
/linux-4.1.27/arch/cris/include/uapi/arch-v10/arch/
Dsv_addr.agh2492 !* Parallel printer port registers