Home
last modified time | relevance | path

Searched refs:fmdbg (Results 1 – 5 of 5) sorted by relevance

/drivers/media/radio/wl128x/
Dfmdrv_common.c557 fmdbg("irq: timeout,trying to re-enable fm interrupts\n"); in int_timeout_handler()
599 fmdbg("irq: flag register(0x%x)\n", fmdev->irq_info.flag); in fm_irq_handle_flag_getcmd_resp()
617 fmdbg("irq: rds threshold reached\n"); in fm_irq_handle_rds_start()
647 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); in fm_rx_update_af_cache()
660 fmdbg("Current freq(%d) is matching with received AF(%d)\n", in fm_rx_update_af_cache()
671 fmdbg("AF cache is full\n"); in fm_rx_update_af_cache()
679 fmdbg("Storing AF %d to cache index %d\n", freq, index); in fm_rx_update_af_cache()
739 fmdbg("Block index:%d(%s)\n", blk_idx, in fm_irq_handle_rdsdata_getcmd_resp()
746 fmdbg("Block sequence mismatch\n"); in fm_irq_handle_rdsdata_getcmd_resp()
760 fmdbg("Good block received\n"); in fm_irq_handle_rdsdata_getcmd_resp()
[all …]
Dfmdrv_tx.c35 fmdbg("stereo mode: %d\n", mode); in fm_tx_set_stereo_mono()
114 fmdbg("rds_en_dis:%d(E:%d, D:%d)\n", rds_en_dis, in fm_tx_set_rds_mode()
187 fmdbg("AF: %d\n", af); in fm_tx_set_af()
224 fmdbg("tx: mute mode %d\n", mute_mode_toset); in fm_tx_set_mute_mode()
300 fmdbg("tx: pwr_level_to_set %ld\n", (long int)new_pwr_lvl); in fm_tx_set_pwr_lvl()
402 fmdbg("tx: freq_to_set %ld\n", (long int)tx->tx_frq); in fm_tx_set_freq()
Dfmdrv.h61 #define fmdbg(format, ...) \ macro
64 #define fmdbg(format, ...) do {} while(0) macro
Dfmdrv_v4l2.c94 fmdbg("(%d)type: %d, text %s, af %d\n", in fm_v4l2_fops_write()
149 fmdbg("Load FM RX firmware..\n"); in fm_v4l2_fops_open()
170 fmdbg("FM device is already closed\n"); in fm_v4l2_fops_release()
Dfmdrv_rx.c393 fmdbg("Current freq is not within band limit boundary," in fm_rx_set_region()