Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
A 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()
36 printed += printer(BINARY_PRINT_CHAR_PAD, i, extra, fp); in binary__fprintf()
37 printed += printer(BINARY_PRINT_LINE_END, -1, extra, fp); in binary__fprintf()
[all …]
A 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()
/linux/Documentation/usb/
A Dgadget_printer.rst26 printer gadget driver using a device file. The printer returns a printer status
77 your printer product.
101 To read printer data from the host to stdout::
121 To set printer to Selected/On-line::
126 To set printer to Not Selected/Off-line::
141 To set error status to printer OK::
210 /* Open device file for printer gadget. */
260 /* Open device file for printer gadget. */
321 /* Open device file for printer gadget. */
354 /* Open device file for printer gadget. */
[all …]
/linux/drivers/gpu/drm/i915/
A Di915_ttm_buddy_manager.c130 struct drm_printer *printer) in i915_ttm_buddy_man_debug() argument
136 drm_printf(printer, "default_page_size: %lluKiB\n", in i915_ttm_buddy_man_debug()
139 i915_buddy_print(&bman->mm, printer); in i915_ttm_buddy_man_debug()
141 drm_printf(printer, "reserved:\n"); in i915_ttm_buddy_man_debug()
143 i915_buddy_block_print(&bman->mm, block, printer); in i915_ttm_buddy_man_debug()
A Dintel_memory_region.c82 struct drm_printer *printer) in intel_memory_region_debug() argument
84 drm_printf(printer, "%s: ", mr->name); in intel_memory_region_debug()
87 ttm_resource_manager_debug(mr->region_private, printer); in intel_memory_region_debug()
89 drm_printf(printer, "total:%pa, available:%pa bytes\n", in intel_memory_region_debug()
A Dintel_memory_region.h132 struct drm_printer *printer);
/linux/drivers/parport/
A DTODO-parport10 the printer support it.
14 with (maybe just log) whatever the printer wants to tell the world.
/linux/Documentation/networking/
A 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
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_preempt_mgr.c125 struct drm_printer *printer) in amdgpu_preempt_mgr_debug() argument
129 drm_printf(printer, "man size:%llu pages, preempt used:%lld pages\n", in amdgpu_preempt_mgr_debug()
A Damdgpu_gtt_mgr.c259 struct drm_printer *printer) in amdgpu_gtt_mgr_debug() argument
264 drm_mm_print(&mgr->mm, printer); in amdgpu_gtt_mgr_debug()
267 drm_printf(printer, "man size:%llu pages, gtt used:%llu pages\n", in amdgpu_gtt_mgr_debug()
A Damdgpu_vram_mgr.c669 struct drm_printer *printer) in amdgpu_vram_mgr_debug() argument
674 drm_mm_print(&mgr->mm, printer); in amdgpu_vram_mgr_debug()
677 drm_printf(printer, "man size:%llu pages, ram usage:%lluMB, vis usage:%lluMB\n", in amdgpu_vram_mgr_debug()
/linux/Documentation/spi/
A 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
/linux/drivers/gpu/drm/ttm/
A Dttm_range_manager.c115 struct drm_printer *printer) in ttm_range_man_debug() argument
120 drm_mm_print(&rman->mm, printer); in ttm_range_man_debug()
/linux/drivers/char/
A 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.
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_thp.c171 struct drm_printer *printer) in vmw_thp_debug() argument
176 drm_mm_print(&rman->mm, printer); in vmw_thp_debug()
/linux/drivers/gpu/drm/
A Ddrm_dp_mst_topology_internal.h22 int indent, struct drm_printer *printer);
/linux/scripts/
A Dbpf_doc.py733 printer = PrinterHelpers(headerParser) variable
735 printer = printers[args.target](headerParser)
736 printer.print_all()
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-printer1 What: /config/usb-gadget/gadget/functions/printer.name
/linux/drivers/usb/
A 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.
/linux/drivers/usb/gadget/legacy/
A DMakefile17 g_printer-y := printer.o
/linux/include/drm/
A 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__)
/linux/include/drm/ttm/
A Dttm_resource.h99 struct drm_printer *printer);
/linux/drivers/usb/class/
A DKconfig25 Say Y here if you want to connect a USB printer to your computer's
/linux/net/hsr/
A DKconfig28 can have Singly Attached Nodes (SAN) such as PC, printer, bridges
/linux/drivers/net/plip/
A DKconfig20 with "null printer" or "Turbo Laplink" cables which can transmit 4

Completed in 30 milliseconds

123