Lines Matching +defs:val +defs:code
139 #define reg_write(reg, val) mt9m111_reg_write(client, MT9M111_##reg, (val)) argument
140 #define reg_set(reg, val) mt9m111_reg_set(client, MT9M111_##reg, (val)) argument
141 #define reg_clear(reg, val) mt9m111_reg_clear(client, MT9M111_##reg, (val)) argument
142 #define reg_mask(reg, val, mask) mt9m111_reg_mask(client, MT9M111_##reg, \ argument
192 u32 code; member
283 u32 code) in mt9m111_find_datafmt()
396 int width, int height, u32 code) in mt9m111_setup_geometry()
546 u32 code) in mt9m111_set_pixfmt()
750 int val; in mt9m111_g_register() local
808 u16 val; in mt9m111_set_global_gain() local
823 static int mt9m111_set_autoexposure(struct mt9m111 *mt9m111, int val) in mt9m111_set_autoexposure()
852 static int mt9m111_set_test_pattern(struct mt9m111 *mt9m111, int val) in mt9m111_set_test_pattern()
860 static int mt9m111_set_colorfx(struct mt9m111 *mt9m111, int val) in mt9m111_set_colorfx()
1113 struct v4l2_subdev_mbus_code_enum *code) in mt9m111_enum_mbus_code()