Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dfs3270.c510 static const struct file_operations fs3270_fops = { variable
523 __register_chrdev(IBM_FS3270_MAJOR, minor, 1, "tub", &fs3270_fops); in fs3270_create_cb()
546 rc = __register_chrdev(IBM_FS3270_MAJOR, 0, 1, "fs3270", &fs3270_fops); in fs3270_init()