Home
last modified time | relevance | path

Searched refs:get_field (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/ui/
H A Dhist.c60 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument
80 values[0].val = get_field(he); in __hpp__fmt()
94 values[i].val = get_field(pair); in __hpp__fmt()
124 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
131 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
140 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt()
144 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
153 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc()
208 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument
220 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
[all …]
/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c124 static char *get_field(char *src, int nfields) in get_field() function
162 target = get_field(line, 4); in is_shared_mount()
166 opts = get_field(target, 2); in is_shared_mount()
/linux/sound/pci/ctxfi/
H A Dcthw20k2.c423 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
683 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1330 if (get_field(pllstat, PLLSTAT_PD)) in hw_pll_init()
1333 if (get_field(pllstat, PLLSTAT_B) != in hw_pll_init()
1334 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1337 if (get_field(pllstat, PLLSTAT_CCS) != in hw_pll_init()
1338 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1341 if (get_field(pllstat, PLLSTAT_CRD) != in hw_pll_init()
1342 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1345 if (get_field(pllstat, PLLSTAT_CFD) != in hw_pll_init()
[all …]
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
H A Dcthardware.h200 unsigned int get_field(unsigned int data, unsigned int field);
H A Dcthw20k1.c423 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
681 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1341 if (get_field(gctl, GCTL_AID)) in hw_auto_init()
1344 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init()
/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh45 get_field() { function
350 captured_tos="$(printf "0x%02x" "$(get_field "tos" "$out")")"
357 captured_tos="$(printf "0x%02x" "$(get_field "class" "$out")")"
/linux/tools/perf/util/
H A Dhist.h660 struct hist_entry *he, hpp_field_fn get_field,
664 struct hist_entry *he, hpp_field_fn get_field,
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c270 static char *get_field(char *src, int nfields) in get_field() function
308 target = get_field(line, 4); in is_shared_mount()
312 opts = get_field(target, 2); in is_shared_mount()
/linux/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c404 static inline u32 get_field(const u8 *memory, u64 offset, u8 size) in get_field() function
433 return get_field(memory, get_immutable_header_offset(list_number), in get_immutable_start()
1503 return get_field(delta_entry->delta_zone->memory, in uds_get_delta_entry_value()
/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c461 static int get_field(u32 value, u32 mask, int shift) in get_field() function
468 return get_field(read_reg(dev, offset), mask, shift); in read_field_reg()
H A Dvip.c3241 static int get_field(u32 value, u32 mask, int shift) in get_field() function
3566 tmp = get_field(pid, VIP_PID_FUNC_MASK, VIP_PID_FUNC_SHIFT); in vip_probe()