Searched refs:dw9719 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | dw9719.c | 104 dw9719->model = DW9719; in dw9719_power_up() 110 dw9719->model = DW9761; in dw9719_power_up() 116 dev_err(dw9719->dev, in dw9719_power_up() 123 &dw9719->sac_mode); in dw9719_power_up() 127 &dw9719->vcm_freq); in dw9719_power_up() 131 cci_write(dw9719->regmap, DW9719_MODE, dw9719->mode_low_bits | in dw9719_power_up() 133 cci_write(dw9719->regmap, DW9719_VCM_FREQ, dw9719->vcm_freq, &ret); in dw9719_power_up() 249 dw9719->ctrls.focus = v4l2_ctrl_new_std(&dw9719->ctrls.handler, ops, in dw9719_init_controls() 259 dw9719->sd.ctrl_handler = &dw9719->ctrls.handler; in dw9719_init_controls() 274 dw9719 = devm_kzalloc(&client->dev, sizeof(*dw9719), GFP_KERNEL); in dw9719_probe() [all …]
|
| H A D | Makefile | 36 obj-$(CONFIG_VIDEO_DW9719) += dw9719.o
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 7150 F: drivers/media/i2c/dw9719.c
|