Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/power/supply/
H A Drt9471.c405 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 Dpids.c40 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 Dmap.c530 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 Das10x_cmd_cfg.c24 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 Das10x_cmd.h510 uint32_t *pvalue);
/linux/tools/perf/util/
H A Dhwmon_pmu.c327 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 Dexpr.c86 zfree(&cur->pvalue); in ids__free()
314 zfree(&cur->pvalue); in expr__ctx_clear()
330 zfree(&cur->pvalue); in expr__ctx_free()
H A Dpython.c676 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 Dbpf-trace-summary.c424 data[i++] = entry->pvalue; in trace_print_bpf_summary()
H A Dpmu.c457 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 Dbpf_lock_contention.c106 free(cur->pvalue); in exit_slab_cache_iter()
H A Dannotate.c123 zfree(&cur->pvalue); in annotated_source__delete()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Drf_common.c281 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 Drf.c304 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 Drf.c319 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 Drf.c327 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 Dbuiltin-ftrace.c1337 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 Dbuiltin-trace.c1580 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 Dhashmap.c323 value = cur->pvalue; in test_hashmap_ptr_iface()
/linux/tools/perf/ui/browsers/
H A Dannotate.c1256 zfree(&cur->pvalue); in __hist_entry__tui_annotate()
/linux/tools/lib/bpf/
H A Dlibbpf.c6134 bpf_core_free_cands(entry->pvalue); in bpf_object__relocate_core()