Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/intel-thc-hid/
H A DMakefile8 obj-$(CONFIG_INTEL_THC_HID) += intel-thc.o
9 intel-thc-objs += intel-thc/intel-thc-dev.o
10 intel-thc-objs += intel-thc/intel-thc-dma.o
22 ccflags-y += -I $(src)/intel-thc
/linux-6.15/drivers/video/fbdev/
H A Dtcx.c106 struct tcx_thc __iomem *thc; member
200 struct tcx_thc __iomem *thc = par->thc; in tcx_blank() local
206 val = sbus_readl(&thc->thc_misc); in tcx_blank()
232 sbus_writel(val, &thc->thc_misc); in tcx_blank()
345 if (par->thc) in tcx_unmap_regs()
347 par->thc, sizeof(struct tcx_thc)); in tcx_unmap_regs()
388 par->thc = of_ioremap(&op->resource[9], 0, in tcx_probe()
394 if (!par->tec || !par->thc || in tcx_probe()
H A Dcg6.c259 struct cg6_thc __iomem *thc; member
286 struct cg6_thc __iomem *thc = par->thc; in cg6_switch_from_graph() local
292 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_switch_from_graph()
520 struct cg6_thc __iomem *thc = par->thc; in cg6_blank() local
525 val = sbus_readl(&thc->thc_misc); in cg6_blank()
542 sbus_writel(val, &thc->thc_misc); in cg6_blank()
672 struct cg6_thc __iomem *thc = par->thc; in cg6_chip_init() local
677 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_chip_init()
729 if (par->thc) in cg6_unmap_regs()
778 par->thc = of_ioremap(&op->resource[0], CG6_THC_OFFSET, in cg6_probe()
[all …]
/linux-6.15/Documentation/hid/
H A Dindex.rst21 intel-thc-hid
/linux-6.15/drivers/hid/
H A DMakefile177 obj-$(CONFIG_INTEL_THC_HID) += intel-thc-hid/
H A DKconfig1428 source "drivers/hid/intel-thc-hid/Kconfig"
/linux-6.15/
H A DMAINTAINERS12302 F: drivers/hid/intel-thc-hid/