Home
last modified time | relevance | path

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

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