Home
last modified time | relevance | path

Searched refs:res_config (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/edac/
H A Dskx_common.h199 struct res_config { struct
246 struct res_config *cfg); argument
254 void skx_set_res_cfg(struct res_config *cfg);
259 int skx_get_all_bus_mappings(struct res_config *cfg, struct list_head **list);
265 struct res_config *cfg);
273 struct res_config *cfg);
H A Die31200_edac.c125 struct res_config { struct
154 struct res_config *cfg; argument
235 struct res_config *cfg = priv->cfg; in ie31200_clear_error_info()
314 struct res_config *cfg = priv->cfg; in ie31200_process_error_info()
393 struct res_config *cfg) in populate_dimm_info()
401 struct res_config *cfg, int mc) in ie31200_get_dimm_config()
581 static int ie31200_probe1(struct pci_dev *pdev, struct res_config *cfg) in ie31200_probe1()
622 rc = ie31200_probe1(pdev, (struct res_config *)ent->driver_data); in ie31200_init_one()
641 static struct res_config snb_cfg = {
663 static struct res_config skl_cfg = {
[all …]
H A Digen6_edac.c128 static const struct res_config { struct
475 static const struct res_config ehl_cfg = {
485 static const struct res_config icl_cfg = {
495 static const struct res_config tgl_cfg = {
509 static const struct res_config adl_cfg = {
520 static const struct res_config adl_n_cfg = {
531 static const struct res_config rpl_p_cfg = {
543 static const struct res_config mtl_ps_cfg = {
554 static const struct res_config mtl_p_cfg = {
1386 static void opstate_set(const struct res_config *cfg, const struct pci_device_id *ent) in opstate_set()
[all …]
H A Di10nm_base.c83 static struct res_config *res_cfg;
346 static int i10nm_get_imc_num(struct res_config *cfg) in i10nm_get_imc_num()
407 static bool i10nm_check_2lm(struct res_config *cfg) in i10nm_check_2lm()
858 static struct res_config i10nm_cfg0 = {
877 static struct res_config i10nm_cfg1 = {
896 static struct res_config spr_cfg = {
925 static struct res_config gnr_cfg = {
970 struct res_config *cfg) in i10nm_get_dimm_config()
1019 struct res_config *cfg; in i10nm_init()
1042 cfg = (struct res_config *)id->driver_data; in i10nm_init()
H A Dskx_common.c51 static struct res_config *skx_res_cfg;
243 void skx_set_res_cfg(struct res_config *cfg) in skx_set_res_cfg()
320 int skx_get_all_bus_mappings(struct res_config *cfg, struct list_head **list) in skx_get_all_bus_mappings()
428 struct res_config *cfg) in skx_get_dimm_info()
534 struct res_config *cfg) in skx_register_mci()
H A Dskx_base.c160 static struct res_config skx_cfg = {
177 static int skx_get_dimm_config(struct mem_ctl_info *mci, struct res_config *cfg) in skx_get_dimm_config()
599 struct res_config *cfg; in skx_init()
622 cfg = (struct res_config *)id->driver_data; in skx_init()