Searched refs:yamdrv_ioctl_mcs (Results 1 – 2 of 2) sorted by relevance
78 struct yamdrv_ioctl_mcs { struct
928 struct yamdrv_ioctl_mcs *ym; in yam_ioctl()951 if ((ym = kmalloc(sizeof(struct yamdrv_ioctl_mcs), GFP_KERNEL)) == NULL) in yam_ioctl()954 if (copy_from_user(ym, ifr->ifr_data, sizeof(struct yamdrv_ioctl_mcs))) { in yam_ioctl()