Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dsx8654.c96 struct sx8654 { struct
194 struct sx8654 *sx8654 = handle; in sx8654_irq() local
228 touchscreen_report_pos(sx8654->input, &sx8654->props, x, y, in sx8654_irq()
261 struct sx8654 *sx8654 = input_get_drvdata(dev); in sx8654_open() local
286 struct sx8654 *sx8654 = input_get_drvdata(dev); in sx8654_close() local
312 struct sx8654 *sx8654; in sx8654_probe() local
320 sx8654 = devm_kzalloc(&client->dev, sizeof(*sx8654), GFP_KERNEL); in sx8654_probe()
321 if (!sx8654) in sx8654_probe()
332 if (!sx8654->data) in sx8654_probe()
334 if (!sx8654->data) { in sx8654_probe()
[all …]
H A DMakefile110 obj-$(CONFIG_TOUCHSCREEN_SX8654) += sx8654.o
H A DKconfig1296 module will be called sx8654.
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dsx8654.txt6 "semtech,sx8654"
17 sx8654@48 {
18 compatible = "semtech,sx8654";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-apf6dev.dtsi166 compatible = "semtech,sx8654";