Home
last modified time | relevance | path

Searched refs:m4state_work (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.h133 struct delayed_work m4state_work; member
H A Ddhd_linux.c7859 INIT_DELAYED_WORK(&ifp->m4state_work, dhd_m4_state_handler);
7962 cancel_delayed_work_sync(&ifp->m4state_work);
22590 ifp = container_of(dw, dhd_if_t, m4state_work);
22627 schedule_delayed_work(&ifp->m4state_work,
22653 cancel_delayed_work_sync(&ifp->m4state_work);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.h133 struct delayed_work m4state_work; member
H A Ddhd_linux.c7859 INIT_DELAYED_WORK(&ifp->m4state_work, dhd_m4_state_handler);
7962 cancel_delayed_work_sync(&ifp->m4state_work);
22655 ifp = container_of(dw, dhd_if_t, m4state_work);
22692 schedule_delayed_work(&ifp->m4state_work,
22718 cancel_delayed_work_sync(&ifp->m4state_work);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.h137 struct delayed_work m4state_work; member
H A Ddhd_linux.c7870 INIT_DELAYED_WORK(&ifp->m4state_work, dhd_m4_state_handler);
7973 cancel_delayed_work_sync(&ifp->m4state_work);
22745 ifp = container_of(dw, dhd_if_t, m4state_work);
22782 schedule_delayed_work(&ifp->m4state_work,
22808 cancel_delayed_work_sync(&ifp->m4state_work);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.h395 struct delayed_work m4state_work; member
H A Ddhd_linux.c10275 INIT_DELAYED_WORK(&ifp->m4state_work, dhd_m4_state_handler); in dhd_allocate_if()
10384 cancel_delayed_work_sync(&ifp->m4state_work); in dhd_remove_if()
28657 ifp = container_of(dw, dhd_if_t, m4state_work);
28694 schedule_delayed_work(&ifp->m4state_work,
28720 cancel_delayed_work_sync(&ifp->m4state_work);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.h397 struct delayed_work m4state_work; member
H A Ddhd_linux.c10279 INIT_DELAYED_WORK(&ifp->m4state_work, dhd_m4_state_handler); in dhd_allocate_if()
10388 cancel_delayed_work_sync(&ifp->m4state_work); in dhd_remove_if()
28538 ifp = container_of(dw, dhd_if_t, m4state_work);
28575 schedule_delayed_work(&ifp->m4state_work,
28601 cancel_delayed_work_sync(&ifp->m4state_work);