Searched refs:dw9719 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | dw9719.c | 55 static int dw9719_detect(struct dw9719_device *dw9719) in dw9719_detect() argument 60 ret = cci_read(dw9719->regmap, DW9719_INFO, &val, NULL); in dw9719_detect() 65 dev_err(dw9719->dev, "Failed to detect correct id\n"); in dw9719_detect() 72 static int dw9719_power_down(struct dw9719_device *dw9719) in dw9719_power_down() argument 74 return regulator_disable(dw9719->regulator); in dw9719_power_down() 77 static int dw9719_power_up(struct dw9719_device *dw9719) in dw9719_power_up() argument 81 ret = regulator_enable(dw9719->regulator); in dw9719_power_up() 86 cci_write(dw9719->regmap, DW9719_CONTROL, 1, &ret); in dw9719_power_up() 91 cci_write(dw9719->regmap, DW9719_CONTROL, DW9719_ENABLE_RINGING, &ret); in dw9719_power_up() 92 cci_write(dw9719->regmap, DW9719_MODE, in dw9719_power_up() [all …]
|
H A D | Makefile | 35 obj-$(CONFIG_VIDEO_DW9719) += dw9719.o
|
/openbmc/linux/ |
H A D | MAINTAINERS | 6329 F: drivers/media/i2c/dw9719.c
|
H A D | opengrok0.0.log | [all...] |