Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_uevent.h19 #define MAX_UEVENT_LEN 64 macro
29 char uevent[MAX_UEVENT_LEN];
H A Diosm_ipc_uevent.c40 snprintf(info->uevent, MAX_UEVENT_LEN, "IOSM_EVENT=%s", uevent); in ipc_uevent_send()