Home
last modified time | relevance | path

Searched refs:con_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dice1712.c1461 static const struct snd_ac97_bus_ops con_ops = { in snd_ice1712_ac97_mixer() local
1471 err = snd_ac97_bus(ice->card, bus_num++, &con_ops, NULL, &pbus); in snd_ice1712_ac97_mixer()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c3502 static const struct tty_operations con_ops = { variable
3567 tty_set_operations(console_driver, &con_ops); in vty_init()