| eppcic.c | 133 static int eppcic_get_voltage(struct eppcic_handle *); 528 ph->ph_vcc = eppcic_get_voltage(ph); 568 eppcic_get_voltage(struct eppcic_handle *ph) function in typeref:typename:int 588 DPRINTFN(1, ("eppcic_get_voltage: vs1=%d, vs2=%d (%dV)\n",epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[0]),epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[1]),vcc));
|