Home
last modified time | relevance | path

Searched refs:param_power_set (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam_param.h69 int param_power_set(dcam_state_t *softc_p, uint_t val);
/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c597 if (param_power_set(softc_p, 1) == 0) { in dcam_open()
647 (void) param_power_set(softc, 0); in dcam_close()
H A Ddcam_param.c569 err = param_power_set(softc_p, val); in dcam1394_param_set()
834 param_power_set(dcam_state_t *softc_p, uint_t val) in param_power_set() function