Home
last modified time | relevance | path

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

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