Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dtlclk.c265 static const struct file_operations tlclk_fops = { variable
276 .fops = &tlclk_fops,
788 ret = register_chrdev(tlclk_major, "telco_clock", &tlclk_fops); in tlclk_init()