Home
last modified time | relevance | path

Searched refs:use_offset (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/mtd/tests/
Doobtest.c51 static int use_offset; variable
61 use_offset += 1; in do_vary_offset()
62 if (use_offset >= use_len_max) in do_vary_offset()
63 use_offset = 0; in do_vary_offset()
64 use_len = use_len_max - use_offset; in do_vary_offset()
82 ops.ooboffs = use_offset; in write_eraseblock()
84 ops.oobbuf = writebuf + (use_len_max * i) + use_offset; in write_eraseblock()
90 use_len, use_offset); in write_eraseblock()
192 ops.ooboffs = use_offset; in verify_eraseblock()
207 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()
[all …]
/Linux-v4.19/tools/perf/Documentation/
Dperfconfig.example27 use_offset = true
Dperf-config.txt96 use_offset = true
258 annotate.use_offset::
271 but if use_offset is 'true', an address subtracted from a base address is printed.
/Linux-v4.19/tools/perf/util/
Dannotate.h70 use_offset, member
Dannotate.c48 .use_offset = true,
2396 if (notes->options->use_offset) in annotation__update_column_widths()
2555 disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset); in disasm_line__write()
2670 if (!notes->options->use_offset) in __annotation_line__write()
2673 if (!notes->options->use_offset) { in __annotation_line__write()
2783 ANNOTATION__CFG(use_offset),
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.c158 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function
547 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c762 notes->options->use_offset = !notes->options->use_offset; in annotate_browser__run()