Searched refs:confs (Results 1 – 4 of 4) sorted by relevance
21 #define FM(f, confs) { (f), ARRAY_SIZE(confs), (confs) } argument34 const struct freq_conf *confs; member
300 best_conf = f->confs; in __clk_rcg2_select_conf()305 for (i = 0, conf = f->confs; i < f->num_confs; i++, conf++) { in __clk_rcg2_select_conf()353 if (!f || !f->confs) in _freq_tbl_fm_determine_rate()651 if (!f || !f->confs) in __clk_rcg2_fm_set_rate()
60 const struct gemini_pin_conf *confs; member2373 retconf = &pmx->confs[i]; in gemini_get_pin_conf()2565 pmx->confs = gemini_confs_3512; in gemini_pmx_probe()2572 pmx->confs = gemini_confs_3516; in gemini_pmx_probe()
921 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf() local924 for (i = 0; i < confs->count; i++) in hdmi_find_phy_conf()925 if (confs->data[i].pixel_clock == pixel_clock) in hdmi_find_phy_conf()
Completed in 18 milliseconds