/Linux-v4.19/tools/perf/util/ |
D | print_binary.c | 7 size_t bytes_per_line, binary__fprintf_t printer, in binary__fprintf() argument 13 if (!printer) in binary__fprintf() 19 printed += printer(BINARY_PRINT_DATA_BEGIN, 0, extra, fp); in binary__fprintf() 22 printed += printer(BINARY_PRINT_LINE_BEGIN, -1, extra, fp); in binary__fprintf() 23 printed += printer(BINARY_PRINT_ADDR, i, extra, fp); in binary__fprintf() 26 printed += printer(BINARY_PRINT_NUM_DATA, data[i], extra, fp); in binary__fprintf() 30 printed += printer(BINARY_PRINT_NUM_PAD, -1, extra, fp); in binary__fprintf() 32 printer(BINARY_PRINT_SEP, i, extra, fp); in binary__fprintf() 34 printed += printer(BINARY_PRINT_CHAR_DATA, data[j], extra, fp); in binary__fprintf() 36 printed += printer(BINARY_PRINT_CHAR_PAD, i, extra, fp); in binary__fprintf() [all …]
|
D | print_binary.h | 25 size_t bytes_per_line, binary__fprintf_t printer, 29 size_t bytes_per_line, binary__fprintf_t printer, in print_binary() argument 32 binary__fprintf(data, len, bytes_per_line, printer, extra, stdout); in print_binary()
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gtt_mgr.c | 281 struct drm_printer *printer) in amdgpu_gtt_mgr_debug() argument 286 drm_mm_print(&mgr->mm, printer); in amdgpu_gtt_mgr_debug() 289 drm_printf(printer, "man size:%llu pages, gtt available:%lld pages, usage:%lluMB\n", in amdgpu_gtt_mgr_debug()
|
D | amdgpu_vram_mgr.c | 302 struct drm_printer *printer) in amdgpu_vram_mgr_debug() argument 307 drm_mm_print(&mgr->mm, printer); in amdgpu_vram_mgr_debug() 310 drm_printf(printer, "man size:%llu pages, ram usage:%lluMB, vis usage:%lluMB\n", in amdgpu_vram_mgr_debug()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo_manager.c | 140 struct drm_printer *printer) in ttm_bo_man_debug() argument 145 drm_mm_print(&rman->mm, printer); in ttm_bo_man_debug()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_gmrid_manager.c | 143 struct drm_printer *printer) in vmw_gmrid_man_debug() argument 145 drm_printf(printer, "No debug info available for the GMR id manager\n"); in vmw_gmrid_man_debug()
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget-printer | 1 What: /config/usb-gadget/gadget/functions/printer.name
|
/Linux-v4.19/scripts/ |
D | bpf_helpers_doc.py | 420 printer = PrinterRST(headerParser.helpers) variable 421 printer.print_all()
|
/Linux-v4.19/include/drm/ |
D | drm_print.h | 109 #define drm_printf_indent(printer, indent, fmt, ...) \ argument 110 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | Makefile | 17 g_printer-y := printer.o
|
/Linux-v4.19/drivers/char/ |
D | Kconfig | 70 tristate "Parallel printer support" 73 If you intend to attach a printer to the parallel port of your Linux 74 box (as opposed to using a serial printer; if the connector at the 75 printer has 9 or 25 holes ["female"], then it's serial), say Y. 80 (e.g. printer and ZIP drive) and it is safe to compile the 96 bool "Support for console on line printer" 100 can have a console on the printer. This option adds support for 104 If the printer is out of paper (or off, or unplugged, or too 105 busy..) the kernel will stall until the printer is ready again.
|
/Linux-v4.19/drivers/usb/ |
D | Kconfig | 142 mode, it looks to the computer like a standard USB printer. Only 144 USB printer driver ("USB Printer support", above) may be used in 155 connect anything other than a printer to it.
|
/Linux-v4.19/scripts/kconfig/ |
D | confdata.c | 667 struct conf_printer *printer, void *printer_arg) in conf_write_symbol() argument 678 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol() 683 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol() 688 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() argument 698 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
|
/Linux-v4.19/drivers/usb/class/ |
D | Kconfig | 24 Say Y here if you want to connect a USB printer to your computer's
|
/Linux-v4.19/drivers/net/plip/ |
D | Kconfig | 19 with "null printer" or "Turbo Laplink" cables which can transmit 4
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi-changer.txt | 145 does this. Some jukeboxes have a printer to label fresh burned 151 vendor_labels=printer
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_driver.h | 136 struct drm_printer *printer);
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/realtek/ |
D | Kconfig | 27 should have said N to the "Parallel printer support", because the two
|
/Linux-v4.19/Documentation/admin-guide/ |
D | parport.rst | 242 Reporting printer problems with parport 260 For normal printer protocol, having IEEE 1284 modes enabled or not
|