HelenOS sources

htc_device_t      720 uspace/drv/nic/ar9271/ar9271.c 	ar9271->htc_device = calloc(1, sizeof(htc_device_t));
htc_device_t      216 uspace/drv/nic/ar9271/ar9271.h 	htc_device_t *htc_device;
htc_device_t       68 uspace/drv/nic/ar9271/htc.c errno_t htc_init_new_vif(htc_device_t *htc_device)
htc_device_t      155 uspace/drv/nic/ar9271/htc.c errno_t htc_send_control_message(htc_device_t *htc_device, void *buffer,
htc_device_t      178 uspace/drv/nic/ar9271/htc.c errno_t htc_send_data_message(htc_device_t *htc_device, void *buffer,
htc_device_t      201 uspace/drv/nic/ar9271/htc.c errno_t htc_read_data_message(htc_device_t *htc_device, void *buffer,
htc_device_t      221 uspace/drv/nic/ar9271/htc.c errno_t htc_read_control_message(htc_device_t *htc_device, void *buffer,
htc_device_t      241 uspace/drv/nic/ar9271/htc.c static errno_t htc_connect_service(htc_device_t *htc_device,
htc_device_t      314 uspace/drv/nic/ar9271/htc.c static errno_t htc_config_credits(htc_device_t *htc_device)
htc_device_t      362 uspace/drv/nic/ar9271/htc.c static errno_t htc_complete_setup(htc_device_t *htc_device)
htc_device_t      396 uspace/drv/nic/ar9271/htc.c static errno_t htc_check_ready(htc_device_t *htc_device)
htc_device_t      433 uspace/drv/nic/ar9271/htc.c     htc_device_t *htc_device)
htc_device_t      453 uspace/drv/nic/ar9271/htc.c errno_t htc_init(htc_device_t *htc_device)
htc_device_t      299 uspace/drv/nic/ar9271/htc.h extern errno_t htc_device_init(ath_t *, ieee80211_dev_t *, htc_device_t *);
htc_device_t      300 uspace/drv/nic/ar9271/htc.h extern errno_t htc_init(htc_device_t *);
htc_device_t      301 uspace/drv/nic/ar9271/htc.h extern errno_t htc_init_new_vif(htc_device_t *);
htc_device_t      302 uspace/drv/nic/ar9271/htc.h extern errno_t htc_read_control_message(htc_device_t *, void *, size_t, size_t *);
htc_device_t      303 uspace/drv/nic/ar9271/htc.h extern errno_t htc_read_data_message(htc_device_t *, void *, size_t, size_t *);
htc_device_t      304 uspace/drv/nic/ar9271/htc.h extern errno_t htc_send_control_message(htc_device_t *, void *, size_t, uint8_t);
htc_device_t      305 uspace/drv/nic/ar9271/htc.h extern errno_t htc_send_data_message(htc_device_t *, void *, size_t, uint8_t);
htc_device_t       52 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_read(htc_device_t *htc_device, uint32_t reg_offset, uint32_t *res)
htc_device_t       84 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_write(htc_device_t *htc_device, uint32_t reg_offset, uint32_t val)
htc_device_t      117 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_set_clear_bit(htc_device_t *htc_device, uint32_t reg_offset,
htc_device_t      151 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
htc_device_t      166 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_clear_bit(htc_device_t *htc_device, uint32_t reg_offset,
htc_device_t      181 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_buffer_write(htc_device_t *htc_device, wmi_reg_t *reg_buffer,
htc_device_t      225 uspace/drv/nic/ar9271/wmi.c errno_t wmi_send_command(htc_device_t *htc_device, wmi_command_t command_id,
htc_device_t      119 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_read(htc_device_t *, uint32_t, uint32_t *);
htc_device_t      120 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_write(htc_device_t *, uint32_t, uint32_t);
htc_device_t      121 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);
htc_device_t      122 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t);
htc_device_t      123 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t);
htc_device_t      124 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t);
htc_device_t      125 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_send_command(htc_device_t *, wmi_command_t, uint8_t *, uint32_t,
HelenOS homepage, sources at GitHub