Home
last modified time | relevance | path

Searched refs:register_work (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dcore.c3524 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work()
3595 queue_work(ar->workqueue, &ar->register_work); in ath10k_core_register()
3603 cancel_work_sync(&ar->register_work); in ath10k_core_unregister()
3744 INIT_WORK(&ar->register_work, ath10k_core_register_work); in ath10k_core_create()
H A Dcore.h1213 struct work_struct register_work; member