Home
last modified time | relevance | path

Searched refs:shutter (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-dell-privacy-wmi18 Identifies camera shutter controlled by hardware, which is a micromechanical
19 shutter assembly that is built onto the camera module to block capturing images
53 Identifies camera shutter controlled by hardware, which is a micromechanical
54 shutter assembly that is built onto the camera module to block capturing images
/linux-6.12.1/drivers/media/i2c/
Dhi846.c1343 u32 shutter, frame_len; in hi846_set_ctrl() local
1370 shutter = ctrl->val; in hi846_set_ctrl()
1373 if (shutter > frame_len - 6) { /* margin */ in hi846_set_ctrl()
1374 frame_len = shutter + 6; in hi846_set_ctrl()
1380 if (shutter < 6) in hi846_set_ctrl()
1381 shutter = 6; in hi846_set_ctrl()
1382 if (shutter > (0xffff - 6)) in hi846_set_ctrl()
1383 shutter = 0xffff - 6; in hi846_set_ctrl()
1386 hi846_write_reg_16(hi846, HI846_REG_EXPOSURE, shutter, &ret); in hi846_set_ctrl()
Dimx334.c661 u32 lpfr, shutter; in imx334_update_exp_gain() local
665 shutter = lpfr - exposure; in imx334_update_exp_gain()
668 exposure, gain, shutter, lpfr); in imx334_update_exp_gain()
678 ret = imx334_write_reg(imx334, IMX334_REG_SHUTTER, 3, shutter); in imx334_update_exp_gain()
Dimx335.c470 u32 lpfr, shutter; in imx335_update_exp_gain() local
475 shutter = lpfr - exposure; in imx335_update_exp_gain()
478 exposure, gain, shutter, lpfr); in imx335_update_exp_gain()
482 cci_write(imx335->cci, IMX335_REG_SHUTTER, shutter, &ret); in imx335_update_exp_gain()
Dmt9m001.c551 unsigned long shutter = ((exp->val - (s32)exp->minimum) * 1048 + in mt9m001_s_ctrl() local
556 reg_read(client, MT9M001_SHUTTER_WIDTH), shutter); in mt9m001_s_ctrl()
557 ret = reg_write(client, MT9M001_SHUTTER_WIDTH, shutter); in mt9m001_s_ctrl()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst410 lowers the shutter speed. This mode compensates for relatively
417 and lower the shutter speed.
450 - Sports. Significantly increases ISO and uses a fast shutter speed
/linux-6.12.1/sound/soc/codecs/
Dcs42l43.c2246 struct irq_domain *dom, unsigned int shutter, in cs42l43_shutter_irq() argument
2254 switch (shutter) { in cs42l43_shutter_irq()