Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h394 void dhd_rx_napi_dispatcher_fn(struct work_struct * work);
H A Ddhd_linux_lb.c1114 void dhd_rx_napi_dispatcher_fn(struct work_struct * work) in dhd_rx_napi_dispatcher_fn() function
H A Ddhd_linux.c8885 INIT_WORK(&dhd->rx_napi_dispatcher_work, dhd_rx_napi_dispatcher_fn);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h394 void dhd_rx_napi_dispatcher_fn(struct work_struct * work);
H A Ddhd_linux_lb.c1114 void dhd_rx_napi_dispatcher_fn(struct work_struct * work) in dhd_rx_napi_dispatcher_fn() function
H A Ddhd_linux.c8885 INIT_WORK(&dhd->rx_napi_dispatcher_work, dhd_rx_napi_dispatcher_fn);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_priv.h391 void dhd_rx_napi_dispatcher_fn(struct work_struct * work);
H A Ddhd_linux_lb.c1106 void dhd_rx_napi_dispatcher_fn(struct work_struct * work) in dhd_rx_napi_dispatcher_fn() function
H A Ddhd_linux.c8864 INIT_WORK(&dhd->rx_napi_dispatcher_work, dhd_rx_napi_dispatcher_fn);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c184 static void dhd_rx_napi_dispatcher_fn(struct work_struct * work);
3067 static void dhd_rx_napi_dispatcher_fn(struct work_struct * work) in dhd_rx_napi_dispatcher_fn() function
9909 INIT_WORK(&dhd->rx_napi_dispatcher_work, dhd_rx_napi_dispatcher_fn); in dhd_attach()