Symbol: get_field
drivers/md/dm-vdo/indexer/delta-index.c
1503
return get_field(delta_entry->delta_zone->memory,
drivers/md/dm-vdo/indexer/delta-index.c
433
return get_field(memory, get_immutable_header_offset(list_number),
drivers/media/platform/ti/vpe/vip.c
3566
tmp = get_field(pid, VIP_PID_FUNC_MASK, VIP_PID_FUNC_SHIFT);
drivers/media/platform/ti/vpe/vpe.c
468
return get_field(read_reg(dev, offset), mask, shift);
sound/pci/ctxfi/cthardware.h
200
unsigned int get_field(unsigned int data, unsigned int field);
sound/pci/ctxfi/cthw20k1.c
1341
if (get_field(gctl, GCTL_AID))
sound/pci/ctxfi/cthw20k1.c
1344
if (!get_field(gctl, GCTL_AID)) {
sound/pci/ctxfi/cthw20k1.c
423
return get_field(ctl->ca, SRCCA_CA);
sound/pci/ctxfi/cthw20k1.c
681
return get_field(ctl->amoplo, AMOPLO_Y);
sound/pci/ctxfi/cthw20k2.c
1330
if (get_field(pllstat, PLLSTAT_PD))
sound/pci/ctxfi/cthw20k2.c
1333
if (get_field(pllstat, PLLSTAT_B) !=
sound/pci/ctxfi/cthw20k2.c
1334
get_field(pllctl, PLLCTL_B))
sound/pci/ctxfi/cthw20k2.c
1337
if (get_field(pllstat, PLLSTAT_CCS) !=
sound/pci/ctxfi/cthw20k2.c
1338
get_field(pllctl, PLLCTL_SRC))
sound/pci/ctxfi/cthw20k2.c
1341
if (get_field(pllstat, PLLSTAT_CRD) !=
sound/pci/ctxfi/cthw20k2.c
1342
get_field(pllctl, PLLCTL_RD))
sound/pci/ctxfi/cthw20k2.c
1345
if (get_field(pllstat, PLLSTAT_CFD) !=
sound/pci/ctxfi/cthw20k2.c
1346
get_field(pllctl, PLLCTL_FD))
sound/pci/ctxfi/cthw20k2.c
1373
if (get_field(gctl, GCTL_AID))
sound/pci/ctxfi/cthw20k2.c
1376
if (!get_field(gctl, GCTL_AID)) {
sound/pci/ctxfi/cthw20k2.c
423
return get_field(ctl->ca, SRCCA_CA);
sound/pci/ctxfi/cthw20k2.c
683
return get_field(ctl->amoplo, AMOPLO_Y);
tools/perf/ui/hist.c
124
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/ui/hist.c
131
return __hpp__fmt(hpp, he, get_field, fmtstr, 1,
tools/perf/ui/hist.c
140
return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype);
tools/perf/ui/hist.c
144
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/ui/hist.c
153
return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype);
tools/perf/ui/hist.c
208
hpp_field_fn get_field, int nr_members,
tools/perf/ui/hist.c
220
fa[evsel__group_idx(evsel)] = get_field(pair);
tools/perf/ui/hist.c
225
fb[evsel__group_idx(evsel)] = get_field(pair);
tools/perf/ui/hist.c
239
hpp_field_fn get_field, int idx)
tools/perf/ui/hist.c
245
cmp = field_cmp(get_field(a), get_field(b));
tools/perf/ui/hist.c
253
ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b);
tools/perf/ui/hist.c
279
hpp_field_fn get_field)
tools/perf/ui/hist.c
287
return __hpp__group_sort_idx(a, b, get_field,
tools/perf/ui/hist.c
291
ret = field_cmp(get_field(a), get_field(b));
tools/perf/ui/hist.c
300
i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b);
tools/perf/ui/hist.c
318
hpp_field_fn get_field)
tools/perf/ui/hist.c
326
ret = field_cmp(get_field(a), get_field(b));
tools/perf/ui/hist.c
60
hpp_field_fn get_field, const char *fmt, int len,
tools/perf/ui/hist.c
80
values[0].val = get_field(he);
tools/perf/ui/hist.c
94
values[i].val = get_field(pair);
tools/perf/util/hist.h
660
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/util/hist.h
664
struct hist_entry *he, hpp_field_fn get_field,
tools/testing/selftests/mount_setattr/mount_setattr_test.c
308
target = get_field(line, 4);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
312
opts = get_field(target, 2);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
162
target = get_field(line, 4);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
166
opts = get_field(target, 2);