Lines Matching +defs:val +defs:width
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
235 unsigned int width; /* output */ member
382 unsigned int width, unsigned int height) in mt9m111_setup_rect_ctx()
396 int width, int height, u32 code) in mt9m111_setup_geometry()
455 int width, height; in mt9m111_set_selection() local
692 unsigned int width, unsigned int height) in mt9m111_find_mode()
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()