Home | History | Annotate | Download | only in ic

Lines Matching refs:mx

630 	struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
631 struct rtw_rfbus *bus = &mx->mx_bus;
643 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
644 memset(mx, 0, sizeof(*mx));
645 free(mx, M_DEVBUF);
652 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
653 struct rtw_rfbus *bus = &mx->mx_bus;
702 struct rtw_max2820 *mx;
705 mx = (struct rtw_max2820 *)rf;
706 bus = &mx->mx_bus;
724 struct rtw_max2820 *mx;
729 mx = malloc(sizeof(*mx), M_DEVBUF, M_WAITOK | M_ZERO);
730 mx->mx_is_a = is_a;
732 rf = &mx->mx_rf;
733 bus = &mx->mx_bus;
759 return &mx->mx_rf;