Searched refs:mod_str (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | skx_common.h | 142 int chan, int dimmno, const char *mod_str); 145 const char *ctl_name, const char *mod_str,
|
| H A D | skx_common.c | 344 int chan, int dimmno, const char *mod_str) in skx_get_nvdimm_info() argument 356 pr_warn_once("%s: Can't find size of NVDIMM. Try enabling CONFIG_ACPI_NFIT\n", mod_str); in skx_get_nvdimm_info() 392 const char *ctl_name, const char *mod_str, in skx_register_mci() argument 430 mci->mod_name = mod_str; in skx_register_mci()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 129 return mod_str; 134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 129 return mod_str; 134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_mb.c | 1378 static char *mod_str[] = { in csio_mb_portmod_changed() local 1386 else if (port->mod_type < ARRAY_SIZE(mod_str)) in csio_mb_portmod_changed() 1388 mod_str[port->mod_type]); in csio_mb_portmod_changed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 215 static const char * const mod_str[] = { in t4vf_os_portmod_changed() local 224 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4vf_os_portmod_changed() 226 dev->name, mod_str[pi->mod_type]); in t4vf_os_portmod_changed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_main.c | 316 static const char *mod_str[] = { in t3_os_phymod_changed() local 327 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 308 static const char *mod_str[] = { in t4_os_portmod_changed() local 317 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed() 318 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed()
|