Searched refs:wil_to_dev (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 432 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_allow() 442 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_forbid() 451 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_get() 465 struct device *dev = wil_to_dev(wil); in wil_pm_runtime_put()
|
D | txrx_edma.c | 68 struct device *dev = wil_to_dev(wil); in wil_sring_free() 87 struct device *dev = wil_to_dev(wil); in wil_sring_alloc() 162 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() 385 struct device *dev = wil_to_dev(wil); in wil_ring_alloc_desc_ring() 429 struct device *dev = wil_to_dev(wil); in wil_ring_free_edma() 865 struct device *dev = wil_to_dev(wil); in wil_sring_reap_rx_edma() 1131 struct device *dev = wil_to_dev(wil); in wil_tx_sring_handler() 1320 struct device *dev = wil_to_dev(wil); in wil_tx_tso_gen_desc() 1491 struct device *dev = wil_to_dev(wil); in __wil_tx_ring_tso_edma()
|
D | wil_crash_dump.c | 130 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump()
|
D | pmc.c | 56 struct device *dev = wil_to_dev(wil); in wil_pmc_alloc() 241 struct device *dev = wil_to_dev(wil); in wil_pmc_free()
|
D | fw_inc.c | 630 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_request_firmware() 726 rc = request_firmware(&brd, name, wil_to_dev(wil)); in wil_request_board() 760 rc = request_firmware(&fw, name, wil_to_dev(wil)); in wil_fw_verify_file_exists()
|
D | txrx.c | 123 struct device *dev = wil_to_dev(wil); in wil_vring_alloc() 203 struct device *dev = wil_to_dev(wil); in wil_vring_free() 271 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb() 439 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx() 1433 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso() 1733 struct device *dev = wil_to_dev(wil); in __wil_tx_ring() 2122 struct device *dev = wil_to_dev(wil); in wil_tx_complete()
|
D | netdev.c | 323 dev_err(wil_to_dev(wil), "alloc_netdev failed\n"); in wil_vif_alloc()
|
D | wil6210.h | 1028 #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i))) macro
|
D | cfg80211.c | 2227 dev_dbg(wil_to_dev(wil), "%s()\n", __func__); in wil_cfg80211_deinit()
|