| /linux/drivers/hwmon/ |
| H A D | bt1-pvt.c | 134 static inline void pvt_set_mode(struct pvt_hwmon *pvt, u32 mode) in pvt_set_mode() 152 static inline void pvt_set_trim(struct pvt_hwmon *pvt, u32 trim) in pvt_set_trim() 163 static inline void pvt_set_tout(struct pvt_hwmon *pvt, u32 tout) in pvt_set_tout() 207 struct pvt_hwmon *pvt = data; in pvt_soft_isr() local 290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() 310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit() 331 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit() 371 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm() 410 struct pvt_hwmon *pvt = data; in pvt_hard_isr() local 452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() [all …]
|
| H A D | mr75203.c | 188 struct pvt_device *pvt = file->private_data; pvt_ts_coeff_j_read() local 201 struct pvt_device *pvt = file->private_data; pvt_ts_coeff_j_write() local 221 struct pvt_device *pvt = (struct pvt_device *)data; devm_pvt_ts_dbgfs_remove() local 227 pvt_ts_dbgfs_create(struct pvt_device * pvt,struct device * dev) pvt_ts_dbgfs_create() argument 261 pvt_calc_temp(struct pvt_device * pvt,u32 nbs) pvt_calc_temp() argument 279 struct pvt_device *pvt = dev_get_drvdata(dev); pvt_read_temp() local 313 struct pvt_device *pvt = dev_get_drvdata(dev); pvt_read_in() local 390 pvt_init(struct pvt_device * pvt) pvt_init() argument 583 pvt_get_regmap(struct platform_device * pdev,char * reg_name,struct pvt_device * pvt) pvt_get_regmap() argument 616 struct pvt_device *pvt = data; pvt_reset_control_assert() local 621 pvt_reset_control_deassert(struct device * dev,struct pvt_device * pvt) pvt_reset_control_deassert() argument 632 pvt_get_active_channel(struct device * dev,struct pvt_device * pvt,u32 vm_num,u32 ch_num,u8 * vm_idx) pvt_get_active_channel() argument 686 pvt_get_pre_scaler(struct device * dev,struct pvt_device * pvt) pvt_get_pre_scaler() argument 723 pvt_set_temp_coeff(struct device * dev,struct pvt_device * pvt) pvt_set_temp_coeff() argument 774 struct pvt_device *pvt; mr75203_probe() local [all...] |
| /linux/drivers/edac/ |
| H A D | dmc520_edac.c | 178 static u32 dmc520_read_reg(struct dmc520_edac *pvt, u32 offset) in dmc520_read_reg() 183 static void dmc520_write_reg(struct dmc520_edac *pvt, u32 val, u32 offset) in dmc520_write_reg() 200 static u32 dmc520_get_dram_ecc_error_count(struct dmc520_edac *pvt, in dmc520_get_dram_ecc_error_count() 224 static void dmc520_get_dram_ecc_error_info(struct dmc520_edac *pvt, in dmc520_get_dram_ecc_error_info() 260 static enum scrub_type dmc520_get_scrub_type(struct dmc520_edac *pvt) in dmc520_get_scrub_type() 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() 314 static enum dev_type dmc520_get_dtype(struct dmc520_edac *pvt) in dmc520_get_dtype() 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 [all …]
|
| H A D | i7core_edac.c | 396 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch))) argument 397 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1)) argument 400 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) argument 401 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) argument 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 [all …]
|
| H A D | sb_edac.c | 802 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm() 811 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm() 819 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm() 828 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm() 885 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type() 904 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type() 936 static enum dev_type knl_get_width(struct sbridge_pvt *pvt, u32 mtr) in knl_get_width() 942 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width() 967 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width() 976 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width() [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 1020 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in get_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() [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 | 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 | i82975x_edac.c | 468 struct i82975x_pvt *pvt; in i82975x_probe1() local 610 struct i82975x_pvt *pvt; in i82975x_remove_one() local
|
| /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 1000 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_folio_free() local
|
| /linux/sound/pci/asihpi/ |
| H A D | hpidspcd.h | 54 struct dsp_code_private *pvt; member
|
| /linux/arch/riscv/boot/dts/thead/ |
| H A D | th1520.dtsi | 747 pvt: pvt@fffff4e000 { label
|
| /linux/arch/s390/kernel/ |
| H A D | cache.c | 151 unsigned int level, idx, pvt; in populate_cache_leaves() local
|
| /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
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | devlink.c | 581 u16 *pvt, *cur; in mv88e6xxx_region_pvt_snapshot() local
|