Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozeventdef.h40 #define OZ_EVT_LIST_SZ 64 macro
44 struct oz_event evts[OZ_EVT_LIST_SZ];
Dozevent.c77 if (hdr.count > OZ_EVT_LIST_SZ) in oz_events_copy()
78 hdr.count = OZ_EVT_LIST_SZ; in oz_events_copy()