Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/
Dmem.c660 static const struct file_operations port_fops = { variable
701 [4] = { "port", &port_fops, 0, 0 },
Dvirtio_console.c1087 static const struct file_operations port_fops = { variable
1361 port->cdev->ops = &port_fops; in add_port()
/linux-6.12.1/drivers/usb/host/
Dxhci-debugfs.c398 static const struct file_operations port_fops = { variable
649 debugfs_create_file("portsc", 0644, dir, port, &port_fops); in xhci_debugfs_create_ports()