/openbmc/linux/drivers/hwmon/ |
H A D | bt1-pvt.c | 207 struct pvt_hwmon *pvt = data; in pvt_soft_isr() local 410 struct pvt_hwmon *pvt = data; in pvt_hard_isr() local 714 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_read() local 798 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_write() local 849 struct pvt_hwmon *pvt = data; in pvt_clear_data() local 863 struct pvt_hwmon *pvt; in pvt_create_data() local 904 struct pvt_hwmon *pvt = data; in pvt_disable_clks() local 937 static int pvt_check_pwr(struct pvt_hwmon *pvt) in pvt_check_pwr() 972 static int pvt_init_iface(struct pvt_hwmon *pvt) in pvt_init_iface() 1072 struct pvt_hwmon *pvt = data; in pvt_disable_iface() local [all …]
|
H A D | mr75203.c | 188 struct pvt_device *pvt = file->private_data; in pvt_ts_coeff_j_read() local 201 struct pvt_device *pvt = file->private_data; in pvt_ts_coeff_j_write() local 221 struct pvt_device *pvt = (struct pvt_device *)data; in devm_pvt_ts_dbgfs_remove() local 227 static int pvt_ts_dbgfs_create(struct pvt_device *pvt, struct device *dev) in pvt_ts_dbgfs_create() 261 static long pvt_calc_temp(struct pvt_device *pvt, u32 nbs) in pvt_calc_temp() 279 struct pvt_device *pvt = dev_get_drvdata(dev); in pvt_read_temp() local 313 struct pvt_device *pvt = dev_get_drvdata(dev); in pvt_read_in() local 390 static int pvt_init(struct pvt_device *pvt) in pvt_init() 583 struct pvt_device *pvt) in pvt_get_regmap() 616 struct pvt_device *pvt = data; in pvt_reset_control_assert() local [all …]
|
/openbmc/linux/drivers/edac/ |
H A D | amd64_edac.c | 232 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() local 251 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local 308 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local 431 #define chip_select_base(i, dct, pvt) \ argument 446 struct amd64_pvt *pvt; in input_addr_to_csrow() local 912 struct amd64_pvt *pvt; in dram_addr_to_input_addr() local 2475 struct amd64_pvt *pvt; in f1x_lookup_addr_in_dct() local 3015 struct amd64_pvt *pvt; in decode_bus_error() local 3070 struct amd64_pvt *pvt; in decode_umc_error() local 4239 struct amd64_pvt *pvt = NULL; in probe_one_instance() local [all …]
|
H A D | dmc520_edac.c | 178 static u32 dmc520_read_reg(struct dmc520_edac *pvt, u32 offset) in dmc520_read_reg() 276 static u32 dmc520_get_memory_width(struct dmc520_edac *pvt) in dmc520_get_memory_width() 292 static enum mem_type dmc520_get_mtype(struct dmc520_edac *pvt) in dmc520_get_mtype() 350 static u64 dmc520_get_rank_size(struct dmc520_edac *pvt) in dmc520_get_rank_size() 368 struct dmc520_edac *pvt = mci->pvt_info; in dmc520_handle_dram_ecc_errors() local 395 struct dmc520_edac *pvt = mci->pvt_info; in dmc520_edac_dram_ecc_isr() local 410 struct dmc520_edac *pvt = mci->pvt_info; in dmc520_edac_dram_all_isr() local 430 struct dmc520_edac *pvt = mci->pvt_info; in dmc520_isr() local 445 struct dmc520_edac *pvt = mci->pvt_info; in dmc520_init_csrow() local 479 struct dmc520_edac *pvt = NULL; in dmc520_edac_probe() local [all …]
|
H A D | amd64_edac.h | 135 #define dram_rw(pvt, i) ((u8)(pvt->ranges[i].base.lo & 0x3)) argument 140 #define dhar_mem_hoist_valid(pvt) ((pvt)->dhar & BIT(1)) argument 141 #define dhar_base(pvt) ((pvt)->dhar & 0xff000000) argument 142 #define k8_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff00) << 16) argument 145 #define f10_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff80) << 16) argument 189 #define dct_high_range_enabled(pvt) ((pvt)->dct_sel_lo & BIT(0)) argument 195 #define dct_memory_cleared(pvt) ((pvt)->dct_sel_lo & BIT(10)) argument 414 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base() 424 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit() 511 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid() [all …]
|
H A D | i7core_edac.c | 489 struct i7core_pvt *pvt = mci->pvt_info; in get_dimm_config() local 662 struct i7core_pvt *pvt = mci->pvt_info; in disable_inject() local 687 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_store() local 707 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_show() local 724 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_store() local 744 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_show() local 764 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_eccmask_store() local 784 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_eccmask_show() local 915 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_enable_store() local 2099 struct i7core_pvt *pvt; in i7core_unregister_mci() local [all …]
|
H A D | sb_edac.c | 1571 struct sbridge_pvt *pvt = mci->pvt_info; in get_source_id() local 1590 struct sbridge_pvt *pvt = mci->pvt_info; in __populate_dimms() local 1689 struct sbridge_pvt *pvt = mci->pvt_info; in get_dimm_config() local 1767 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_layout() local 1982 struct sbridge_pvt *pvt; in sb_decode_ddr4() local 2039 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_error_data() local 2375 struct sbridge_pvt *pvt; in get_memory_error_data_from_mce() local 2618 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mci_bind_devs() local 2692 struct sbridge_pvt *pvt = mci->pvt_info; in ibridge_mci_bind_devs() local 2778 struct sbridge_pvt *pvt = mci->pvt_info; in haswell_mci_bind_devs() local [all …]
|
H A D | i7300_edac.c | 353 struct i7300_pvt *pvt; in i7300_process_error_global() local 408 struct i7300_pvt *pvt; in i7300_process_fbd_error() local 521 struct i7300_pvt *pvt = mci->pvt_info; in i7300_clear_error() local 558 struct i7300_pvt *pvt = mci->pvt_info; in i7300_enable_error_reporting() local 585 static int decode_mtr(struct i7300_pvt *pvt, in decode_mtr() 682 static void print_dimm_size(struct i7300_pvt *pvt) in print_dimm_size() 747 struct i7300_pvt *pvt; in i7300_init_csrows() local 840 struct i7300_pvt *pvt; in i7300_get_mc_regs() local 911 struct i7300_pvt *pvt; in i7300_put_devices() local 936 struct i7300_pvt *pvt; in i7300_get_devices() local [all …]
|
H A D | e752x_edac.c | 308 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in ctl_page_to_phys() local 334 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ce() local 393 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ue() local 465 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ded_retry() local 842 struct e752x_pvt *pvt; in e752x_get_error_info() local 991 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in set_sdram_scrub_rate() local 1057 struct e752x_pvt *pvt = mci->pvt_info; in remap_csrow_index() local 1139 struct e752x_pvt *pvt) in e752x_init_mem_map_table() 1175 struct e752x_pvt *pvt) in e752x_get_devs() 1261 struct e752x_pvt *pvt; in e752x_probe1() local [all …]
|
H A D | octeon_edac-lmc.c | 73 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_lmc_edac_poll_o2() local 173 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_mc_inject_error_type_store() local 188 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_mc_inject_error_type_show() local
|
H A D | i5400_edac.c | 439 struct i5400_pvt *pvt; in i5400_get_error_info() local 701 struct i5400_pvt *pvt; in i5400_put_devices() local 720 struct i5400_pvt *pvt; in i5400_get_devices() local 838 static int determine_amb_present_reg(struct i5400_pvt *pvt, int channel) in determine_amb_present_reg() 862 static int determine_mtr(struct i5400_pvt *pvt, int dimm, int channel) in determine_mtr() 919 static void handle_channel(struct i5400_pvt *pvt, int dimm, int channel, in handle_channel() 957 static void calculate_dimm_size(struct i5400_pvt *pvt) in calculate_dimm_size() 1054 struct i5400_pvt *pvt; in i5400_get_mc_regs() local 1167 struct i5400_pvt *pvt; in i5400_init_dimms() local 1230 struct i5400_pvt *pvt; in i5400_enable_error_reporting() local [all …]
|
H A D | i5000_edac.c | 388 struct i5000_pvt *pvt; in i5000_get_error_info() local 782 struct i5000_pvt *pvt; in i5000_get_devices() local 901 struct i5000_pvt *pvt; in i5000_put_devices() local 927 static int determine_amb_present_reg(struct i5000_pvt *pvt, int channel) in determine_amb_present_reg() 951 static int determine_mtr(struct i5000_pvt *pvt, int slot, int channel) in determine_mtr() 992 static void handle_channel(struct i5000_pvt *pvt, int slot, int channel, in handle_channel() 1034 static void calculate_dimm_size(struct i5000_pvt *pvt) in calculate_dimm_size() 1133 struct i5000_pvt *pvt; in i5000_get_mc_regs() local 1249 struct i5000_pvt *pvt; in i5000_init_csrows() local 1309 struct i5000_pvt *pvt; in i5000_enable_error_reporting() local [all …]
|
H A D | e7xxx_edac.c | 186 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info; in ctl_page_to_phys() local 259 struct e7xxx_pvt *pvt; in e7xxx_get_error_info() local 425 struct e7xxx_pvt *pvt = NULL; in e7xxx_probe1() local 540 struct e7xxx_pvt *pvt; in e7xxx_remove_one() local
|
H A D | i82875p_edac.c | 392 struct i82875p_pvt *pvt; in i82875p_probe1() local 493 struct i82875p_pvt *pvt = NULL; in i82875p_remove_one() local
|
H A D | ghes_edac.c | 277 struct ghes_pvt *pvt; in ghes_edac_report_mem_error() local 392 struct ghes_pvt *pvt; in ghes_edac_register() local
|
H A D | i82975x_edac.c | 468 struct i82975x_pvt *pvt; in i82975x_probe1() local 610 struct i82975x_pvt *pvt; in i82975x_remove_one() local
|
H A D | edac_device.c | 67 void *pvt; in edac_device_alloc_ctl_info() local
|
H A D | pnd2_edac.c | 908 struct pnd2_pvt *pvt = mci->pvt_info; in apl_pmi2mem() local 1202 struct pnd2_pvt *pvt = mci->pvt_info; in apl_get_dimm_config() local 1314 struct pnd2_pvt *pvt; in pnd2_register_mci() local
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_uvmem.c | 521 struct kvmppc_uvmem_page_pvt *pvt; in __kvmppc_svm_page_out() local 614 struct kvmppc_uvmem_page_pvt *pvt; in kvmppc_uvmem_drop_pages() local 699 struct kvmppc_uvmem_page_pvt *pvt; in kvmppc_uvmem_get_page() local 883 struct kvmppc_uvmem_page_pvt *pvt; in kvmppc_share_page() local 1001 struct kvmppc_uvmem_page_pvt *pvt = vmf->page->zone_device_data; in kvmppc_uvmem_migrate_to_ram() local 1022 struct kvmppc_uvmem_page_pvt *pvt; in kvmppc_uvmem_page_free() local
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpidspcd.h | 54 struct dsp_code_private *pvt; member
|
/openbmc/qemu/include/qemu/ |
H A D | vhost-user-server.h | 25 void *pvt; member
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user-glib.c | 105 set_watch(VuDev *vu_dev, int fd, int vu_evt, vu_watch_cb cb, void *pvt) in set_watch()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | cache.c | 151 unsigned int level, idx, pvt; in populate_cache_leaves() local
|
/openbmc/qemu/util/ |
H A D | vhost-user-server.c | 289 vu_watch_cb cb, void *pvt) in set_watch()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_cca_key.h | 170 struct cca_pvt_ext_crt_sec pvt; in zcrypt_type6_crt_key() member
|