Searched refs:wil_to_dev (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 438 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_allow() 448 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_forbid() 457 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_get() 471 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_put()
|
D | txrx_edma.c | 73 struct device *dev = wil_to_dev(wil); in wil_sring_free() 92 struct device *dev = wil_to_dev(wil); in wil_sring_alloc() 167 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_skb_edma() 279 struct device *dev = wil_to_dev(wil); in wil_move_all_rx_buff_to_free_list() 389 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_desc_ring() 433 struct device *dev = wil_to_dev(wil); in wil_ring_free_edma() 866 struct device *dev = wil_to_dev(wil); in wil_sring_reap_rx_edma() 1163 struct device *dev = wil_to_dev(wil); in wil_tx_sring_handler() 1360 struct device *dev = wil_to_dev(wil); in wil_tx_tso_gen_desc() 1531 struct device *dev = wil_to_dev(wil); in __wil_tx_ring_tso_edma()
|
D | wil_crash_dump.c | 124 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
|
D | pmc.c | 57 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc() 242 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
|
D | fw_inc.c | 665 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_request_firmware() 797 rc = request_firmware(&brd, name, wil_to_dev(wil)); in wil_request_board() 834 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_fw_verify_file_exists()
|
D | txrx.c | 122 struct device *dev = wil_to_dev(wil); in wil_vring_alloc() 202 struct device *dev = wil_to_dev(wil); in wil_vring_free() 270 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb() 455 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx() 1733 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso() 2036 struct device *dev = wil_to_dev(wil); in __wil_tx_ring() 2431 struct device *dev = wil_to_dev(wil); in wil_tx_complete()
|
D | netdev.c | 326 dev_err(wil_to_dev(wil), "alloc_netdev failed\n"); in wil_vif_alloc()
|
D | wil6210.h | 1076 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
|
D | cfg80211.c | 2778 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_cfg80211_deinit()
|