Searched refs:ps8622 (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/bridge/ |
| D | parade-ps8622.c | 102 static int ps8622_send_config(struct ps8622_bridge *ps8622) in ps8622_send_config() argument 104 struct i2c_client *cl = ps8622->client; in ps8622_send_config() 197 err = ps8622_set(cl, 0x01, 0x02, 0x80 | ps8622->max_lane_count); in ps8622_send_config() 202 err = ps8622_set(cl, 0x01, 0x21, 0x80 | ps8622->lane_count); in ps8622_send_config() 290 if (ps8622->bl) { in ps8622_send_config() 298 ps8622->bl->props.brightness); in ps8622_send_config() 343 struct ps8622_bridge *ps8622 = dev_get_drvdata(&bl->dev); in ps8622_backlight_update() local 350 if (!ps8622->enabled) in ps8622_backlight_update() 353 ret = ps8622_set(ps8622->client, 0x01, 0xa7, brightness); in ps8622_backlight_update() 364 struct ps8622_bridge *ps8622 = bridge_to_ps8622(bridge); in ps8622_pre_enable() local [all …]
|
| D | Makefile | 6 obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
|
| /linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
| D | ps8622.txt | 1 ps8622-bridge bindings 4 - compatible: "parade,ps8622" or "parade,ps8625" 19 compatible = "parade,ps8622";
|