Searched defs:cec (Results 1 – 2 of 2) sorted by relevance
1096 s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_insert() argument 1133 s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_remove() argument 1175 s1394_isoch_cec_member_list_insert(s1394_hal_t * hal,s1394_isoch_cec_t * cec,s1394_isoch_cec_member_t * member) s1394_isoch_cec_member_list_insert() argument 1222 s1394_isoch_cec_member_list_remove(s1394_hal_t * hal,s1394_isoch_cec_t * cec,s1394_isoch_cec_member_t * member) s1394_isoch_cec_member_list_remove() argument [all...]
848 #define CEC_IN_ANY_CALLBACKS(cec) (((cec)->in_callbacks == B_TRUE) || \ argument 851 #define CEC_TRANSITION_LEGAL(cec, tran) ((cec)->state_transitions & (tran)) argument 852 #define CEC_SET_LEGAL(cec, tran) ((cec)->state_transitions |= (tran)) argument 853 #define CEC_SET_ILLEGAL(cec, tran) ((cec)->state_transitions &= ~(tran)) argument [all...]