Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/perf/util/
Dprint_binary.c7 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 …]
Dprint_binary.h25 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()
/kernel/linux/linux-5.10/Documentation/usb/
Dgadget_printer.rst14 This driver may be used if you are writing printer firmware using Linux as
15 the embedded OS. This driver has nothing to do with using a printer with
20 USB device controller driver is loaded then load the printer gadget driver.
21 This will present a printer interface to the USB Host that your USB Device
24 This driver is structured for printer firmware that runs in user mode. The
25 user mode printer firmware will read and write data from the kernel mode
26 printer gadget driver using a device file. The printer returns a printer status
27 byte when the USB HOST sends a device request to get the printer status. The
37 To load the USB device controller driver and the printer gadget driver. The
44 The follow command line parameter can be used when loading the printer gadget
[all …]
/kernel/linux/linux-5.10/drivers/parport/
DTODO-parport10 the printer support it.
14 with (maybe just log) whatever the printer wants to tell the world.
DKconfig20 (the connector at the computer with 25 holes), e.g. printer, ZIP
157 If you have a printer that supports status readback or device ID, or
/kernel/linux/linux-5.10/Documentation/networking/
Dplip.rst25 printer port. PLIP is a non-standard, but [can use] uses the standard
26 LapLink null-printer cable [can also work in turbo mode, with a PLIP
118 printer "null" cable to transfer data four bits at a time using
122 bi-directional parallel ports, rather than output-only ``printer``
130 printer "null" cable which transfers data four bits at a time using
163 bi-directional parallel ports, rather than output-only ``printer``
166 ``printer`` (as opposed to ``parallel``) ports or when the machine
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gtt_mgr.c298 struct drm_printer *printer) in amdgpu_gtt_mgr_debug() argument
303 drm_mm_print(&mgr->mm, printer); in amdgpu_gtt_mgr_debug()
306 drm_printf(printer, "man size:%llu pages, gtt available:%lld pages, usage:%lluMB\n", in amdgpu_gtt_mgr_debug()
Damdgpu_vram_mgr.c591 struct drm_printer *printer) in amdgpu_vram_mgr_debug() argument
596 drm_mm_print(&mgr->mm, printer); in amdgpu_vram_mgr_debug()
599 drm_printf(printer, "man size:%llu pages, ram usage:%lluMB, vis usage:%lluMB\n", in amdgpu_vram_mgr_debug()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_range_manager.c172 struct drm_printer *printer) in ttm_range_man_debug() argument
177 drm_mm_print(&rman->mm, printer); in ttm_range_man_debug()
/kernel/linux/linux-5.10/Documentation/spi/
Dbutterfly.rst12 You can make this adapter from an old printer cable and solder things
15 Butterfly and the printer port, or with a better power supply than two
16 signal pins from the printer port. Or for that matter, you can use
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology_internal.h22 int indent, struct drm_printer *printer);
/kernel/linux/linux-5.10/scripts/
Dbpf_helpers_doc.py604 printer = PrinterHelpers(headerParser.helpers) variable
606 printer = PrinterRST(headerParser.helpers) variable
607 printer.print_all()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dconfigfs-usb-gadget-printer1 What: /config/usb-gadget/gadget/functions/printer.name
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_thp.c168 struct drm_printer *printer) in vmw_thp_debug() argument
173 drm_mm_print(&rman->mm, printer); in vmw_thp_debug()
/kernel/linux/linux-5.10/drivers/char/
DKconfig34 tristate "Parallel printer support"
37 If you intend to attach a printer to the parallel port of your Linux
38 box (as opposed to using a serial printer; if the connector at the
39 printer has 9 or 25 holes ["female"], then it's serial), say Y.
44 (e.g. printer and ZIP drive) and it is safe to compile the
60 bool "Support for console on line printer"
64 can have a console on the printer. This option adds support for
68 If the printer is out of paper (or off, or unplugged, or too
69 busy..) the kernel will stall until the printer is ready again.
/kernel/linux/linux-5.10/drivers/usb/
DKconfig143 mode, it looks to the computer like a standard USB printer. Only
145 USB printer driver ("USB Printer support", above) may be used in
156 connect anything other than a printer to it.
/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_resource.h99 struct drm_printer *printer);
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
DMakefile17 g_printer-y := printer.o
/kernel/linux/linux-5.10/scripts/kconfig/
Dconfdata.c714 struct conf_printer *printer, void *printer_arg) in conf_write_symbol() argument
724 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
729 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
734 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() argument
744 printer->print_comment(fp, buf, printer_arg); in conf_write_heading()
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h119 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
120 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
/kernel/linux/linux-5.10/drivers/usb/class/
DKconfig25 Say Y here if you want to connect a USB printer to your computer's
/kernel/linux/linux-5.10/drivers/net/plip/
DKconfig20 with "null printer" or "Turbo Laplink" cables which can transmit 4
/kernel/linux/linux-5.10/net/hsr/
DKconfig28 can have Singly Attached Nodes (SAN) such as PC, printer, bridges
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi-changer.rst146 does this. Some jukeboxes have a printer to label fresh burned
153 vendor_labels=printer
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/
Dparide.rst369 3.3 Some drives need a printer reset
375 the adapter can often be reinitialised by issuing a "printer reset" on
378 automatically. You can however, force a printer reset by doing::
384 your paride drivers as modules, and arrange to do the printer reset

12