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()1133 s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_remove()1175 s1394_isoch_cec_member_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_insert()1222 s1394_isoch_cec_member_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_remove()
848 #define CEC_IN_ANY_CALLBACKS(cec) (((cec)->in_callbacks == B_TRUE) || \ argument851 #define CEC_TRANSITION_LEGAL(cec, tran) ((cec)->state_transitions & (tran)) argument852 #define CEC_SET_LEGAL(cec, tran) ((cec)->state_transitions |= (tran)) argument853 #define CEC_SET_ILLEGAL(cec, tran) ((cec)->state_transitions &= ~(tran)) argument