Symbol: external_rate
drivers/media/platform/ti/omap3isp/ispccdc.c
855
else if (pipe->external_rate)
drivers/media/platform/ti/omap3isp/ispccdc.c
856
div = l3_ick / pipe->external_rate;
drivers/media/platform/ti/omap3isp/ispcsi2.c
574
clamp_t(unsigned int, pipe->l3_ick / pipe->external_rate - 1,
drivers/media/platform/ti/omap3isp/ispcsi2.c
577
__func__, pipe->l3_ick, pipe->external_rate,
drivers/media/platform/ti/omap3isp/ispcsiphy.c
216
csi2_ddrclk_khz = pipe->external_rate / 1000
drivers/media/platform/ti/omap3isp/ispvideo.c
1100
pipe->external_rate = ctrl.value64;
drivers/media/platform/ti/omap3isp/ispvideo.c
1110
if (pipe->external_rate > rate)
drivers/media/platform/ti/omap3isp/ispvideo.h
98
unsigned int external_rate;
sound/i2c/other/ak4113.c
262
ucontrol->value.integer.value[0] = external_rate(reg_read(chip,
sound/i2c/other/ak4113.c
515
return external_rate(rcs1);
sound/i2c/other/ak4113.c
595
res = external_rate(rcs1);
sound/i2c/other/ak4114.c
209
ucontrol->value.integer.value[0] = external_rate(reg_read(chip, AK4114_REG_RCS1));
sound/i2c/other/ak4114.c
538
return external_rate(rcs1);
sound/i2c/other/ak4114.c
576
res = external_rate(rcs1);
sound/i2c/other/ak4117.c
217
ucontrol->value.integer.value[0] = external_rate(reg_read(chip, AK4117_REG_RCS1));
sound/i2c/other/ak4117.c
426
return external_rate(rcs1);
sound/i2c/other/ak4117.c
490
res = external_rate(rcs1);
sound/pci/pcxhr/pcxhr.c
1025
int external_rate;
sound/pci/pcxhr/pcxhr.c
1027
&external_rate) ||
sound/pci/pcxhr/pcxhr.c
1028
external_rate == 0) {
sound/pci/pcxhr/pcxhr.c
1032
runtime->hw.rate_min = external_rate;
sound/pci/pcxhr/pcxhr.c
1033
runtime->hw.rate_max = external_rate;