HelenOS sources
ath_t 685 uspace/drv/nic/ar9271/ar9271.c ar9271->ath_device = calloc(1, sizeof(ath_t));
ath_t 213 uspace/drv/nic/ar9271/ar9271.h ath_t *ath_device;
ath_t 42 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_ctrl_message(ath_t *, void *, size_t);
ath_t 43 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_ctrl_message(ath_t *, void *, size_t, size_t *);
ath_t 44 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_data_message(ath_t *, void *, size_t);
ath_t 45 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_data_message(ath_t *, void *, size_t, size_t *);
ath_t 62 uspace/drv/nic/ar9271/ath_usb.c errno_t ath_usb_init(ath_t *ath, usb_device_t *usb_device, const usb_endpoint_description_t **endpoints)
ath_t 113 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_ctrl_message(ath_t *ath, void *buffer,
ath_t 130 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_ctrl_message(ath_t *ath, void *buffer,
ath_t 146 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_data_message(ath_t *ath, void *buffer,
ath_t 179 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_data_message(ath_t *ath, void *buffer,
ath_t 61 uspace/drv/nic/ar9271/ath_usb.h extern errno_t ath_usb_init(ath_t *, usb_device_t *, const usb_endpoint_description_t **endpoints);
ath_t 161 uspace/drv/nic/ar9271/htc.c ath_t *ath_device = htc_device->ath_device;
ath_t 184 uspace/drv/nic/ar9271/htc.c ath_t *ath_device = htc_device->ath_device;
ath_t 204 uspace/drv/nic/ar9271/htc.c ath_t *ath_device = htc_device->ath_device;
ath_t 224 uspace/drv/nic/ar9271/htc.c ath_t *ath_device = htc_device->ath_device;
ath_t 432 uspace/drv/nic/ar9271/htc.c errno_t htc_device_init(ath_t *ath_device, ieee80211_dev_t *ieee80211_dev,
ath_t 128 uspace/drv/nic/ar9271/htc.h ath_t *ath_device;
ath_t 299 uspace/drv/nic/ar9271/htc.h extern errno_t htc_device_init(ath_t *, ieee80211_dev_t *, htc_device_t *);
HelenOS homepage, sources at GitHub