Lines Matching full:cec
635 /* Isoch CEC list */
783 /* Isoch CEC member list */
792 /* Current state of Isoch CEC */
812 #define CEC_IN_ANY_CALLBACKS(cec) (((cec)->in_callbacks == B_TRUE) || \ argument
813 ((cec)->in_fail_callbacks == B_TRUE))
815 #define CEC_TRANSITION_LEGAL(cec, tran) ((cec)->state_transitions & (tran)) argument
816 #define CEC_SET_LEGAL(cec, tran) ((cec)->state_transitions |= (tran)) argument
817 #define CEC_SET_ILLEGAL(cec, tran) ((cec)->state_transitions &= ~(tran)) argument
825 /* Events for Isoch CEC member - given in t1394_join_isoch_cec() */
1143 void s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1145 void s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1148 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);
1151 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);