Searched full:chipone (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/bridge/ |
D | chipone-icn6211.c | 30 struct chipone { struct 40 static inline struct chipone *bridge_to_chipone(struct drm_bridge *bridge) in bridge_to_chipone() argument 42 return container_of(bridge, struct chipone, bridge); in bridge_to_chipone() 50 static inline int chipone_dsi_write(struct chipone *icn, const void *seq, in chipone_dsi_write() 66 struct chipone *icn = bridge_to_chipone(bridge); in chipone_enable() 119 struct chipone *icn = bridge_to_chipone(bridge); in chipone_pre_enable() 150 struct chipone *icn = bridge_to_chipone(bridge); in chipone_post_disable() 166 struct chipone *icn = bridge_to_chipone(bridge); in chipone_attach() 178 static int chipone_parse_dt(struct chipone *icn) in chipone_parse_dt() 231 struct chipone *icn; in chipone_probe() [all …]
|
D | Kconfig | 31 tristate "Chipone ICN6211 MIPI-DSI/RGB Converter bridge" 36 ICN6211 is MIPI-DSI/RGB Converter bridge from chipone.
|
D | Makefile | 3 obj-$(CONFIG_DRM_CHIPONE_ICN6211) += chipone-icn6211.o
|
/Linux-v5.15/Documentation/devicetree/bindings/display/bridge/ |
D | chipone,icn6211.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/chipone,icn6211.yaml# 7 title: Chipone ICN6211 MIPI-DSI to RGB Converter bridge 13 ICN6211 is MIPI-DSI to RGB Converter bridge from chipone. 21 - chipone,icn6211 74 compatible = "chipone,icn6211";
|
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | chipone,icn8318.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/chipone,icn8318.yaml# 7 title: ChipOne ICN8318 Touchscreen Controller Device Tree Bindings 17 const: chipone,icn8318 48 compatible = "chipone,icn8318";
|
/Linux-v5.15/drivers/input/touchscreen/ |
D | chipone_icn8318.c | 3 * Driver for ChipOne icn8318 i2c touchscreen controller 253 { .compatible = "chipone,icn8318" }, 276 MODULE_DESCRIPTION("ChipOne icn8318 I2C Touchscreen Driver");
|
D | chipone_icn8505.c | 3 * Driver for ChipOne icn8505 i2c touchscreen controller 390 "chipone/icn8505-%s.fw", subsys); in icn8505_probe_acpi() 518 MODULE_DESCRIPTION("ChipOne icn8505 I2C Touchscreen Driver");
|
D | Kconfig | 178 tristate "chipone icn8318 touchscreen controller" 183 Say Y here if you have a ChipOne icn8318 based I2C touchscreen. 191 tristate "chipone icn8505 touchscreen controller" 194 Say Y here if you have a ChipOne icn8505 based I2C touchscreen.
|
D | ektf2127.c | 5 * For this driver the layout of the Chipone icn8318 i2c
|
/Linux-v5.15/drivers/hid/i2c-hid/ |
D | i2c-hid-acpi.c | 39 * The CHPN0001 ACPI device, which is used to describe the Chipone
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | sun5i-a13-utoo-p66.dts | 100 compatible = "chipone,icn8318";
|
/Linux-v5.15/drivers/platform/x86/ |
D | Kconfig | 958 Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 963 Enable this for x86 tablets with Silead or Chipone touchscreens.
|
D | touchscreen_dmi.c | 199 .name = "chipone/icn8505-HAMP0002.fw",
|
/Linux-v5.15/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 224 "^chipone,.*": 225 description: ChipOne
|
/Linux-v5.15/ |
D | MAINTAINERS | 4401 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER 4408 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER 5856 DRM DRIVER FOR CHIPONE ICN6211 MIPI-DSI to RGB CONVERTER BRIDGE 5859 F: Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml 5860 F: drivers/gpu/drm/bridge/chipone-icn6211.c
|