Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dmem.c758 static const struct file_operations __maybe_unused port_fops = { variable
796 [4] = { "port", 0, &port_fops, 0 },
Dvirtio_console.c1109 static const struct file_operations port_fops = { variable
1430 port->cdev->ops = &port_fops; in add_port()