Searched refs:pOSDevice (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/ath6kl/include/ |
D | hif.h | 318 void *pOSDevice; member
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6000_drv.c | 812 if (kobj == (&(((struct device *)osDevInfo->pOSDevice)->kobj))) { in ar6000_sysfs_bmi_read() 839 if (kobj == (&(((struct device *)osDevInfo->pOSDevice)->kobj))) { in ar6000_sysfs_bmi_write() 873 if ((sysfs_create_bin_file(&(((struct device *)ar->osDevInfo.pOSDevice)->kobj), &bmi_attr)) < 0) in ar6000_sysfs_bmi_init() 887 sysfs_remove_bin_file(&(((struct device *)ar->osDevInfo.pOSDevice)->kobj), &bmi_attr); in ar6000_sysfs_bmi_deinit() 969 …if ((A_REQUEST_FIRMWARE(&softmac_entry, "softmac", ((struct device *)ar->osDevInfo.pOSDevice))) ==… in ar6000_softmac_update() 1092 if ((A_REQUEST_FIRMWARE(&fw_entry, filename, ((struct device *)ar->osDevInfo.pOSDevice))) != 0) in ar6000_transfer_bin_file() 1196 … if ((A_REQUEST_FIRMWARE(&fw_entry, version, ((struct device *)ar->osDevInfo.pOSDevice))) != 0) in ar6000_sysfs_bmi_get_config() 1634 wdev = ar6k_cfg80211_init(osDevInfo.pOSDevice); in ar6000_avail_ev() 1680 SET_NETDEV_DEV(dev, osDevInfo.pOSDevice); in ar6000_avail_ev()
|
D | hci_bridge.c | 894 SET_HCIDEV_DEV(pHciDev,osDevInfo.pOSDevice);
|
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/ |
D | hif.c | 733 ((struct hif_device_os_device_info *)config)->pOSDevice = &device->func->dev; in HIFConfigureDevice()
|