Home
last modified time | relevance | path

Searched full:tlclk (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/
H A Dtlclk.c226 printk(KERN_ERR "tlclk: Interrupt can't be reserved.\n"); in tlclk_open()
790 printk(KERN_ERR "tlclk: can't get major %d.\n", tlclk_major); in tlclk_init()
798 printk(KERN_ERR "tlclk: request_region 0x%X failed.\n", in tlclk_init()
815 printk(KERN_ERR "tlclk: misc_register returns %d.\n", ret); in tlclk_init()
822 printk(KERN_ERR "tlclk: platform_device_register failed.\n"); in tlclk_init()
830 printk(KERN_ERR "tlclk: failed to create sysfs device attributes.\n"); in tlclk_init()
H A DMakefile36 obj-$(CONFIG_TELCLOCK) += tlclk.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dsifive,gpio.yaml61 clocks = <&tlclk PRCI_CLK_TLCLK>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dpwm-sifive.yaml65 clocks = <&tlclk>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi-sifive.yaml78 clocks = <&tlclk>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c178 "\t\tlclk = %lld\n", lclk); in dp_debug_read_info()
/OK3568_Linux_fs/kernel/drivers/clk/sifive/
H A Dfu540-prci.c504 .name = "tlclk",
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS17307 F: drivers/char/tlclk.c