Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dhd29l2.c570 char *str_constellation, *str_code_rate, *str_constellation_code_rate, in hd29l2_get_frontend() local
585 str_constellation = "QAM4NR"; in hd29l2_get_frontend()
589 str_constellation = "QAM4"; in hd29l2_get_frontend()
593 str_constellation = "QAM16"; in hd29l2_get_frontend()
597 str_constellation = "QAM32"; in hd29l2_get_frontend()
601 str_constellation = "QAM64"; in hd29l2_get_frontend()
605 str_constellation = "?"; in hd29l2_get_frontend()
717 __func__, str_constellation, str_code_rate, in hd29l2_get_frontend()