Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.c390 static const struct file_operations port_fops = { variable
531 debugfs_create_file("portsc", 0644, dir, port, &port_fops); in xhci_debugfs_create_ports()
/Linux-v4.19/drivers/char/
Dmem.c832 static const struct file_operations __maybe_unused port_fops = { variable
871 [4] = { "port", 0, &port_fops, 0 },
Dvirtio_console.c1111 static const struct file_operations port_fops = { variable
1423 port->cdev->ops = &port_fops; in add_port()