Searched refs:mod_str (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c38 const char *buff_str, *mod_str, *rd_str, *wr_str; local
41 mod_str = (cache & BIT(1)) ? "Modifiable " : "";
49 cache, buff_str, mod_str, rd_str, wr_str);
/linux-master/drivers/edac/
H A Dskx_common.h251 int chan, int dimmno, const char *mod_str);
254 const char *ctl_name, const char *mod_str,
H A Dskx_common.c399 int chan, int dimmno, const char *mod_str)
411 pr_warn_once("%s: Can't find size of NVDIMM. Try enabling CONFIG_ACPI_NFIT\n", mod_str);
447 const char *ctl_name, const char *mod_str,
488 mci->mod_name = mod_str;
398 skx_get_nvdimm_info(struct dimm_info *dimm, struct skx_imc *imc, int chan, int dimmno, const char *mod_str) argument
446 skx_register_mci(struct skx_imc *imc, struct pci_dev *pdev, const char *ctl_name, const char *mod_str, get_dimm_config_f get_dimm_config, struct res_config *cfg) argument
/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.c1378 static char *mod_str[] = { local
1386 else if (port->mod_type < ARRAY_SIZE(mod_str))
1388 mod_str[port->mod_type]);
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c215 static const char * const mod_str[] = { local
224 else if (pi->mod_type < ARRAY_SIZE(mod_str))
226 dev->name, mod_str[pi->mod_type]);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c316 static const char *mod_str[] = { local
327 mod_str[pi->phy.modtype]);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c307 static const char *mod_str[] = { local
316 else if (pi->mod_type < ARRAY_SIZE(mod_str))
317 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]);

Completed in 412 milliseconds