Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dtlclk.c266 static const struct file_operations tlclk_fops = { variable
277 .fops = &tlclk_fops,
780 ret = register_chrdev(tlclk_major, "telco_clock", &tlclk_fops); in tlclk_init()