Home
last modified time | relevance | path

Searched refs:lt8619c (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dlt8619c.c61 struct lt8619c { struct
249 static inline struct lt8619c *to_lt8619c(struct v4l2_subdev *sd) in to_lt8619c()
251 return container_of(sd, struct lt8619c, sd); in to_lt8619c()
257 struct lt8619c *lt8619c = to_lt8619c(sd); in tx_5v_power_present() local
259 val = gpiod_get_value(lt8619c->plugin_det_gpio); in tx_5v_power_present()
266 struct lt8619c *lt8619c = to_lt8619c(sd); in no_signal() local
268 v4l2_dbg(1, debug, sd, "no signal:%d\n", lt8619c->nosignal); in no_signal()
269 return lt8619c->nosignal; in no_signal()
286 struct lt8619c *lt8619c = to_lt8619c(sd); in lt8619c_get_detected_timings() local
296 regmap_write(lt8619c->reg_map, BANK_REG, BANK_60); in lt8619c_get_detected_timings()
[all …]
H A DMakefile171 obj-$(CONFIG_VIDEO_LT8619C) += lt8619c.o
H A DKconfig413 module will be called lt8619c.