Home
last modified time | relevance | path

Searched refs:snd_efw_hwinfo (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/sound/firewire/fireworks/
Dfireworks.h122 struct snd_efw_hwinfo { struct
197 struct snd_efw_hwinfo *hwinfo);
Dfireworks_proc.c32 struct snd_efw_hwinfo *hwinfo; in proc_read_hwinfo()
34 hwinfo = kmalloc(sizeof(struct snd_efw_hwinfo), GFP_KERNEL); in proc_read_hwinfo()
Dfireworks.c75 struct snd_efw_hwinfo *hwinfo; in get_hardware_info()
79 hwinfo = kzalloc(sizeof(struct snd_efw_hwinfo), GFP_KERNEL); in get_hardware_info()
Dfireworks_command.c212 struct snd_efw_hwinfo *hwinfo) in snd_efw_command_get_hwinfo()