Home
last modified time | relevance | path

Searched refs:tbase_fops (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c80 static struct file_operations tbase_fops = { variable
856 * set the owner of tbase_fops, register the module
868 tbase_fops.owner = THIS_MODULE; in tbase_init_module()
872 rc = register_chrdev(Major, DEVICE_NAME, &tbase_fops); in tbase_init_module()

Completed in 2 milliseconds