get_field 79 drivers/media/platform/ti-vpe/cal.c #define reg_read_field(dev, offset, mask) get_field(reg_read(dev, offset), \ get_field 456 drivers/media/platform/ti-vpe/vpe.c return get_field(read_reg(dev, offset), mask, shift); get_field 197 sound/pci/ctxfi/cthardware.h unsigned int get_field(unsigned int data, unsigned int field); get_field 423 sound/pci/ctxfi/cthw20k1.c return get_field(ctl->ca, SRCCA_CA); get_field 681 sound/pci/ctxfi/cthw20k1.c return get_field(ctl->amoplo, AMOPLO_Y); get_field 1341 sound/pci/ctxfi/cthw20k1.c if (get_field(gctl, GCTL_AID)) get_field 1344 sound/pci/ctxfi/cthw20k1.c if (!get_field(gctl, GCTL_AID)) { get_field 423 sound/pci/ctxfi/cthw20k2.c return get_field(ctl->ca, SRCCA_CA); get_field 683 sound/pci/ctxfi/cthw20k2.c return get_field(ctl->amoplo, AMOPLO_Y); get_field 1324 sound/pci/ctxfi/cthw20k2.c if (get_field(pllstat, PLLSTAT_PD)) get_field 1327 sound/pci/ctxfi/cthw20k2.c if (get_field(pllstat, PLLSTAT_B) != get_field 1328 sound/pci/ctxfi/cthw20k2.c get_field(pllctl, PLLCTL_B)) get_field 1331 sound/pci/ctxfi/cthw20k2.c if (get_field(pllstat, PLLSTAT_CCS) != get_field 1332 sound/pci/ctxfi/cthw20k2.c get_field(pllctl, PLLCTL_SRC)) get_field 1335 sound/pci/ctxfi/cthw20k2.c if (get_field(pllstat, PLLSTAT_CRD) != get_field 1336 sound/pci/ctxfi/cthw20k2.c get_field(pllctl, PLLCTL_RD)) get_field 1339 sound/pci/ctxfi/cthw20k2.c if (get_field(pllstat, PLLSTAT_CFD) != get_field 1340 sound/pci/ctxfi/cthw20k2.c get_field(pllctl, PLLCTL_FD)) get_field 1367 sound/pci/ctxfi/cthw20k2.c if (get_field(gctl, GCTL_AID)) get_field 1370 sound/pci/ctxfi/cthw20k2.c if (!get_field(gctl, GCTL_AID)) { get_field 26 tools/perf/ui/hist.c hpp_field_fn get_field, const char *fmt, int len, get_field 40 tools/perf/ui/hist.c percent = 100.0 * get_field(he) / total; get_field 44 tools/perf/ui/hist.c ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); get_field 54 tools/perf/ui/hist.c u64 period = get_field(pair); get_field 115 tools/perf/ui/hist.c struct hist_entry *he, hpp_field_fn get_field, get_field 121 tools/perf/ui/hist.c return __hpp__fmt(hpp, he, get_field, fmtstr, 1, get_field 130 tools/perf/ui/hist.c return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); get_field 134 tools/perf/ui/hist.c struct hist_entry *he, hpp_field_fn get_field, get_field 142 tools/perf/ui/hist.c return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); get_field 155 tools/perf/ui/hist.c hpp_field_fn get_field) get_field 163 tools/perf/ui/hist.c ret = field_cmp(get_field(a), get_field(b)); get_field 180 tools/perf/ui/hist.c fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); get_field 185 tools/perf/ui/hist.c fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); get_field 202 tools/perf/ui/hist.c hpp_field_fn get_field) get_field 210 tools/perf/ui/hist.c ret = field_cmp(get_field(a), get_field(b)); get_field 411 tools/perf/util/hist.h struct hist_entry *he, hpp_field_fn get_field, get_field 414 tools/perf/util/hist.h struct hist_entry *he, hpp_field_fn get_field,