Searched refs:modestr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_hpt366.c | 173 static int hpt_dma_broken(const struct ata_device *dev, char *modestr, in hpt_dma_broken() argument 183 ata_dev_warn(dev, "%s is not supported for %s\n", modestr, list[i]); in hpt_dma_broken()
|
| H A D | pata_hpt37x.c | 221 static int hpt_dma_broken(const struct ata_device *dev, char *modestr, in hpt_dma_broken() argument 232 modestr, list[i]); in hpt_dma_broken()
|
| /linux/drivers/video/fbdev/ |
| H A D | stifb.c | 1192 char modestr[32]; in stifb_init_fb() local 1371 scnprintf(modestr, sizeof(modestr), "%dx%d-%d", xres, yres, bpp); in stifb_init_fb() 1372 fb_find_mode(&info->var, info, modestr, NULL, 0, NULL, bpp); in stifb_init_fb()
|
| /linux/security/apparmor/ |
| H A D | label.c | 1565 const char *modestr = aa_profile_mode_names[profile->mode]; in aa_profile_snxprint() local 1569 profile->base.hname, modestr); in aa_profile_snxprint() 1571 modestr); in aa_profile_snxprint()
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 183 static const char *modestr[] = { in phylink_an_mode_str() local 189 return mode < ARRAY_SIZE(modestr) ? modestr[mode] : "unknown"; in phylink_an_mode_str()
|