Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/
Dhist.c22 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument
36 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
40 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
50 u64 period = get_field(pair); in __hpp__fmt()
111 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
117 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
126 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
130 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
138 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
151 hpp_field_fn get_field) in __hpp__sort() argument
[all …]
/Linux-v4.19/sound/pci/ctxfi/
Dcthw20k2.c427 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
687 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1328 if (get_field(pllstat, PLLSTAT_PD)) in hw_pll_init()
1331 if (get_field(pllstat, PLLSTAT_B) != in hw_pll_init()
1332 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1335 if (get_field(pllstat, PLLSTAT_CCS) != in hw_pll_init()
1336 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1339 if (get_field(pllstat, PLLSTAT_CRD) != in hw_pll_init()
1340 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1343 if (get_field(pllstat, PLLSTAT_CFD) != in hw_pll_init()
[all …]
Dcthardware.c68 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
Dcthardware.h201 unsigned int get_field(unsigned int data, unsigned int field);
Dcthw20k1.c427 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
685 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1345 if (get_field(gctl, GCTL_AID)) in hw_auto_init()
1348 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init()
/Linux-v4.19/tools/perf/util/
Dhist.h396 struct hist_entry *he, hpp_field_fn get_field,
399 struct hist_entry *he, hpp_field_fn get_field,
/Linux-v4.19/drivers/media/platform/ti-vpe/
Dcal.c82 #define reg_read_field(dev, offset, mask) get_field(reg_read(dev, offset), \
352 static inline int get_field(u32 value, u32 mask) in get_field() function
Dvpe.c458 static int get_field(u32 value, u32 mask, int shift) in get_field() function
465 return get_field(read_reg(dev, offset), mask, shift); in read_field_reg()