Searched refs:lt7911d (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | lt7911d-fb-notifier.c | 21 struct lt7911d { struct 39 static int I2C_Write_Byte(struct lt7911d *lt7911d, unsigned char reg, unsigned char val) in I2C_Write_Byte() argument 43 ret = regmap_write(lt7911d->regmap, reg, val); in I2C_Write_Byte() 51 static unsigned char I2C_Read_Byte(struct lt7911d *lt7911d, unsigned char reg) in I2C_Read_Byte() argument 56 ret = regmap_read(lt7911d->regmap, reg, &val); in I2C_Read_Byte() 65 static bool lt7911d_check_chip_id(struct lt7911d *lt7911d) in lt7911d_check_chip_id() argument 70 I2C_Write_Byte(lt7911d, 0xFF, 0x80); in lt7911d_check_chip_id() 71 I2C_Write_Byte(lt7911d, 0xEE, 0x01); in lt7911d_check_chip_id() 73 I2C_Write_Byte(lt7911d, 0xFF, 0xA0); in lt7911d_check_chip_id() 74 id_h = I2C_Read_Byte(lt7911d, 0x00); in lt7911d_check_chip_id() [all …]
|
| H A D | Makefile | 9 obj-$(CONFIG_LT7911D_FB_NOTIFIER) += lt7911d-fb-notifier.o
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | lt7911d.c | 180 struct lt7911d_state *lt7911d = to_state(sd); in i2c_rd() local 181 struct i2c_client *client = lt7911d->i2c_client; in i2c_rd() 232 struct lt7911d_state *lt7911d = to_state(sd); in i2c_wr() local 233 struct i2c_client *client = lt7911d->i2c_client; in i2c_wr() 315 struct lt7911d_state *lt7911d = to_state(sd); in tx_5v_power_present() local 318 if (!lt7911d->plugin_det_gpio) in tx_5v_power_present() 323 val = gpiod_get_value(lt7911d->plugin_det_gpio); in tx_5v_power_present() 337 struct lt7911d_state *lt7911d = to_state(sd); in no_signal() local 340 lt7911d->nosignal); in no_signal() 342 return lt7911d->nosignal; in no_signal() [all …]
|
| H A D | Makefile | 169 obj-$(CONFIG_VIDEO_LT7911D) += lt7911d.o
|
| H A D | Kconfig | 391 module will be called lt7911d.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | lt7911d.txt | 1 * Lontium lt7911d type-c/DP to MIPI-CSI Bridge 4 - compatible: should be "lontium,lt7911d". 23 lt7911d: lt7911d@2b { 24 compatible = "lontium,lt7911d";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588s-evb1-lp4x-v10-camera.dtsi | 89 lt7911d: lt7911d@2b { label 90 compatible = "lontium,lt7911d";
|
| H A D | rk3588-vehicle-serdes-display-v21.dtsi | 1062 lt7911d@2b { 1063 compatible = "lontium,lt7911d-fb-notifier"; 1270 lt7911d@2b { 1271 compatible = "lontium,lt7911d-fb-notifier"; 1688 lt7911d@2b { 1689 compatible = "lontium,lt7911d-fb-notifier"; 1897 lt7911d@2b { 1898 compatible = "lontium,lt7911d-fb-notifier";
|
| H A D | rk3588-vehicle-serdes-display-v20.dtsi | 8 lt7911d { 9 compatible = "lontium,lt7911d-fb-notifier";
|
| H A D | rk3588-vehicle-serdes-display.dtsi | 8 lt7911d { 9 compatible = "lontium,lt7911d-fb-notifier";
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |
| H A D | modules.builtin | |
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |