Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1795 cec_curr->cec_want_wakeup = B_TRUE; in t1394_join_isoch_cec()
1928 cec_curr->cec_want_wakeup = B_TRUE; in t1394_leave_isoch_cec()
2242 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_setup_isoch_cec()
2243 cec_curr->cec_want_wakeup = B_FALSE; in t1394_setup_isoch_cec()
2347 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_start_isoch_cec()
2348 cec_curr->cec_want_wakeup = B_FALSE; in t1394_start_isoch_cec()
2448 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_stop_isoch_cec()
2449 cec_curr->cec_want_wakeup = B_FALSE; in t1394_stop_isoch_cec()
2614 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_teardown_isoch_cec()
2615 cec_curr->cec_want_wakeup = B_FALSE; in t1394_teardown_isoch_cec()
H A Ds1394_isoch.c264 if (cec_curr->cec_want_wakeup == B_TRUE) { in s1394_isoch_rsrc_realloc_notify()
265 cec_curr->cec_want_wakeup = B_FALSE; in s1394_isoch_rsrc_realloc_notify()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h803 boolean_t cec_want_wakeup; member