Home
last modified time | relevance | path

Searched refs:lt7911uxc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dlt7911uxc.c126 struct lt7911uxc { struct
349 static inline struct lt7911uxc *to_lt7911uxc(struct v4l2_subdev *sd) in to_lt7911uxc()
351 return container_of(sd, struct lt7911uxc, sd); in to_lt7911uxc()
356 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in i2c_rd() local
357 struct i2c_client *client = lt7911uxc->i2c_client; in i2c_rd()
408 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in i2c_wr() local
409 struct i2c_client *client = lt7911uxc->i2c_client; in i2c_wr()
491 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in tx_5v_power_present() local
494 if (!lt7911uxc->plugin_det_gpio) in tx_5v_power_present()
499 val = gpiod_get_value(lt7911uxc->plugin_det_gpio); in tx_5v_power_present()
[all …]
H A DMakefile170 obj-$(CONFIG_VIDEO_LT7911UXC) += lt7911uxc.o
H A DKconfig402 module will be called lt7911uxc.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dlt7911uxc.txt1 * Lontium lt7911uxc type-c/DP to MIPI-CSI Bridge
4 - compatible: should be "lontium,lt7911uxc".
10 - interrupts: GPIO connected to lt7911uxc gpio0.
25 lt7911uxc: lt7911uxc@43 {
26 compatible = "lontium,lt7911uxc";