Searched refs:os_cookie (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/iface/
H A Drtmp_pci.h32 ((struct os_cookie *)handle)->pci_dev = dev_p;
43 { struct os_cookie *_pObj = (struct os_cookie *)(_pAd->OS_Cookie); \
48 { struct os_cookie *_pObj = (struct os_cookie *)(_pAd->OS_Cookie); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_pci_rbus.c87 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
102 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
117 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
131 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
145 struct os_cookie *pObj = (struct os_cookie *)pA
[all...]
H A Dpci_main_dev.c323 handle = kmalloc(sizeof(struct os_cookie), GFP_KERNEL);
331 ((struct os_cookie *)handle)->pci_dev = pci_dev;
377 /* free struct rt_rtmp_adapter strcuture and os_cookie */
467 struct os_cookie *pObj;
469 pObj = (struct os_cookie *)pAd->OS_Cookie;
508 struct os_cookie *pObj;
510 pObj = (struct os_cookie *)pAd->OS_Cookie;
823 struct os_cookie *pObj;
825 pObj = (struct os_cookie *)pAd->OS_Cookie;
867 struct os_cookie *pOb
[all...]
H A Drt_linux.c240 struct os_cookie *os_cookie; local
243 os_cookie = (struct os_cookie *)pAd->OS_Cookie;
267 vfree(pAd); /* pci_free_consistent(os_cookie->pci_dev,sizeof(struct rt_rtmp_adapter),pAd,os_cookie->pAd_pa); */
268 if (os_cookie)
269 kfree(os_cookie);
925 struct os_cookie *_pObj = (struct os_cookie *)(pA
[all...]
H A Drt_usb.c202 struct os_cookie *pObj;
211 pObj = (struct os_cookie *)pAd->OS_Cookie;
752 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
779 struct os_cookie *pObj;
781 pObj = (struct os_cookie *)pAd->OS_Cookie;
H A Dusb_main_dev.c862 handle = kmalloc(sizeof(struct os_cookie), GFP_KERNEL);
868 ((struct os_cookie *)handle)->pUsb_Dev = usb_dev;
H A Drt_linux.h377 struct os_cookie { struct
H A Dsta_ioctl.c2449 struct os_cookie *pObj;
2457 pObj = (struct os_cookie *)pAd->OS_Cookie;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c67 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
106 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
134 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
502 struct os_cookie *pObj;
507 pObj = (struct os_cookie *)pAd->OS_Cookie;
598 struct os_cookie *pObj;
604 pObj = (struct os_cookie *)pA
[all...]
H A Drtusb_io.c844 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_mcu.c118 dev = &((struct os_cookie *)adapter->OS_Cookie)->pUsb_Dev->dev;
127 dev = &((struct os_cookie *)adapter->OS_Cookie)->pci_dev->dev;
H A Dcmm_mac_usb.c55 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
169 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
541 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;

Completed in 204 milliseconds