Searched refs:isoch (Results 1 – 6 of 6) sorted by relevance
963 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_isoch_cycle_inconsistent()966 for (i = 0; i < soft_statep->isoch->ctxt_xmit_count; i++) { in hci1394_isoch_cycle_inconsistent()967 ctxtp = &soft_statep->isoch->ctxt_xmit[i]; in hci1394_isoch_cycle_inconsistent()972 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_isoch_cycle_inconsistent()974 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_isoch_cycle_inconsistent()989 last_time = soft_statep->isoch->cycle_incon_thresh.last_intr_time; in hci1394_isoch_cycle_inconsistent()997 delta_thresh = soft_statep->isoch->cycle_incon_thresh.delta_t_thresh; in hci1394_isoch_cycle_inconsistent()999 soft_statep->isoch->cycle_incon_thresh.delta_t_counter++; in hci1394_isoch_cycle_inconsistent()1001 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_cycle_inconsistent()1007 cnt_thresh = soft_statep->isoch->cycle_incon_thresh.counter_thresh; in hci1394_isoch_cycle_inconsistent()[all …]
198 isochp = soft_statep->isoch; in hci1394_alloc_isoch_dma()393 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_start_isoch_dma()396 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_start_isoch_dma()404 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_start_isoch_dma()658 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_do_stop()660 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_do_stop()668 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_do_stop()787 isochp = soft_statep->isoch; in hci1394_free_isoch_dma()795 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_free_isoch_dma()818 mutex_exit(&soft_statep->isoch->ctxt_list_mutex); in hci1394_free_isoch_dma()[all …]
670 num_ir_contexts = hci1394_isoch_recv_count_get(soft_state->isoch); in hci1394_isr_isoch_ir()690 soft_state->isoch, i); in hci1394_isr_isoch_ir()721 num_it_contexts = hci1394_isoch_xmit_count_get(soft_state->isoch); in hci1394_isr_isoch_it()742 soft_state->isoch, i); in hci1394_isr_isoch_it()
224 hci1394_isoch_fini(&soft_state->isoch); in hci1394_detach_hardware()
454 &soft_state->isoch); in hci1394_hardware_init()460 hci1394_isoch_fini(&soft_state->isoch); in hci1394_hardware_init()
68 hci1394_isoch_handle_t isoch; /* see hci1394_isoch.h */ member