Home
last modified time | relevance | path

Searched refs:modestr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ata/
H A Dpata_hpt366.c173 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 Dpata_hpt37x.c221 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 Dstifb.c1192 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 Dlabel.c1565 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 Dphylink.c183 static const char *modestr[] = { in phylink_an_mode_str() local
189 return mode < ARRAY_SIZE(modestr) ? modestr[mode] : "unknown"; in phylink_an_mode_str()