changer_position
struct changer_position cmd;
int ch_position(struct ch_softc *, struct changer_position *);
error = ch_position(sc, (struct changer_position *)data);
ch_position(struct ch_softc *sc, struct changer_position *cp)
#define CHIOPOSITION _IOW('c', 0x43, struct changer_position)