Home
last modified time | relevance | path

Searched full:chipone (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c143 struct chipone { struct
231 static inline struct chipone *bridge_to_chipone(struct drm_bridge *bridge) in bridge_to_chipone()
233 return container_of(bridge, struct chipone, bridge); in bridge_to_chipone()
236 static void chipone_readb(struct chipone *icn, u8 reg, u8 *val) in chipone_readb()
245 static int chipone_writeb(struct chipone *icn, u8 reg, u8 val) in chipone_writeb()
250 static void chipone_configure_pll(struct chipone *icn, in chipone_configure_pll()
346 struct chipone *icn = bridge_to_chipone(bridge); in chipone_atomic_enable()
449 struct chipone *icn = bridge_to_chipone(bridge); in chipone_atomic_pre_enable()
486 struct chipone *icn = bridge_to_chipone(bridge); in chipone_atomic_post_disable()
506 struct chipone *icn = bridge_to_chipone(bridge); in chipone_mode_set()
[all …]
H A DMakefile4 obj-$(CONFIG_DRM_CHIPONE_ICN6211) += chipone-icn6211.o
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dchipone,icn6211.yaml4 $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
98 compatible = "chipone,icn6211";
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dchipone,icn8318.yaml4 $id: http://devicetree.org/schemas/input/touchscreen/chipone,icn8318.yaml#
7 title: ChipOne ICN8318 Touchscreen Controller
17 const: chipone,icn8318
48 compatible = "chipone,icn8318";
/linux/drivers/input/touchscreen/
H A Dchipone_icn8318.c3 * Driver for ChipOne icn8318 i2c touchscreen controller
246 { .compatible = "chipone,icn8318" },
269 MODULE_DESCRIPTION("ChipOne icn8318 I2C Touchscreen Driver");
H A Dchipone_icn8505.c3 * Driver for ChipOne icn8505 i2c touchscreen controller
377 "chipone/icn8505-%s.fw", subsys); in icn8505_probe_acpi()
505 MODULE_DESCRIPTION("ChipOne icn8505 I2C Touchscreen Driver");
H A Dektf2127.c5 * For this driver the layout of the Chipone icn8318 i2c
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-acpi.c39 * The CHPN0001 ACPI device, which is used to describe the Chipone
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13-utoo-p66.dts100 compatible = "chipone,icn8318";
/linux/drivers/platform/x86/
H A DKconfig858 Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
863 Enable this for x86 tablets with Silead or Chipone touchscreens.
H A Dtouchscreen_dmi.c233 .name = "chipone/icn8505-HAMP0002.fw",
/linux/
H A DMAINTAINERS5719 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
5723 F: Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml
5726 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
7571 DRM DRIVER FOR CHIPONE ICN6211 MIPI-DSI to RGB CONVERTER BRIDGE
7574 F: Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
7575 F: drivers/gpu/drm/bridge/chipone-icn6211.c