| /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 | 331 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__read_events() 404 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__exit() 505 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__for_each_event() 580 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__have_event() 613 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__config_term()
|
| H A D | expr.c | 87 zfree(&cur->pvalue); in ids__free() 324 zfree(&cur->pvalue); in expr__ctx_free() 340 zfree(&cur->pvalue); in __expr__parse()
|
| 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 | 432 perf_pmu_free_alias(entry->pvalue); in perf_pmu__del_aliases() 2243 struct perf_pmu_alias *event = entry->pvalue; in perf_pmu__for_each_event() 2767 struct perf_pmu_alias *event = entry->pvalue;
|
| 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 | 1343 struct ftrace_profile_data *p1 = e1->pvalue; in cmp_profile_data() 1344 struct ftrace_profile_data *p2 = e2->pvalue; in cmp_profile_data() 1405 struct ftrace_profile_data *p = profile[i]->pvalue; in print_profile_result() 1416 free(entry->pvalue); in print_profile_result()
|
| H A D | builtin-trace.c | 1572 zfree(&pos->pvalue); in delete_syscall_stats() 4884 struct syscall_stats *ss = pos->pvalue; in syscall__dump_stats()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 323 value = cur->pvalue; in test_hashmap_ptr_iface()
|
| /linux/tools/lib/bpf/ |
| H A D | gen_loader.c | 1192 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, in bpf_gen__map_update_elem() 1202 value = add_data(gen, pvalue, value_size); in bpf_gen__map_update_elem() 1159 bpf_gen__map_update_elem(struct bpf_gen * gen,int map_idx,void * pvalue,__u32 value_size) bpf_gen__map_update_elem() argument
|
| H A D | libbpf.c | 6198 bpf_core_free_cands(entry->pvalue);
|
| /linux/net/core/ |
| H A D | net-sysfs.c | 1522 unsigned int *pvalue) in bql_show() 1537 *pvalue = value; in bql_set() 1528 bql_set(const char * buf,const size_t count,unsigned int * pvalue) bql_set() argument
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 1259 zfree(&cur->pvalue); in __hist_entry__tui_annotate()
|