Searched refs:use_offset (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/mtd/tests/ |
H A D | oobtest.c | 39 static int use_offset; variable 49 use_offset += 1; in do_vary_offset() 50 if (use_offset >= use_len_max) in do_vary_offset() 51 use_offset = 0; in do_vary_offset() 52 use_len = use_len_max - use_offset; in do_vary_offset() 70 ops.ooboffs = use_offset; in write_eraseblock() 72 ops.oobbuf = writebuf + (use_len_max * i) + use_offset; in write_eraseblock() 78 use_len, use_offset); in write_eraseblock() 180 ops.ooboffs = use_offset; in verify_eraseblock() 195 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perfconfig.example | 27 use_offset = true
|
H A D | perf-config.txt | 100 use_offset = true 289 annotate.use_offset:: 302 but if use_offset is 'true', an address subtracted from a base address is printed.
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 157 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function 531 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
|
/openbmc/linux/tools/perf/util/ |
H A D | annotate.h | 82 use_offset, member
|
H A D | annotate.c | 2893 if (annotate_opts.use_offset) in annotation__update_column_widths() 3080 disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, notes->widths.max_ins_name); in disasm_line__write() 3217 if (!annotate_opts.use_offset) in __annotation_line__write() 3220 if (!annotate_opts.use_offset) { in __annotation_line__write() 3345 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config() 3380 opt->use_offset = true; in annotation_options__init()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 822 annotate_opts.use_offset = !annotate_opts.use_offset; in annotate_browser__run()
|