Home
last modified time | relevance | path

Searched refs:dcam_frame_rcv_stop (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam_frame.h41 int dcam_frame_rcv_stop(dcam_state_t *softc_p);
H A Ddcam.h167 int dcam_frame_rcv_stop(dcam_state_t *softc_p);
/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c471 (void) dcam_frame_rcv_stop(softc_p); in dcam_detach()
643 (void) dcam_frame_rcv_stop(softc); in dcam_close()
988 if (dcam_frame_rcv_stop(softc_p)) { in dcam_ioctl()
H A Ddcam_param.c894 (void) dcam_frame_rcv_stop(softc_p); in param_vid_mode_set()
936 (void) dcam_frame_rcv_stop(softc_p); in param_frame_rate_set()
1007 (void) dcam_frame_rcv_stop(softc_p); in param_ring_buff_capacity_set()
H A Ddcam_frame.c441 dcam_frame_rcv_stop(dcam_state_t *softc_p) in dcam_frame_rcv_stop() function