Lines Matching full:carrier
41 /* low limit for RX carrier freq, Hz, 0 for no RX demodulation */
44 MODULE_PARM_DESC(rx_low_carrier_freq, "Override low RX carrier frequency, Hz, 0 for no RX demodulat…
46 /* high limit for RX carrier freq, Hz, 0 for no RX demodulation */
49 MODULE_PARM_DESC(rx_high_carrier_freq, "Override high RX carrier frequency, Hz, 0 for no RX demodul…
51 /* override tx carrier frequency */
54 MODULE_PARM_DESC(tx_carrier_freq, "Override TX carrier frequency, Hz");
64 MODULE_PARM_DESC(sample_period, "Override carrier sample period, us");
74 /* check whether carrier frequency is high frequency */
80 /* get the bits required to program the carrier frequency in CFQ bits,
209 /* set all the rx/tx carrier parameters; this must be called with the device
255 /* set the carrier parameters in a device-dependent way */ in ite_set_carrier_params()
324 /* set the rx carrier freq range, guess it's in Hz... */
340 /* set the tx carrier freq, guess it's in Hz... */
341 static int ite_set_tx_carrier(struct rc_dev *rcdev, u32 carrier) in ite_set_tx_carrier() argument
347 dev->params.tx_carrier_freq = carrier; in ite_set_tx_carrier()
392 /* and set the carrier values for transmission */ in ite_tx_ir()
482 * otherwise we could configure the RX carrier params instead of the in ite_tx_ir()
506 /* and set the carrier values for reception */ in ite_tx_ir()
567 /* set the carrier parameters; to be called with the spinlock held */
750 /* program the carrier parameters */ in it87_init_hardware()
779 /* set the carrier parameters; to be called with the spinlock held */
993 /* program the carrier parameters */ in it8708_init_hardware()
1076 /* set the carrier parameters; to be called with the spinlock held */
1280 /* program the carrier parameters */ in it8709_init_hardware()
1533 ite_pr(KERN_NOTICE, "TX carrier frequency (Hz): %d\n", (int) in ite_probe()
1537 ite_pr(KERN_NOTICE, "RX low carrier frequency (Hz): %d\n", (int) in ite_probe()
1539 ite_pr(KERN_NOTICE, "RX high carrier frequency (Hz): %d\n", (int) in ite_probe()