/openbmc/linux/drivers/power/supply/ |
H A D | rt9471.c | 399 int *pvalue = &val->intval; in rt9471_charger_get_property() local 403 return rt9471_get_status(chip, pvalue); in rt9471_charger_get_property() 405 return rt9471_get_vbus_good(chip, pvalue); in rt9471_charger_get_property() 407 return rt9471_get_usb_type_current(chip, pvalue); in rt9471_charger_get_property() 409 return rt9471_get_value_by_field_range(chip, F_ICHG_REG, RT9471_RANGE_ICHG, pvalue); in rt9471_charger_get_property() 411 *pvalue = RT9471_ICHG_MAXUA; in rt9471_charger_get_property() 414 return rt9471_get_value_by_field_range(chip, F_VBAT_REG, RT9471_RANGE_VCHG, pvalue); in rt9471_charger_get_property() 419 return rt9471_get_value_by_field_range(chip, F_AICR, RT9471_RANGE_AICR, pvalue); in rt9471_charger_get_property() 421 return rt9471_get_value_by_field_range(chip, F_MIVR, RT9471_RANGE_MIVR, pvalue); in rt9471_charger_get_property() 423 return rt9471_get_usb_type(chip, pvalue); in rt9471_charger_get_property() [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | pids.c | 40 refs = entry->pvalue; in add_ref() 186 struct obj_refs *refs = entry->pvalue; in delete_obj_refs_table() 204 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_json() 236 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_plain()
|
H A D | link.c | 492 jsonw_string(json_wtr, entry->pvalue); in show_link_close_json() 823 printf("\n\tpinned %s", (char *)entry->pvalue); in show_link_close_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()
|
H A D | common.c | 627 free(entry->pvalue); in delete_pinned_obj_table()
|
H A D | prog.c | 490 jsonw_string(json_wtr, entry->pvalue); in print_prog_json() 564 printf("\n\tpinned %s", (char *)entry->pvalue); in print_prog_plain()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-host-pci-device.c | 200 unsigned int *pvalue, int base, Error **errp) in xen_host_pci_get_value() argument 228 *pvalue = value; in xen_host_pci_get_value() 239 unsigned int *pvalue, in xen_host_pci_get_hex_value() argument 242 xen_host_pci_get_value(d, name, pvalue, 16, errp); in xen_host_pci_get_hex_value() 247 unsigned int *pvalue, in xen_host_pci_get_dec_value() argument 250 xen_host_pci_get_value(d, name, pvalue, 10, errp); in xen_host_pci_get_dec_value()
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 930 my $pvalue = $2; 932 $role = $pvalue; 980 my $pvalue = $2; 982 my $list_address = $pvalue; 1016 my ($name, $address) = parse_email($pvalue); 1030 push_email_addresses($pvalue, $role); 1033 my ($name, $address) = parse_email($pvalue); 1047 push_email_addresses($pvalue, "reviewer:$subsystem"); 1050 push(@scm, $pvalue); 1052 push(@web, $pvalue); [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | lapic.c | 100 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue) in lapic_remote_read() argument 117 *pvalue = lapic_read(LAPIC_RRR); in lapic_remote_read()
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 1217 my $pvalue = $2; 1219 $role = $pvalue; 1267 my $pvalue = $2; 1269 my $list_address = $pvalue; 1303 my ($name, $address) = parse_email($pvalue); 1317 push_email_addresses($pvalue, $role); 1320 my ($name, $address) = parse_email($pvalue); 1334 push_email_addresses($pvalue, "reviewer:$subsystem"); 1337 push(@scm, $pvalue); 1339 push(@web, $pvalue); [all …]
|
/openbmc/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);
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | lapic.h | 73 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue);
|
/openbmc/linux/tools/perf/util/ |
H A D | expr.c | 93 zfree(&cur->pvalue); in ids__free() 318 zfree(&cur->pvalue); in expr__ctx_clear() 334 zfree(&cur->pvalue); in expr__ctx_free()
|
H A D | hashmap.h | 67 void *pvalue; member
|
/openbmc/linux/scripts/ |
H A D | get_maintainer.pl | 1277 my $pvalue = $2; 1279 $role = $pvalue; 1327 my $pvalue = $2; 1329 my $list_address = $pvalue; 1368 push_email_addresses($pvalue, $role); 1373 push_email_addresses($pvalue, "reviewer:$subsystem"); 1376 push(@scm, $pvalue); 1378 push(@web, $pvalue); 1380 push(@status, $pvalue);
|
/openbmc/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()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | hashmap.h | 67 void *pvalue; member
|
H 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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 304 u8 index, u32 *pvalue) in _rtl92d_write_ofdm_power_reg() argument 323 writeval = pvalue[rf]; in _rtl92d_write_ofdm_power_reg()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 444 static int asn1tag_write(u8 *ptr, u8 tag, const u8 *pvalue, u16 valuelen) in asn1tag_write() argument 450 memcpy(ptr + 4, pvalue, valuelen); in asn1tag_write() 456 memcpy(ptr + 3, pvalue, valuelen); in asn1tag_write() 460 memcpy(ptr + 2, pvalue, valuelen); in asn1tag_write()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 323 value = cur->pvalue; in test_hashmap_ptr_iface()
|
/openbmc/linux/net/core/ |
H A D | net-sysfs.c | 1351 unsigned int *pvalue) in bql_set() argument 1366 *pvalue = value; in bql_set()
|