Searched refs:int_freq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/tuners/
H A Dxc2028.c79 __u16 int_freq; member in struct:firmware_description
88 __u16 int_freq; member in struct:firmware_properties
176 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) argument
239 printk(KERN_CONT "HAS_IF_%d ", int_freq);
347 __u16 int_freq = 0; local
366 int_freq = get_unaligned_le16(p);
367 p += sizeof(int_freq);
392 dump_firm_type_and_int_freq(type, int_freq);
400 priv->firm[n].int_freq = int_freq;
653 load_scode(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id, __u16 int_freq, int scode) argument
717 check_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id std, __u16 int_freq) argument
1008 generic_set_freq(struct dvb_frontend *fe, u32 freq , enum v4l2_tuner_type new_type, unsigned int type, v4l2_std_id std, u16 int_freq) argument
[all...]
H A Dxc4000.c59 __u16 int_freq; member in struct:firmware_description
68 __u16 int_freq; member in struct:firmware_properties
181 u16 int_freq; member in struct:XC_TV_STANDARD
550 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) argument
613 printk(KERN_CONT "HAS_IF_%d ", int_freq);
778 __u16 int_freq = 0; local
797 int_freq = get_unaligned_le16(p);
798 p += sizeof(int_freq);
822 dump_firm_type_and_int_freq(type, int_freq);
830 priv->firm[n].int_freq
856 load_scode(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id, __u16 int_freq, int scode) argument
921 check_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id std, __u16 int_freq) argument
[all...]
H A Dr820t.c81 u32 int_freq; member in struct:r820t_priv
1083 priv->int_freq = if_khz * 1000;
1323 lo_freq = freq - priv->int_freq;
1325 lo_freq = freq + priv->int_freq;
2297 *frequency = priv->int_freq;
/linux-master/drivers/clk/xilinx/
H A Dclk-xlnx-clock-wizard.c652 unsigned long int_freq; local
665 int_freq = divider_recalc_rate(hw, *prate * m, div, divider->table,
668 if (rate > int_freq) {
669 f = DIV_ROUND_CLOSEST_ULL(rate * WZRD_FRAC_POINTS, int_freq);
670 rate = DIV_ROUND_CLOSEST(int_freq * f, WZRD_FRAC_POINTS);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c12111 u32 int_freq; local
12121 fe->ops.tuner_ops.get_if_frequency(fe, &int_freq);
12122 demod->my_common_attr->intermediate_freq = int_freq / 1000;

Completed in 314 milliseconds