Home
last modified time | relevance | path

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

/Linux-v5.10/sound/usb/
Dmedia.c37 struct media_ctl *mctl; in snd_media_stream_init() local
52 mctl = kzalloc(sizeof(*mctl), GFP_KERNEL); in snd_media_stream_init()
53 if (!mctl) in snd_media_stream_init()
56 mctl->media_dev = mdev; in snd_media_stream_init()
59 mctl->media_entity.function = MEDIA_ENT_F_AUDIO_PLAYBACK; in snd_media_stream_init()
60 mctl->media_pad.flags = MEDIA_PAD_FL_SOURCE; in snd_media_stream_init()
64 mctl->media_entity.function = MEDIA_ENT_F_AUDIO_CAPTURE; in snd_media_stream_init()
65 mctl->media_pad.flags = MEDIA_PAD_FL_SINK; in snd_media_stream_init()
68 mctl->media_entity.name = pcm->name; in snd_media_stream_init()
69 media_entity_pads_init(&mctl->media_entity, 1, &mctl->media_pad); in snd_media_stream_init()
[all …]
/Linux-v5.10/arch/alpha/include/asm/
Dcore_tsunami.h55 tsunami_64 mctl; member
/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c26 struct mctl { struct
34 static const struct mctl g450_controls[] = argument
Dmatroxfb_maven.c60 struct mctl { struct
68 static const struct mctl maven_controls[] = argument
/Linux-v5.10/drivers/net/can/rcar/
Drcar_can.c62 u8 mctl[64]; /* Message Control Registers */ member