Home
last modified time | relevance | path

Searched refs:OZ_PD_S_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozproto.c267 oz_pd_set_state(pd, OZ_PD_S_CONNECTED); in oz_connect_req()
361 if (!(pd->state & OZ_PD_S_CONNECTED)) in oz_rx_frame()
362 oz_pd_set_state(pd, OZ_PD_S_CONNECTED); in oz_rx_frame()
385 (pd->state == OZ_PD_S_CONNECTED)) { in oz_rx_frame()
415 if (pd && (pd->state & OZ_PD_S_CONNECTED)) { in oz_rx_frame()
433 if (pd && (pd->state & OZ_PD_S_CONNECTED)) { in oz_rx_frame()
502 if (pd->state & OZ_PD_S_CONNECTED) in oz_pd_heartbeat_handler()
Dozpd.h15 #define OZ_PD_S_CONNECTED 0x2 macro
Dozcdev.c168 if (!(pd->state & OZ_PD_S_CONNECTED)) in oz_cdev_write()
Dozpd.c71 case OZ_PD_S_CONNECTED: in oz_pd_set_state()