Searched refs:mly_user_command (Results 1 – 3 of 3) sorted by relevance
38 struct mly_user_command struct49 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command) argument
129 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);2855 struct mly_user_command *uc = (struct mly_user_command *)addr; in mly_user_ioctl()2860 return(mly_user_command(sc, uc)); in mly_user_ioctl()2878 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) in mly_user_command() function
883 unsigned struct_mly_user_command_sz = sizeof(mly_user_command);