Searched refs:mly_user_command (Results 1 – 2 of 2) sorted by relevance
74 struct mly_user_command { struct84 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command) argument
152 static int mly_user_command(struct mly_softc *, struct mly_user_command *);2302 rv = mly_user_command(mly, (void *)data); in mlyioctl()2325 mly_user_command(struct mly_softc *mly, struct mly_user_command *uc) in mly_user_command() function