Lines Matching refs:event_string
1445 char event_string[50]; in nxp_setup() local
1446 char *envp[] = {device_string, event_string, NULL}; in nxp_setup()
1460 snprintf(event_string, 50, "BTNXPUART_STATE=FW_READY"); in nxp_setup()
1462 event_string); in nxp_setup()
1790 char event_string[50]; in nxp_coredump_notify() local
1791 char *envp[] = {device_string, event_string, NULL}; in nxp_coredump_notify()
1796 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_ACTIVE"); in nxp_coredump_notify()
1799 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_DONE"); in nxp_coredump_notify()
1802 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_TIMEOUT"); in nxp_coredump_notify()
1805 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_STATE_%d", in nxp_coredump_notify()
1810 event_string); in nxp_coredump_notify()