Searched refs:port_fops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-debugfs.c | 398 static const struct file_operations port_fops = { variable 649 debugfs_create_file("portsc", 0644, dir, port, &port_fops); in xhci_debugfs_create_ports()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-debugfs.c | 398 static const struct file_operations port_fops = { variable 649 debugfs_create_file("portsc", 0644, dir, port, &port_fops); in xhci_debugfs_create_ports()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | mem.c | 667 static const struct file_operations __maybe_unused port_fops = { variable 704 [4] = { "port", &port_fops, 0, 0 },
|
H A D | virtio_console.c | 1090 static const struct file_operations port_fops = { variable 1394 port->cdev->ops = &port_fops; in add_port()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | mem.c | 940 static const struct file_operations __maybe_unused port_fops = { variable 980 [4] = { "port", 0, &port_fops, 0 },
|
H A D | virtio_console.c | 1096 static const struct file_operations port_fops = { variable 1397 port->cdev->ops = &port_fops; in add_port()
|
Completed in 10 milliseconds