HelenOS sources
ar9271_t 171 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = nic_get_specific(nic_data);
ar9271_t 274 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) arg;
ar9271_t 336 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) ieee80211_get_specific(ieee80211_dev);
ar9271_t 369 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) ieee80211_get_specific(ieee80211_dev);
ar9271_t 418 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) ieee80211_get_specific(ieee80211_dev);
ar9271_t 541 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) ieee80211_get_specific(ieee80211_dev);
ar9271_t 624 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = (ar9271_t *) ieee80211_get_specific(ieee80211_dev);
ar9271_t 678 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_init(ar9271_t *ar9271, usb_device_t *usb_device, const usb_endpoint_description_t **endpoints)
ar9271_t 749 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_upload_fw(ar9271_t *ar9271)
ar9271_t 842 uspace/drv/nic/ar9271/ar9271.c static ar9271_t *ar9271_create_dev_data(ddf_dev_t *dev)
ar9271_t 854 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = calloc(1, sizeof(ar9271_t));
ar9271_t 878 uspace/drv/nic/ar9271/ar9271.c static void ar9271_delete_dev_data(ar9271_t *ar9271)
ar9271_t 896 uspace/drv/nic/ar9271/ar9271.c ar9271_t *ar9271 = ar9271_create_dev_data(dev);
ar9271_t 54 uspace/drv/nic/ar9271/hw.c static errno_t hw_read_wait(ar9271_t *ar9271, uint32_t offset, uint32_t mask,
ar9271_t 69 uspace/drv/nic/ar9271/hw.c static errno_t hw_reset_power_on(ar9271_t *ar9271)
ar9271_t 107 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_reset(ar9271_t *ar9271, bool cold)
ar9271_t 150 uspace/drv/nic/ar9271/hw.c static errno_t hw_addr_init(ar9271_t *ar9271)
ar9271_t 175 uspace/drv/nic/ar9271/hw.c static errno_t hw_gpio_set_output(ar9271_t *ar9271, uint32_t gpio, uint32_t type)
ar9271_t 206 uspace/drv/nic/ar9271/hw.c static errno_t hw_gpio_set_value(ar9271_t *ar9271, uint32_t gpio, uint32_t value)
ar9271_t 220 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_proc(ar9271_t *ar9271)
ar9271_t 243 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_led(ar9271_t *ar9271)
ar9271_t 261 uspace/drv/nic/ar9271/hw.c static errno_t hw_activate_phy(ar9271_t *ar9271)
ar9271_t 269 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_operating_mode(ar9271_t *ar9271,
ar9271_t 297 uspace/drv/nic/ar9271/hw.c static errno_t hw_reset_operating_mode(ar9271_t *ar9271)
ar9271_t 308 uspace/drv/nic/ar9271/hw.c static errno_t hw_noise_floor_calibration(ar9271_t *ar9271)
ar9271_t 346 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_freq(ar9271_t *ar9271, uint16_t freq)
ar9271_t 375 uspace/drv/nic/ar9271/hw.c errno_t hw_freq_switch(ar9271_t *ar9271, uint16_t freq)
ar9271_t 409 uspace/drv/nic/ar9271/hw.c errno_t hw_set_rx_filter(ar9271_t *ar9271, bool assoc)
ar9271_t 427 uspace/drv/nic/ar9271/hw.c errno_t hw_set_bssid(ar9271_t *ar9271)
ar9271_t 447 uspace/drv/nic/ar9271/hw.c errno_t hw_rx_init(ar9271_t *ar9271)
ar9271_t 467 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_pll(ar9271_t *ar9271)
ar9271_t 482 uspace/drv/nic/ar9271/hw.c static void hw_set_init_values(ar9271_t *ar9271)
ar9271_t 512 uspace/drv/nic/ar9271/hw.c static errno_t hw_calibration(ar9271_t *ar9271)
ar9271_t 542 uspace/drv/nic/ar9271/hw.c errno_t hw_reset(ar9271_t *ar9271)
ar9271_t 640 uspace/drv/nic/ar9271/hw.c errno_t hw_init(ar9271_t *ar9271)
ar9271_t 43 uspace/drv/nic/ar9271/hw.h extern errno_t hw_init(ar9271_t *);
ar9271_t 44 uspace/drv/nic/ar9271/hw.h extern errno_t hw_freq_switch(ar9271_t *, uint16_t);
ar9271_t 45 uspace/drv/nic/ar9271/hw.h extern errno_t hw_rx_init(ar9271_t *);
ar9271_t 46 uspace/drv/nic/ar9271/hw.h extern errno_t hw_reset(ar9271_t *);
ar9271_t 47 uspace/drv/nic/ar9271/hw.h extern errno_t hw_set_bssid(ar9271_t *);
ar9271_t 48 uspace/drv/nic/ar9271/hw.h extern errno_t hw_set_rx_filter(ar9271_t *, bool);
HelenOS homepage, sources at GitHub