Lines Matching refs:mx
493 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; in rtw_max2820_tune() local
494 struct rtw_rfbus *bus = &mx->mx_bus; in rtw_max2820_tune()
506 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; in rtw_max2820_destroy() local
507 kmem_free(mx, sizeof (*mx)); in rtw_max2820_destroy()
515 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; in rtw_max2820_init() local
516 struct rtw_rfbus *bus = &mx->mx_bus; in rtw_max2820_init()
569 struct rtw_max2820 *mx; in rtw_max2820_pwrstate() local
572 mx = (struct rtw_max2820 *)rf; in rtw_max2820_pwrstate()
573 bus = &mx->mx_bus; in rtw_max2820_pwrstate()
592 struct rtw_max2820 *mx; in rtw_max2820_create() local
597 mx = (struct rtw_max2820 *)kmem_zalloc(sizeof (*mx), KM_SLEEP); in rtw_max2820_create()
598 if (mx == NULL) in rtw_max2820_create()
601 mx->mx_is_a = is_a; in rtw_max2820_create()
603 rf = &mx->mx_rf; in rtw_max2820_create()
604 bus = &mx->mx_bus; in rtw_max2820_create()
632 return (&mx->mx_rf); in rtw_max2820_create()