/linux-4.4.14/drivers/clk/samsung/ |
D | clk-pll.h | 65 .afc = (_afc), \ 98 unsigned int afc; member
|
D | clk-pll.c | 393 || old_afc != rate->afc); in samsung_pll45xx_mp_change() 435 con1 |= (rate->afc << PLL45XX_AFC_SHIFT); in samsung_pll45xx_set_rate()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | ves1820.c | 320 s8 afc = 0; in ves1820_get_frontend() local 323 afc = ves1820_readreg(state, 0x19); in ves1820_get_frontend() 327 "ves1820: [AFC (%d) %dHz]\n", afc, -((s32) p->symbol_rate * afc) >> 10); in ves1820_get_frontend() 342 p->frequency -= ((s32) p->symbol_rate * afc) >> 10; in ves1820_get_frontend()
|
D | ves1x93.c | 413 int afc; in ves1x93_get_frontend() local 415 afc = ((int)((char)(ves1x93_readreg (state, 0x0a) << 1)))/2; in ves1x93_get_frontend() 416 afc = (afc * (int)(p->symbol_rate/1000/8))/16; in ves1x93_get_frontend() 418 p->frequency = state->frequency - afc; in ves1x93_get_frontend()
|
D | tda10021.c | 395 s8 afc = 0; in tda10021_get_frontend() local 398 afc = tda10021_readreg(state, 0x19); in tda10021_get_frontend() 403 state->frontend.dvb->num, afc, in tda10021_get_frontend() 404 -((s32)p->symbol_rate * afc) >> 10); in tda10021_get_frontend() 414 p->frequency -= ((s32)p->symbol_rate * afc) >> 10; in tda10021_get_frontend()
|
D | tda10023.c | 465 s8 afc = 0; in tda10023_get_frontend() local 468 afc = tda10023_readreg(state, 0x19); in tda10023_get_frontend() 475 state->frontend.dvb->num, afc, in tda10023_get_frontend() 476 -((s32)p->symbol_rate * afc) >> 10); in tda10023_get_frontend() 486 p->frequency -= ((s32)p->symbol_rate * afc) >> 10; in tda10023_get_frontend()
|
D | cx24110.c | 557 s32 afc; unsigned sclk; in cx24110_get_frontend() local 569 afc = sclk*(cx24110_readreg (state, 0x44)&0x1f)+ in cx24110_get_frontend() 573 p->frequency += afc; in cx24110_get_frontend()
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda9887.c | 274 static char *afc[16] = { in dump_read_message() local 294 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]); in dump_read_message() 599 static int tda9887_get_afc(struct dvb_frontend *fe, s32 *afc) in tda9887_get_afc() argument 613 *afc = AFC_BITS_2_kHz[(reg >> 1) & 0x0f]; in tda9887_get_afc()
|
D | tda8290.c | 457 unsigned char afc = 0; in tda8290_has_signal() local 460 i2c_get_afc, ARRAY_SIZE(i2c_get_afc), &afc, 1); in tda8290_has_signal() 461 *signal = (afc & 0x80) ? 65535 : 0; in tda8290_has_signal()
|
D | tuner-xc2028.c | 959 static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc) in xc2028_get_afc() argument 972 *afc = 0; in xc2028_get_afc() 998 *afc = afc_reg * 15625; /* Hz */ in xc2028_get_afc() 1000 tuner_dbg("AFC is %d Hz\n", *afc); in xc2028_get_afc()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.h | 273 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); 326 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 99 struct v4l2_ctrl *afc; member
|
D | fimc-is-param.c | 110 __hw_param_copy(&par->isp.afc, &cfg->isp.afc); in __fimc_is_hw_update_param() 453 isp->afc.cmd = cmd; in __is_set_isp_afc() 454 isp->afc.manual = val; in __is_set_isp_afc() 455 isp->afc.err = ISP_AFC_ERROR_NONE; in __is_set_isp_afc()
|
D | fimc-is-param.h | 697 struct param_isp_afc afc; member
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 353 static enum tpg_quality vivid_get_quality(struct vivid_dev *dev, s32 *afc) in vivid_get_quality() argument 357 if (afc) in vivid_get_quality() 358 *afc = 0; in vivid_get_quality() 370 if (afc) in vivid_get_quality() 371 *afc = freq_modulus - 1 * 16; in vivid_get_quality() 1476 qual = vivid_get_quality(dev, &vt->afc); in vivid_video_g_tuner()
|
D | vivid-radio-rx.c | 262 vt->afc = sig_qual > delta ? 0 : sig_qual; in vivid_radio_rx_g_tuner()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc911x.c | 908 u32 afc = smsc911x_reg_read(pdata, AFC_CFG); in smsc911x_phy_update_flowcontrol() local 923 afc |= 0xF; in smsc911x_phy_update_flowcontrol() 925 afc &= ~0xF; in smsc911x_phy_update_flowcontrol() 933 afc |= 0xF; in smsc911x_phy_update_flowcontrol() 940 smsc911x_reg_write(pdata, AFC_CFG, afc); in smsc911x_phy_update_flowcontrol()
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 325 tuner->afc = 0; in fm_v4l2_vidioc_g_tuner()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-tea5764.c | 324 v->afc = TEA5764_TUNCHK_IFCNT(r->tunchk); in vidioc_g_tuner()
|
D | radio-si476x.c | 455 tuner->afc = 1; in si476x_radio_g_tuner()
|
D | radio-wl1273.c | 1556 tuner->afc = 0; in wl1273_fm_vidioc_g_tuner()
|
/linux-4.4.14/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 631 tuner->afc = (radio->registers[STATUSRSSI] & STATUSRSSI_AFCRL) ? 1 : 0; in si470x_vidioc_g_tuner()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | pfpsp.sa | 160 dc.l $020a4efb,$00064afc,$00080000,$0000003a 1074 dc.l $febc323b,$120a4efb,$10064afc,$0030fd20 1207 dc.l $4e75323b,$120a4efb,$10064afc,$0030ffdc 1320 dc.l $120a4efb,$10064afc,$0030fd7a,$00720078 1368 dc.l $120a4efb,$10064afc,$0030fdaa,$00e4011c 1428 dc.l $feca6000,$fe14323b,$120a4efb,$10064afc
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 347 t->afc = 0; in vidioc_g_tuner()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | tuner-core.c | 1198 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner()
|
D | v4l2-ioctl.c | 388 p->rangehigh, p->signal, p->afc, in v4l_print_tuner()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 1585 __s32 afc; member
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-video.c | 1448 t->afc); in vidioc_s_tuner()
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2462 tuner->afc = 0; in bcm2048_vidioc_g_tuner()
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 324 It will also return correct afc values to show whether the frequency is too
|