/linux-4.1.27/Documentation/usb/ |
D | gadget_printer.txt | 12 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 …]
|
D | gadget-testing.txt | 736 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/ |
D | TODO-parport | 10 the printer support it. 14 with (maybe just log) whatever the printer wants to tell the world.
|
D | Kconfig | 19 (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/ |
D | PLIP.txt | 21 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/ |
D | butterfly | 11 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/ |
D | configfs-usb-gadget-printer | 1 What: /config/usb-gadget/gadget/functions/printer.name
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_page.c | 374 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/ |
D | lov_page.c | 132 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/ |
D | Kconfig | 124 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/ |
D | lu_object.c | 475 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 …]
|
D | cl_lock.c | 2195 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()
|
D | cl_page.c | 1455 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()
|
D | cl_io.c | 1347 lu_printer_t printer, const struct cl_io *io) in cl_io_print() argument
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Makefile | 16 g_printer-y := printer.o
|
D | Kconfig | 309 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/ |
D | confdata.c | 630 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/ |
D | lu_object.h | 720 lu_printer_t printer); 815 lu_printer_t printer, const struct lu_object *o); 817 lu_printer_t printer,
|
D | cl_object.h | 2810 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/ |
D | Kconfig | 95 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/ |
D | Kconfig | 24 Say Y here if you want to connect a USB printer to your computer's
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 19 with "null printer" or "Turbo Laplink" cables which can transmit 4
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-changer.txt | 145 does this. Some jukeboxes have a printer to label fresh burned 151 vendor_labels=printer
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 349 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/ |
D | parport.txt | 225 Reporting printer problems with parport 243 For normal printer protocol, having IEEE 1284 modes enabled or not
|
D | devices.txt | 251 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
|
D | parport-lowlevel.txt | 160 compatibility-mode (printer) 1009 - PARPORT_STATUS_ERROR (printer fault, "nFault")
|
D | kernel-parameters.txt | 1899 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/ |
D | Kconfig | 30 should have said N to the "Parallel printer support", because the two
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 365 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/ |
D | Kconfig.devices | 126 mode). This could be useful if some terminal or printer is connected
|
/linux-4.1.27/drivers/s390/char/ |
D | Kconfig | 200 Character device driver for z/VM reader, puncher and printer.
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 29 lp.c # printer driver
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 448 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/ |
D | nfsroot.txt | 11 In order to use a diskless system, such as an X-terminal or printer server
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 298 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/ |
D | Kconfig | 69 mode). This could be useful if some terminal or printer is connected
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 378 mode). This could be useful if some terminal or printer is connected
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_printer.c | 1432 DECLARE_USB_FUNCTION_INIT(printer, gprinter_alloc_inst, gprinter_alloc);
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 91 option, you may share a single port between your printer and other
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 30 terminal or printer is connected to that serial port.
|
/linux-4.1.27/ |
D | CREDITS | 985 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/ |
D | Kconfig | 898 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/ |
D | kernel-options.txt | 202 case there's no printer connected (else the kernel would
|
/linux-4.1.27/arch/cris/include/uapi/arch-v10/arch/ |
D | sv_addr.agh | 2492 !* Parallel printer port registers
|