Home
last modified time | relevance | path

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

/drivers/media/i2c/
Dsr030pc30.c148 const struct sr030pc30_format *curr_fmt; member
388 if (!ret && info->curr_fmt) in sr030pc30_set_params()
390 info->curr_fmt->ispctl1_reg); in sr030pc30_set_params()
493 if (!info->curr_win || !info->curr_fmt) { in sr030pc30_g_fmt()
501 mf->code = info->curr_fmt->code; in sr030pc30_g_fmt()
502 mf->colorspace = info->curr_fmt->colorspace; in sr030pc30_g_fmt()
544 info->curr_fmt = try_fmt(sd, mf); in sr030pc30_s_fmt()
557 info->curr_fmt = &sr030pc30_formats[0]; in sr030pc30_base_config()
618 info->curr_fmt = NULL; in sr030pc30_s_power()
Dnoon010pc30.c143 const struct noon010_format *curr_fmt; member
358 info->curr_fmt->ispctl1_reg); in noon010_set_params()
523 mf->code = info->curr_fmt->code; in noon010_get_fmt()
524 mf->colorspace = info->curr_fmt->colorspace; in noon010_get_fmt()
569 info->curr_fmt = nf; in noon010_set_fmt()
745 info->curr_fmt = &noon010_formats[0]; in noon010_probe()