| /linux/drivers/power/supply/ |
| H A D | rt9471.c | 405 int *pvalue = &val->intval; in rt9471_charger_get_property() local 409 return rt9471_get_status(chip, pvalue); in rt9471_charger_get_property() 411 return rt9471_get_vbus_good(chip, pvalue); in rt9471_charger_get_property() 413 return rt9471_get_usb_type_current(chip, pvalue); in rt9471_charger_get_property() 415 return rt9471_get_value_by_field_range(chip, F_ICHG_REG, RT9471_RANGE_ICHG, pvalue); in rt9471_charger_get_property() 417 *pvalue = RT9471_ICHG_MAXUA; in rt9471_charger_get_property() 420 return rt9471_get_value_by_field_range(chip, F_VBAT_REG, RT9471_RANGE_VCHG, pvalue); in rt9471_charger_get_property() 425 return rt9471_get_value_by_field_range(chip, F_AICR, RT9471_RANGE_AICR, pvalue); in rt9471_charger_get_property() 427 return rt9471_get_value_by_field_range(chip, F_MIVR, RT9471_RANGE_MIVR, pvalue); in rt9471_charger_get_property() 429 return rt9471_get_usb_type(chip, pvalue); in rt9471_charger_get_property() [all …]
|
| /linux/tools/bpf/bpftool/ |
| H A D | pids.c | 40 refs = entry->pvalue; in add_ref() 193 struct obj_refs *refs = entry->pvalue; in delete_obj_refs_table() 211 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_json() 243 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_plain()
|
| H A D | map.c | 530 jsonw_string(json_wtr, entry->pvalue); in show_map_close_json() 606 printf("\n\tpinned %s", (char *)entry->pvalue); in show_map_close_plain()
|
| /linux/drivers/media/usb/as102/ |
| H A D | as10x_cmd_cfg.c | 24 uint32_t *pvalue) in as10x_cmd_get_context() argument 63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context()
|
| H A D | as10x_cmd.h | 510 uint32_t *pvalue);
|
| /linux/tools/perf/util/ |
| H A D | hwmon_pmu.c | 327 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__read_events() 400 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__exit() 501 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__for_each_event() 576 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__have_event() 609 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__config_term()
|
| H A D | expr.c | 86 zfree(&cur->pvalue); in ids__free() 314 zfree(&cur->pvalue); in expr__ctx_clear() 330 zfree(&cur->pvalue); in expr__ctx_free()
|
| H A D | python.c | 676 PyObject *pkey, *pvalue; in add_to_dict() local 683 pvalue = PyUnicode_FromString(value); in add_to_dict() 685 ret = pkey && pvalue && PyDict_SetItem(dict, pkey, pvalue) == 0; in add_to_dict() 687 Py_XDECREF(pvalue); in add_to_dict()
|
| H A D | bpf-trace-summary.c | 424 data[i++] = entry->pvalue; in trace_print_bpf_summary()
|
| H A D | pmu.c | 457 perf_pmu_free_alias(entry->pvalue); in perf_pmu__del_aliases() 2258 struct perf_pmu_alias *event = entry->pvalue; in perf_pmu__for_each_event() 2757 struct perf_pmu_alias *event = entry->pvalue; in perf_pmu__name_from_config()
|
| H A D | bpf_lock_contention.c | 106 free(cur->pvalue); in exit_slab_cache_iter()
|
| H A D | annotate.c | 123 zfree(&cur->pvalue); in annotated_source__delete()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| H A D | rf_common.c | 281 u8 index, u32 *pvalue) in _rtl92d_write_ofdm_power_reg() argument 300 writeval = pvalue[rf]; in _rtl92d_write_ofdm_power_reg()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | rf.c | 304 u8 index, u32 *pvalue) in _rtl8821ae_write_ofdm_power_reg() argument 322 writeval = pvalue[rf]; in _rtl8821ae_write_ofdm_power_reg()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | rf.c | 319 u8 index, u32 *pvalue) in _rtl8723e_write_ofdm_power_reg() argument 339 writeval = pvalue[rf]; in _rtl8723e_write_ofdm_power_reg()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | rf.c | 327 u8 index, u32 *pvalue) in _rtl8723be_write_ofdm_power_reg() argument 345 writeval = pvalue[rf]; in _rtl8723be_write_ofdm_power_reg()
|
| /linux/tools/perf/ |
| H A D | builtin-ftrace.c | 1337 struct ftrace_profile_data *p1 = e1->pvalue; in cmp_profile_data() 1338 struct ftrace_profile_data *p2 = e2->pvalue; in cmp_profile_data() 1399 struct ftrace_profile_data *p = profile[i]->pvalue; in print_profile_result() 1410 free(entry->pvalue); in print_profile_result()
|
| H A D | builtin-trace.c | 1580 zfree(&pos->pvalue); in delete_syscall_stats() 4831 struct syscall_stats *ss = pos->pvalue; in syscall__sort_stats()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 323 value = cur->pvalue; in test_hashmap_ptr_iface()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 1256 zfree(&cur->pvalue); in __hist_entry__tui_annotate()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6134 bpf_core_free_cands(entry->pvalue); in bpf_object__relocate_core()
|