Searched refs:get_field (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/ui/ |
A D | hist.c | 40 percent = 100.0 * get_field(he) / total; in __hpp__fmt() 54 u64 period = get_field(pair); in __hpp__fmt() 155 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument 167 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair() 186 hpp_field_fn get_field, int idx) in __hpp__group_sort_idx() argument 192 cmp = field_cmp(get_field(a), get_field(b)); in __hpp__group_sort_idx() 226 hpp_field_fn get_field) in __hpp__sort() argument 234 return __hpp__group_sort_idx(a, b, get_field, in __hpp__sort() 238 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort() 265 hpp_field_fn get_field) in __hpp__sort_acc() argument [all …]
|
/linux/tools/testing/selftests/move_mount_set_group/ |
A D | move_mount_set_group_test.c | 124 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/ |
A D | cthw20k2.c | 423 return get_field(ctl->ca, SRCCA_CA); in src_get_ca() 683 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y() 1324 if (get_field(pllstat, PLLSTAT_PD)) in hw_pll_init() 1327 if (get_field(pllstat, PLLSTAT_B) != in hw_pll_init() 1328 get_field(pllctl, PLLCTL_B)) in hw_pll_init() 1331 if (get_field(pllstat, PLLSTAT_CCS) != in hw_pll_init() 1332 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init() 1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init() 1340 get_field(pllctl, PLLCTL_FD)) in hw_pll_init() 1367 if (get_field(gctl, GCTL_AID)) in hw_auto_init() [all …]
|
A D | cthardware.c | 64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
|
A D | cthardware.h | 197 unsigned int get_field(unsigned int data, unsigned int field);
|
A D | cthw20k1.c | 423 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/perf/util/ |
A D | hist.h | 418 struct hist_entry *he, hpp_field_fn get_field, 421 struct hist_entry *he, hpp_field_fn get_field,
|
/linux/tools/testing/selftests/mount_setattr/ |
A D | mount_setattr_test.c | 286 static char *get_field(char *src, int nfields) in get_field() function 324 target = get_field(line, 4); in is_shared_mount() 328 opts = get_field(target, 2); in is_shared_mount()
|
/linux/drivers/media/platform/ti-vpe/ |
A D | vpe.c | 457 static int get_field(u32 value, u32 mask, int shift) in get_field() function 464 return get_field(read_reg(dev, offset), mask, shift); in read_field_reg()
|
Completed in 35 milliseconds