Home
last modified time | relevance | path

Searched refs:wil_to_dev (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dpm.c438 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()
Dtxrx_edma.c73 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()
Dwil_crash_dump.c124 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
Dpmc.c57 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc()
242 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
Dfw_inc.c665 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()
Dtxrx.c122 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()
Dnetdev.c326 dev_err(wil_to_dev(wil), "alloc_netdev failed\n"); in wil_vif_alloc()
Dwil6210.h1076 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
Dcfg80211.c2778 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_cfg80211_deinit()