Home
last modified time | relevance | path

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

/linux-5.19.10/sound/firewire/fireworks/
Dfireworks_proc.c60 snd_iprintf(buffer, "phys in: 0x%X\n", hwinfo->phys_in); in proc_read_hwinfo()
138 (efw->phys_in + efw->phys_out) * sizeof(u32); in proc_read_phys_meters()
163 max = min(efw->phys_in, meters->in_meters); in proc_read_phys_meters()
Dfireworks.h92 unsigned int phys_in; member
134 u32 phys_in; member
Dfireworks.c162 efw->phys_in = hwinfo->phys_in; in get_hardware_info()
Dfireworks_command.c231 be32_to_cpus(&hwinfo->phys_in); in snd_efw_command_get_hwinfo()