Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 7 of 7) sorted by relevance

/drivers/iio/adc/
A Dtwl6030-gpadc.c440 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
445 return pdata->ideal[i].code2; in twl6030_channel_calibrated()
451 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local
491 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local
577 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_calibrate_channel() local
582 gain = ((ideal[i].volt2 - ideal[i].volt1) * 1000) / in twl6030_calibrate_channel()
583 (ideal[i].code2 - ideal[i].code1); in twl6030_calibrate_channel()
585 x1 = ideal[i].code1; in twl6030_calibrate_channel()
586 x2 = ideal[i].code2; in twl6030_calibrate_channel()
850 .ideal = twl6030_ideal,
[all …]
/drivers/gpu/drm/sun4i/
A Dsun4i_tcon_dclk.c80 u64 ideal = (u64)rate * i; in sun4i_dclk_round_rate() local
90 if (ideal > ULONG_MAX) in sun4i_dclk_round_rate()
94 ideal); in sun4i_dclk_round_rate()
96 if (rounded == ideal) { in sun4i_dclk_round_rate()
A Dsun8i_hdmi_phy_clk.c36 unsigned long ideal = rate * i; in sun8i_phy_clk_determine_rate() local
39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
41 if (rounded == ideal) { in sun8i_phy_clk_determine_rate()
A Dsun4i_hdmi_tmds_clk.c90 unsigned long ideal = rate * i * j; in sun4i_tmds_determine_rate() local
93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
95 if (rounded == ideal) { in sun4i_tmds_determine_rate()
/drivers/gpu/drm/omapdrm/
A DTODO9 etc..), which isn't really ideal.
/drivers/media/test-drivers/vivid/
A DKconfig18 It is highly configurable and is ideal for testing applications.
/drivers/ras/
A DKconfig29 so have ideal availability, but may be unreliable, with frequent

Completed in 13 milliseconds