Home
last modified time | relevance | path

Searched full:st1232 (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dsitronix,st1232.yaml4 $id: http://devicetree.org/schemas/input/touchscreen/sitronix,st1232.yaml#
7 title: Sitronix st1232 or st1633 touchscreen controller
18 - sitronix,st1232
46 compatible = "sitronix,st1232";
/linux/drivers/input/touchscreen/
H A Dst1232.c3 * ST1232 Touchscreen Controller Driver
27 #define ST1232_TS_NAME "st1232-ts"
151 /* st1232 includes a z-axis / touch strength */ in st1232_ts_parse_and_report()
294 input_dev->name = "st1232-touchscreen"; in st1232_ts_probe()
399 { .compatible = "sitronix,st1232", .data = &st1232_chip_info },
420 MODULE_DESCRIPTION("SITRONIX ST1232 Touchscreen Controller Driver");