| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 77 values[0].val = get_field(he); in __hpp__fmt() 91 values[i].val = get_field(pair); in __hpp__fmt() 163 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument 175 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair() 194 hpp_field_fn get_field, int idx) in __hpp__group_sort_idx() argument 200 cmp = field_cmp(get_field(a), get_field(b)); in __hpp__group_sort_idx() 234 hpp_field_fn get_field) in __hpp__sort() argument 242 return __hpp__group_sort_idx(a, b, get_field, in __hpp__sort() 246 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort() 273 hpp_field_fn get_field) in __hpp__sort_acc() argument [all …]
|
| /linux-6.15/tools/testing/selftests/move_mount_set_group/ |
| H 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-6.15/sound/pci/ctxfi/ |
| H 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 …]
|
| H A D | cthardware.c | 64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
|
| H A D | cthardware.h | 198 unsigned int get_field(unsigned int data, unsigned int field);
|
| H 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-6.15/tools/testing/selftests/net/ |
| H A 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.15/tools/perf/util/ |
| H A D | hist.h | 639 struct hist_entry *he, hpp_field_fn get_field, 643 struct hist_entry *he, hpp_field_fn get_field,
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 301 static char *get_field(char *src, int nfields) in get_field() function 339 target = get_field(line, 4); in is_shared_mount() 343 opts = get_field(target, 2); in is_shared_mount()
|
| /linux-6.15/drivers/md/dm-vdo/indexer/ |
| H A D | delta-index.c | 404 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-6.15/drivers/media/platform/ti/vpe/ |
| H 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()
|