Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/
H A Dt1394.c2120 cec_curr->cec_want_wakeup = B_TRUE; in t1394_join_isoch_cec()
2283 cec_curr->cec_want_wakeup = B_TRUE; in t1394_leave_isoch_cec()
2642 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_setup_isoch_cec()
2643 cec_curr->cec_want_wakeup = B_FALSE; in t1394_setup_isoch_cec()
2767 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_start_isoch_cec()
2768 cec_curr->cec_want_wakeup = B_FALSE; in t1394_start_isoch_cec()
2888 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_stop_isoch_cec()
2889 cec_curr->cec_want_wakeup = B_FALSE; in t1394_stop_isoch_cec()
3083 if (cec_curr->cec_want_wakeup == B_TRUE) { in t1394_teardown_isoch_cec()
3084 cec_curr->cec_want_wakeup = B_FALSE; in t1394_teardown_isoch_cec()
H A Ds1394_isoch.c284 if (cec_curr->cec_want_wakeup == B_TRUE) { in s1394_isoch_rsrc_realloc_notify()
285 cec_curr->cec_want_wakeup = B_FALSE; in s1394_isoch_rsrc_realloc_notify()
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h839 boolean_t cec_want_wakeup; member