Searched refs:wil_to_dev (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 427 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_allow() 437 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_forbid() 446 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_get() 459 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_put()
|
D | txrx_edma.c | 62 struct device *dev = wil_to_dev(wil); in wil_sring_free() 81 struct device *dev = wil_to_dev(wil); in wil_sring_alloc() 154 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_skb_edma() 266 struct device *dev = wil_to_dev(wil); in wil_move_all_rx_buff_to_free_list() 376 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_desc_ring() 420 struct device *dev = wil_to_dev(wil); in wil_ring_free_edma() 853 struct device *dev = wil_to_dev(wil); in wil_sring_reap_rx_edma() 1162 struct device *dev = wil_to_dev(wil); in wil_tx_sring_handler() 1358 struct device *dev = wil_to_dev(wil); in wil_tx_tso_gen_desc() 1529 struct device *dev = wil_to_dev(wil); in __wil_tx_ring_tso_edma()
|
D | wil_crash_dump.c | 120 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
|
D | pmc.c | 45 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc() 229 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
|
D | fw_inc.c | 654 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_request_firmware() 786 rc = request_firmware(&brd, name, wil_to_dev(wil)); in wil_request_board() 823 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_fw_verify_file_exists()
|
D | txrx.c | 112 struct device *dev = wil_to_dev(wil); in wil_vring_alloc() 192 struct device *dev = wil_to_dev(wil); in wil_vring_free() 259 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb() 442 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx() 1728 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso() 2029 struct device *dev = wil_to_dev(wil); in __wil_tx_ring() 2422 struct device *dev = wil_to_dev(wil); in wil_tx_complete()
|
D | netdev.c | 315 dev_err(wil_to_dev(wil), "alloc_netdev failed\n"); in wil_vif_alloc()
|
D | wil6210.h | 1069 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
|
D | cfg80211.c | 2825 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_cfg80211_deinit()
|