Lines Matching refs:LOG
34 #define LOG(x...) pr_info("[4g_modem]: " x) macro
46 LOG("%s: 4g modem power up.\n", __func__); in modem_poweron_off()
59 LOG("%s: 4g modem power down.\n", __func__); in modem_poweron_off()
83 LOG("%s: kstrtoint error return %d\n", __func__, ret); in modem_status_store()
89 LOG("%s, c(%d), open modem.\n", __func__, new_state); in modem_status_store()
92 LOG("%s, c(%d), close modem.\n", __func__, new_state); in modem_status_store()
95 LOG("%s, invalid parameter.\n", __func__); in modem_status_store()
119 LOG("%s: LTE modem power controlled by gpio.\n", __func__); in modem_platdata_parse_dt()
161 LOG("%s: No lte platform data specified\n", __func__); in lte_probe()
172 LOG("%s: create modem_power_on_thread failed.\n", __func__); in lte_probe()
232 LOG("Fail to create class modem_status.\n"); in rm310_init()