Searched refs:ptsensor_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/usb/gspca/ |
D | vc032x.c | 3005 const struct sensor_info *ptsensor_info; in vc032x_probe_sensor() local 3018 ptsensor_info = vc0321_probe_data; in vc032x_probe_sensor() 3021 ptsensor_info = vc0323_probe_data; in vc032x_probe_sensor() 3026 reg_w(gspca_dev, 0xa0, ptsensor_info->m1, 0xb300); in vc032x_probe_sensor() 3027 reg_w(gspca_dev, 0xa0, ptsensor_info->m2, 0xb300); in vc032x_probe_sensor() 3030 reg_w(gspca_dev, 0xa0, ptsensor_info->I2cAdd, 0xb335); in vc032x_probe_sensor() 3031 reg_w(gspca_dev, 0xa0, ptsensor_info->op, 0xb301); in vc032x_probe_sensor() 3032 value = read_sensor_register(gspca_dev, ptsensor_info->IdAdd); in vc032x_probe_sensor() 3033 if (value == 0 && ptsensor_info->IdAdd == 0x82) in vc032x_probe_sensor() 3038 if (value == ptsensor_info->VpId) in vc032x_probe_sensor() [all …]
|