Searched refs:ideal (Results 1 – 7 of 7) sorted by relevance
/drivers/iio/adc/ |
D | twl6030-gpadc.c | 118 const struct twl6030_ideal_code *ideal; member 424 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument 430 if (ideal[i].channel == channel) in twl6030_gpadc_lookup() 439 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local 442 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated() 444 return pdata->ideal[i].code2; in twl6030_channel_calibrated() 450 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local 454 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_make_correction() 490 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local 500 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_get_processed() [all …]
|
/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon_dclk.c | 80 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()
|
D | sun8i_hdmi_phy_clk.c | 36 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()
|
D | sun4i_hdmi_tmds_clk.c | 90 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/ |
D | TODO | 9 etc..), which isn't really ideal.
|
/drivers/media/test-drivers/vivid/ |
D | Kconfig | 20 It is highly configurable and is ideal for testing applications.
|
/drivers/ras/ |
D | Kconfig | 29 so have ideal availability, but may be unreliable, with frequent
|