mly_user_command
static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
struct mly_user_command *uc = (struct mly_user_command *)addr;
return(mly_user_command(sc, uc));
mly_user_command(struct mly_softc *sc, struct mly_user_command *uc)
#define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command)