Home
last modified time | relevance | path

Searched refs:offset_avail (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/adc/
H A Dad4030.c153 int offset_avail[3]; member
485 if (offset < st->offset_avail[0] || offset > st->offset_avail[2]) in ad4030_set_chan_calibbias()
730 *vals = st->offset_avail; in ad4030_read_avail()
973 st->offset_avail[0] = (int)BIT(st->chip->precision_bits - 1) * -1; in ad4030_config()
974 st->offset_avail[1] = 1; in ad4030_config()
975 st->offset_avail[2] = BIT(st->chip->precision_bits - 1) - 1; in ad4030_config()
/linux/tools/perf/util/
H A Ddisasm.h66 bool offset_avail; member
H A Dannotate.h179 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
H A Ddisasm.c435 ops->target.offset_avail = true; in jump__parse()
437 ops->target.offset_avail = false; in jump__parse()
1161 dl->ops.target.offset_avail = true; in symbol__parse_objdump_line()