Home
last modified time | relevance | path

Searched refs:autoexp (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/media/i2c/ !
Dsr030pc30.c157 struct v4l2_ctrl *autoexp; member
714 info->autoexp = v4l2_ctrl_new_std(hdl, &sr030pc30_ctrl_ops, in sr030pc30_probe()
726 v4l2_ctrl_auto_cluster(2, &info->autoexp, V4L2_EXPOSURE_MANUAL, false); in sr030pc30_probe()
/linux-5.19.10/drivers/net/ethernet/sis/ !
Dsis190.c963 u16 adv, autoexp, gigadv, gigrec; in sis190_phy_task() local
970 autoexp = mdio_read(ioaddr, phy_id, MII_EXPANSION); in sis190_phy_task()
972 val, adv, autoexp); in sis190_phy_task()
974 if (val & LPA_NPAGE && autoexp & EXPANSION_NWAY) { in sis190_phy_task()