Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dfs3270.c510 static const struct file_operations fs3270_fops = { variable
522 __register_chrdev(IBM_FS3270_MAJOR, minor, 1, "tub", &fs3270_fops); in fs3270_create_cb()
545 rc = __register_chrdev(IBM_FS3270_MAJOR, 0, 1, "fs3270", &fs3270_fops); in fs3270_init()