Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/spi/
Dat73c213.h23 char shortname[32]; member
/linux-4.19.296/drivers/hid/
Dhid-prodikeys.c87 static const char shortname[] = "PC-MIDI"; variable
646 strncpy(card->driver, shortname, sizeof(card->driver)); in pcmidi_snd_initialise()
647 strncpy(card->shortname, shortname, sizeof(card->shortname)); in pcmidi_snd_initialise()
651 err = snd_rawmidi_new(card, card->shortname, 0, in pcmidi_snd_initialise()
659 strncpy(rwmidi->name, card->shortname, sizeof(rwmidi->name)); in pcmidi_snd_initialise()
/linux-4.19.296/fs/fat/
Dinode.c963 switch (opts->shortname) { in fat_show_options()
1144 opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; in parse_options()
1147 opts->shortname = 0; in parse_options()
1195 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
1306 opts->shortname = VFAT_SFN_DISPLAY_LOWER in parse_options()
1310 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options()
1314 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
1318 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options()
Ddir.c357 unsigned short opt_shortname = sbi->options.shortname; in fat_parse_short()
548 const char *shortname; member
641 both->shortname = bufname; in __fat_readdir()
734 const char *shortname = buf->shortname; \
747 copy_to_user(d1->d_name, shortname, short_len) || \
Dnamei_vfat.c450 if (opts->shortname & VFAT_SFN_CREATE_WIN95) { in vfat_create_shortname()
452 } else if (opts->shortname & VFAT_SFN_CREATE_WINNT) { in vfat_create_shortname()
617 goto shortname; in vfat_build_slots()
638 shortname: in vfat_build_slots()
Dfat.h35 unsigned short shortname; /* flags for shortname display/create rule */ member
/linux-4.19.296/include/sound/
Dcore.h100 char shortname[32]; /* short name of this soundcard */ member