Home
last modified time | relevance | path

Searched refs:OZ_F_ISOC_ANYTIME (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.c254 if (pd->mode & OZ_F_ISOC_ANYTIME) { in oz_pd_heartbeat()
529 switch (pd->mode & (OZ_F_ISOC_NO_ELTS | OZ_F_ISOC_ANYTIME)) { in oz_send_queued_frames()
780 if (!(pd->mode & OZ_F_ISOC_ANYTIME)) { in oz_send_isoc_unit()
Dozprotocol.h95 #define OZ_F_ISOC_ANYTIME 0x80 macro
Dozusbsvc1.c311 pd->mode & OZ_F_ISOC_ANYTIME); in oz_usb_send_isoc()