Searched refs:msg2638 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | msg2638.c | 102 input_report_key(msg2638->input_dev, msg2638->keycodes[i], in msg2138_report_keys() 264 msg2638_reset(msg2638); in msg2638_start() 299 msg2638_stop(msg2638); in msg2638_input_close() 337 if (!msg2638->prop.max_x || !msg2638->prop.max_y) { in msg2638_init_input_dev() 370 msg2638 = devm_kzalloc(dev, sizeof(*msg2638), GFP_KERNEL); in msg2638_ts_probe() 371 if (!msg2638) in msg2638_ts_probe() 388 msg2638->supplies); in msg2638_ts_probe() 409 } else if (msg2638->num_keycodes > ARRAY_SIZE(msg2638->keycodes)) { in msg2638_ts_probe() 411 msg2638->num_keycodes, ARRAY_SIZE(msg2638->keycodes)); in msg2638_ts_probe() 412 msg2638->num_keycodes = ARRAY_SIZE(msg2638->keycodes); in msg2638_ts_probe() [all …]
|
H A D | Makefile | 67 obj-$(CONFIG_TOUCHSCREEN_MSG2638) += msg2638.o
|
H A D | Kconfig | 634 tristate "MStar msg2638 touchscreen support" 638 Say Y here if you have an I2C touchscreen using MStar msg2638. 643 module will be called msg2638.
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | mstar,msg2638.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/mstar,msg2638.yaml# 7 title: MStar msg2638 touchscreen controller 19 - mstar,msg2638 61 compatible = "mstar,msg2638";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-alcatel-idol347.dts | 69 compatible = "mstar,msg2638";
|