Lines Matching refs:event_string
1446 char event_string[50]; in nxp_setup() local
1447 char *envp[] = {device_string, event_string, NULL}; in nxp_setup()
1461 snprintf(event_string, 50, "BTNXPUART_STATE=FW_READY"); in nxp_setup()
1463 event_string); in nxp_setup()
1791 char event_string[50]; in nxp_coredump_notify() local
1792 char *envp[] = {device_string, event_string, NULL}; in nxp_coredump_notify()
1797 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_ACTIVE"); in nxp_coredump_notify()
1800 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_DONE"); in nxp_coredump_notify()
1803 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_TIMEOUT"); in nxp_coredump_notify()
1806 snprintf(event_string, 50, "BTNXPUART_STATE=FW_DUMP_STATE_%d", in nxp_coredump_notify()
1811 event_string); in nxp_coredump_notify()