Home
last modified time | relevance | path

Searched refs:ar9170 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h198 struct ar9170;
201 struct ar9170 *ar;
236 struct ar9170 { struct
497 struct ar9170 *ar;
535 int carl9170_register(struct ar9170 *ar);
537 void carl9170_free(struct ar9170 *ar);
539 void carl9170_ps_check(struct ar9170 *ar);
542 int carl9170_usb_open(struct ar9170 *ar);
554 int carl9170_init_mac(struct ar9170 *ar);
555 int carl9170_set_qos(struct ar9170 *ar);
[all …]
H A Dcmd.h47 int carl9170_read_mreg(struct ar9170 *ar, const int nregs,
49 int carl9170_echo_test(struct ar9170 *ar, u32 v);
50 int carl9170_reboot(struct ar9170 *ar);
51 int carl9170_mac_reset(struct ar9170 *ar);
52 int carl9170_powersave(struct ar9170 *ar, const bool power_on);
53 int carl9170_collect_tally(struct ar9170 *ar);
57 static inline int carl9170_flush_cab(struct ar9170 *ar, in carl9170_flush_cab()
63 static inline int carl9170_rx_filter(struct ar9170 *ar, in carl9170_rx_filter()
73 struct carl9170_cmd *carl9170_cmd_buf(struct ar9170 *ar,
85 struct ar9170 *__ar = ar;
[all …]
H A Dusb.c241 struct ar9170 *ar = urb->context; in carl9170_usb_cmd_complete()
279 struct ar9170 *ar = urb->context; in carl9170_usb_rx_irq_complete()
400 struct ar9170 *ar = (struct ar9170 *)urb->context; in carl9170_usb_rx_complete()
767 void carl9170_usb_stop(struct ar9170 *ar) in carl9170_usb_stop()
793 int carl9170_usb_open(struct ar9170 *ar) in carl9170_usb_open()
866 int carl9170_usb_restart(struct ar9170 *ar) in carl9170_usb_restart()
908 void carl9170_usb_reset(struct ar9170 *ar) in carl9170_usb_reset()
1024 struct ar9170 *ar = context; in carl9170_usb_firmware_step2()
1040 struct ar9170 *ar; in carl9170_usb_probe()
1140 struct ar9170 *ar = usb_get_intfdata(intf); in carl9170_usb_disconnect()
[all …]
H A Dcmd.c43 int carl9170_write_reg(struct ar9170 *ar, const u32 reg, const u32 val) in carl9170_write_reg()
62 int carl9170_read_mreg(struct ar9170 *ar, const int nregs, in carl9170_read_mreg()
94 int carl9170_read_reg(struct ar9170 *ar, u32 reg, u32 *val) in carl9170_read_reg()
99 int carl9170_echo_test(struct ar9170 *ar, const u32 v) in carl9170_echo_test()
118 struct carl9170_cmd *carl9170_cmd_buf(struct ar9170 *ar, in carl9170_cmd_buf()
132 int carl9170_reboot(struct ar9170 *ar) in carl9170_reboot()
145 int carl9170_mac_reset(struct ar9170 *ar) in carl9170_mac_reset()
151 int carl9170_bcn_ctrl(struct ar9170 *ar, const unsigned int vif_id, in carl9170_bcn_ctrl()
169 int carl9170_collect_tally(struct ar9170 *ar) in carl9170_collect_tally()
202 int carl9170_powersave(struct ar9170 *ar, const bool ps) in carl9170_powersave()
H A Dmac.c44 int carl9170_set_dyn_sifs_ack(struct ar9170 *ar) in carl9170_set_dyn_sifs_ack()
60 int carl9170_set_rts_cts_rate(struct ar9170 *ar) in carl9170_set_rts_cts_rate()
84 int carl9170_set_slot_time(struct ar9170 *ar) in carl9170_set_slot_time()
106 int carl9170_set_mac_rates(struct ar9170 *ar) in carl9170_set_mac_rates()
136 int carl9170_set_qos(struct ar9170 *ar) in carl9170_set_qos()
171 int carl9170_init_mac(struct ar9170 *ar) in carl9170_init_mac()
257 static int carl9170_set_mac_reg(struct ar9170 *ar, in carl9170_set_mac_reg()
285 int carl9170_update_multicast(struct ar9170 *ar, const u64 mc_hash) in carl9170_update_multicast()
301 int carl9170_set_operating_mode(struct ar9170 *ar) in carl9170_set_operating_mode()
399 int carl9170_set_beacon_timers(struct ar9170 *ar) in carl9170_set_beacon_timers()
[all …]
H A Dled.c43 int carl9170_led_set_state(struct ar9170 *ar, const u32 led_state) in carl9170_led_set_state()
48 int carl9170_led_init(struct ar9170 *ar) in carl9170_led_init()
68 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work); in carl9170_led_update()
110 struct ar9170 *ar = arl->ar; in carl9170_led_set_brightness()
124 static int carl9170_led_register_led(struct ar9170 *ar, int i, char *name, in carl9170_led_register_led()
150 void carl9170_led_unregister(struct ar9170 *ar) in carl9170_led_unregister()
164 int carl9170_led_register(struct ar9170 *ar) in carl9170_led_register()
H A Dtx.c70 static bool is_mem_full(struct ar9170 *ar) in is_mem_full()
264 struct ar9170 *ar; in carl9170_tx_release()
347 static void carl9170_tx_shift_bm(struct ar9170 *ar, in carl9170_tx_shift_bm()
642 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_tx_janitor()
690 void carl9170_tx_process_status(struct ar9170 *ar, in carl9170_tx_process_status()
766 static __le32 carl9170_tx_physet(struct ar9170 *ar, in carl9170_tx_physet()
960 static int carl9170_tx_prepare(struct ar9170 *ar, in carl9170_tx_prepare()
1130 static void carl9170_tx_ampdu(struct ar9170 *ar) in carl9170_tx_ampdu()
1342 static void carl9170_tx(struct ar9170 *ar) in carl9170_tx()
1477 struct ar9170 *ar = hw->priv; in carl9170_op_tx()
[all …]
H A Ddebug.c54 char *(*read)(struct ar9170 *ar, char *buf, size_t bufsize,
56 ssize_t (*write)(struct ar9170 *aru, const char *buf, size_t size);
66 struct ar9170 *ar; in carl9170_debugfs_read()
117 struct ar9170 *ar; in carl9170_debugfs_write()
207 static char *carl9170_debugfs_ ##name ## _read(struct ar9170 *ar, \
283 static void carl9170_debugfs_format_frame(struct ar9170 *ar, in carl9170_debugfs_format_frame()
487 static char *carl9170_debugfs_##name ## _read(struct ar9170 *ar, \
517 static char *carl9170_debugfs_##name ## _read(struct ar9170 *ar, \
544 static ssize_t carl9170_debugfs_hw_ioread32_write(struct ar9170 *ar, in carl9170_debugfs_hw_ioread32_write()
813 void carl9170_debugfs_register(struct ar9170 *ar) in carl9170_debugfs_register()
[all …]
H A Dmain.c338 struct ar9170 *ar = hw->priv; in carl9170_op_start()
444 struct ar9170 *ar = hw->priv; in carl9170_op_stop()
469 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_restart_work()
545 struct ar9170 *ar = container_of(work, struct ar9170, ping_work); in carl9170_ping_work()
602 struct ar9170 *ar = hw->priv; in carl9170_op_add_interface()
754 struct ar9170 *ar = hw->priv; in carl9170_op_remove_interface()
847 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ps_work()
879 struct ar9170 *ar = container_of(work, struct ar9170, stat_work.work); in carl9170_stat_work()
1384 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ampdu_work()
1569 struct ar9170 *ar = (struct ar9170 *)rng->priv; in carl9170_rng_read()
[all …]
H A Drx.c49 static void carl9170_dbg_message(struct ar9170 *ar, const char *buf, u32 len) in carl9170_dbg_message()
76 static void carl9170_handle_ps(struct ar9170 *ar, struct carl9170_rsp *rsp) in carl9170_handle_ps()
96 static int carl9170_check_sequence(struct ar9170 *ar, unsigned int seq) in carl9170_check_sequence()
129 static void carl9170_cmd_callback(struct ar9170 *ar, u32 len, void *buffer) in carl9170_cmd_callback()
289 static int carl9170_rx_mac_status(struct ar9170 *ar, in carl9170_rx_mac_status()
442 static void carl9170_rx_phy_status(struct ar9170 *ar, in carl9170_rx_phy_status()
620 static bool carl9170_ampdu_check(struct ar9170 *ar, u8 *buf, u8 ms, in carl9170_ampdu_check()
659 static int carl9170_handle_mpdu(struct ar9170 *ar, u8 *buf, int len, in carl9170_handle_mpdu()
697 static void carl9170_rx_untie_data(struct ar9170 *ar, u8 *buf, int len) in carl9170_rx_untie_data()
854 static void __carl9170_rx(struct ar9170 *ar, u8 *buf, unsigned int len) in __carl9170_rx()
[all …]
H A Dfw.c20 static const void *carl9170_fw_find_desc(struct ar9170 *ar, const u8 descid[4], in carl9170_fw_find_desc()
39 static int carl9170_fw_verify_descs(struct ar9170 *ar, in carl9170_fw_verify_descs()
82 static void carl9170_fw_info(struct ar9170 *ar) in carl9170_fw_info()
131 static int carl9170_fw_checksum(struct ar9170 *ar, const __u8 *data, in carl9170_fw_checksum()
188 static int carl9170_fw_tx_sequence(struct ar9170 *ar) in carl9170_fw_tx_sequence()
205 static void carl9170_fw_set_if_combinations(struct ar9170 *ar, in carl9170_fw_set_if_combinations()
223 static int carl9170_fw(struct ar9170 *ar, const __u8 *data, size_t len) in carl9170_fw()
365 carl9170_find_fw_desc(struct ar9170 *ar, const __u8 *fw_data, const size_t len) in carl9170_find_fw_desc()
394 int carl9170_parse_firmware(struct ar9170 *ar) in carl9170_parse_firmware()
H A Ddebug.h130 struct ar9170;
132 void carl9170_debugfs_register(struct ar9170 *ar);
133 void carl9170_debugfs_unregister(struct ar9170 *ar);
H A Dphy.c44 static int carl9170_init_power_cal(struct ar9170 *ar) in carl9170_init_power_cal()
432 static int carl9170_init_phy_from_eeprom(struct ar9170 *ar, in carl9170_init_phy_from_eeprom()
543 static int carl9170_init_phy(struct ar9170 *ar, enum nl80211_band band) in carl9170_init_phy()
672 static int carl9170_init_rf_banks_0_7(struct ar9170 *ar, bool band5ghz) in carl9170_init_rf_banks_0_7()
966 static int carl9170_init_rf_bank4_pwr(struct ar9170 *ar, bool band5ghz, in carl9170_init_rf_bank4_pwr()
1117 static int carl9170_set_freq_cal_data(struct ar9170 *ar, in carl9170_set_freq_cal_data()
1217 static u8 carl9170_get_max_edge_power(struct ar9170 *ar, in carl9170_get_max_edge_power()
1259 static u8 carl9170_get_heavy_clip(struct ar9170 *ar, u32 freq, in carl9170_get_heavy_clip()
1428 static void carl9170_set_power_cal(struct ar9170 *ar, u32 freq, in carl9170_set_power_cal()
1527 int carl9170_get_noisefloor(struct ar9170 *ar) in carl9170_get_noisefloor()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/
H A Dlinux-firmware_20240312.bb323 ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \
429 LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware"
439 FILES:${PN}-ar9170 = " \
440 ${nonarch_base_libdir}/firmware/ar9170*.fw \
458 RDEPENDS:${PN}-ar9170 += "${PN}-atheros-license"
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt940 ar9170: 4096
941 ar9170.h: 7335