Searched refs:OZ_PD_S_CONNECTED (Results 1 – 4 of 4) sorted by relevance
267 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()
15 #define OZ_PD_S_CONNECTED 0x2 macro
168 if (!(pd->state & OZ_PD_S_CONNECTED)) in oz_cdev_write()
71 case OZ_PD_S_CONNECTED: in oz_pd_set_state()