Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dtlclk.c227 printk(KERN_ERR "tlclk: Interrupt can't be reserved.\n"); in tlclk_open()
791 printk(KERN_ERR "tlclk: can't get major %d.\n", tlclk_major); in tlclk_init()
799 printk(KERN_ERR "tlclk: request_region 0x%X failed.\n", in tlclk_init()
816 printk(KERN_ERR "tlclk: misc_register returns %d.\n", ret); in tlclk_init()
823 printk(KERN_ERR "tlclk: platform_device_register failed.\n"); in tlclk_init()
831 printk(KERN_ERR "tlclk: failed to create sysfs device attributes.\n"); in tlclk_init()
H A DMakefile33 obj-$(CONFIG_TELCLOCK) += tlclk.o
/linux/Documentation/devicetree/bindings/gpio/
H A Dsifive,gpio.yaml86 clocks = <&tlclk FU540_PRCI_CLK_TLCLK>;
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-sifive.yaml68 clocks = <&tlclk>;
/linux/drivers/clk/sifive/
H A Dfu540-prci.h88 .name = "tlclk",
H A Dfu740-prci.h122 .name = "tlclk",
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-sifive.yaml80 clocks = <&tlclk>;
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c78 seq_printf(seq, "\t\tlclk = %lld\n", lclk); in dp_debug_show()
/linux/
H A DMAINTAINERS22876 F: drivers/char/tlclk.c