| /linux/drivers/power/supply/ |
| A D | rt9471.c | 391 int *pvalue = &val->intval; in rt9471_charger_get_property() local 395 return rt9471_get_status(chip, pvalue); in rt9471_charger_get_property() 397 return rt9471_get_vbus_good(chip, pvalue); in rt9471_charger_get_property() 399 return rt9471_get_usb_type_current(chip, pvalue); in rt9471_charger_get_property() 401 return rt9471_get_value_by_field_range(chip, F_ICHG_REG, RT9471_RANGE_ICHG, pvalue); in rt9471_charger_get_property() 403 *pvalue = RT9471_ICHG_MAXUA; in rt9471_charger_get_property() 406 return rt9471_get_value_by_field_range(chip, F_VBAT_REG, RT9471_RANGE_VCHG, pvalue); in rt9471_charger_get_property() 411 return rt9471_get_value_by_field_range(chip, F_AICR, RT9471_RANGE_AICR, pvalue); in rt9471_charger_get_property() 413 return rt9471_get_value_by_field_range(chip, F_MIVR, RT9471_RANGE_MIVR, pvalue); in rt9471_charger_get_property() 415 return rt9471_get_usb_type(chip, pvalue); in rt9471_charger_get_property() [all …]
|
| /linux/tools/bpf/bpftool/ |
| A D | pids.c | 40 refs = entry->pvalue; in add_ref() 191 struct obj_refs *refs = entry->pvalue; in delete_obj_refs_table() 209 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_json() 241 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_plain()
|
| A D | link.c | 576 jsonw_string(json_wtr, entry->pvalue); in show_link_close_json() 965 printf("\n\tpinned %s", (char *)entry->pvalue); in show_link_close_plain()
|
| 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()
|
| A D | common.c | 627 free(entry->pvalue); in delete_pinned_obj_table()
|
| A D | prog.c | 491 jsonw_string(json_wtr, entry->pvalue); in print_prog_json() 568 printf("\n\tpinned %s", (char *)entry->pvalue); in print_prog_plain()
|
| A D | gen.c | 2422 bpf_core_free_cands(entry->pvalue); in btfgen_record_obj()
|
| /linux/drivers/media/usb/as102/ |
| 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()
|
| A D | as10x_cmd.h | 510 uint32_t *pvalue);
|
| /linux/scripts/ |
| A D | get_maintainer.pl | 1294 my $pvalue = $2; 1296 $role = $pvalue; 1344 my $pvalue = $2; 1346 my $list_address = $pvalue; 1385 push_email_addresses($pvalue, $role . $suffix); 1390 push_email_addresses($pvalue, "reviewer:$subsystem" . $suffix); 1393 push(@scm, $pvalue . $suffix); 1395 push(@web, $pvalue . $suffix); 1397 push(@bug, $pvalue . $suffix); 1399 push(@status, $pvalue . $suffix);
|
| /linux/tools/perf/util/ |
| A D | expr.c | 89 zfree(&cur->pvalue); in ids__free() 314 zfree(&cur->pvalue); in expr__ctx_clear() 330 zfree(&cur->pvalue); in expr__ctx_free()
|
| A D | hashmap.h | 67 void *pvalue; member
|
| A D | threads.c | 179 int rc = fn((struct thread *)cur->pvalue, data); in threads__for_each_thread()
|
| A D | annotate.c | 121 zfree(&cur->pvalue); in annotated_source__delete()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| 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/ |
| 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/tools/lib/bpf/ |
| A D | hashmap.h | 67 void *pvalue; member
|
| A D | gen_loader.c | 1034 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, in bpf_gen__map_update_elem() argument 1045 value = add_data(gen, pvalue, value_size); in bpf_gen__map_update_elem()
|
| A D | libbpf.c | 5964 bpf_core_free_cands(entry->pvalue); in bpf_object__relocate_core()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| 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/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| 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/tools/perf/ |
| A D | builtin-ftrace.c | 1126 struct ftrace_profile_data *p1 = e1->pvalue; in cmp_profile_data() 1127 struct ftrace_profile_data *p2 = e2->pvalue; in cmp_profile_data() 1187 struct ftrace_profile_data *p = profile[i]->pvalue; in print_profile_result() 1198 free(entry->pvalue); in print_profile_result()
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.c | 439 static int asn1tag_write(u8 *ptr, u8 tag, const u8 *pvalue, u16 valuelen) in asn1tag_write() argument 445 memcpy(ptr + 4, pvalue, valuelen); in asn1tag_write() 451 memcpy(ptr + 3, pvalue, valuelen); in asn1tag_write() 455 memcpy(ptr + 2, pvalue, valuelen); in asn1tag_write()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 323 value = cur->pvalue; in test_hashmap_ptr_iface()
|
| /linux/net/core/ |
| A D | net-sysfs.c | 1374 unsigned int *pvalue) in bql_set() argument 1389 *pvalue = value; in bql_set()
|