/linux-6.6.21/tools/perf/ui/ |
D | hist.c | 27 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument 41 percent = 100.0 * get_field(he) / total; in __hpp__fmt() 45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 55 u64 period = get_field(pair); in __hpp__fmt() 116 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument 122 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 135 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument 143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 156 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument [all …]
|
/linux-6.6.21/tools/testing/selftests/move_mount_set_group/ |
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-6.6.21/sound/pci/ctxfi/ |
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() 1335 if (get_field(pllstat, PLLSTAT_CRD) != in hw_pll_init() 1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init() 1339 if (get_field(pllstat, PLLSTAT_CFD) != in hw_pll_init() [all …]
|
D | cthardware.c | 64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
|
D | cthardware.h | 198 unsigned int get_field(unsigned int data, unsigned int field);
|
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-6.6.21/tools/testing/selftests/net/ |
D | l2_tos_ttl_inherit.sh | 45 get_field() { function 350 captured_tos="$(printf "0x%02x" "$(get_field "tos" "$out")")" 357 captured_tos="$(printf "0x%02x" "$(get_field "class" "$out")")"
|
/linux-6.6.21/tools/perf/util/ |
D | hist.h | 428 struct hist_entry *he, hpp_field_fn get_field, 431 struct hist_entry *he, hpp_field_fn get_field,
|
/linux-6.6.21/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 280 static char *get_field(char *src, int nfields) in get_field() function 318 target = get_field(line, 4); in is_shared_mount() 322 opts = get_field(target, 2); in is_shared_mount()
|
/linux-6.6.21/drivers/media/platform/ti/vpe/ |
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()
|