Home
last modified time | relevance | path

Searched defs:dhdpub (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c7791 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_stay_awake()
7796 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_relax()
7801 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_enabled()
9995 int dhd_bus_suspend(dhd_pub_t *dhdpub) in dhd_bus_suspend()
10000 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage) in dhd_bus_resume()
H A Ddhd.h2225 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
2226 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
2228 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
2229 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
H A Ddhd_linux.c4433 int dhd_op_if_update(dhd_pub_t *dhdpub, int ifidx) in dhd_op_if_update()
8915 dhd_allocate_if(dhd_pub_t *dhdpub, int ifidx, const char *name, in dhd_allocate_if()
9057 dhd_remove_if(dhd_pub_t *dhdpub, int ifidx, bool need_rtnl_lock) in dhd_remove_if()
14425 uint8* dhd_os_prealloc(dhd_pub_t *dhdpub, int section, uint size, bool kmalloc_if_fail) in dhd_os_prealloc()
14437 void dhd_os_prefree(dhd_pub_t *dhdpub, void *addr, uint size) in dhd_os_prefree()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c7990 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub)
7995 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub)
8000 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub)
10088 int dhd_bus_suspend(dhd_pub_t *dhdpub)
10093 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage)
H A Ddhd.h2801 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
2802 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
2804 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
2805 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c8052 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub)
8057 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub)
8062 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub)
10178 int dhd_bus_suspend(dhd_pub_t *dhdpub)
10183 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage)
H A Ddhd.h2806 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
2807 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
2809 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
2810 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c7986 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub)
7991 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub)
7996 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub)
10084 int dhd_bus_suspend(dhd_pub_t *dhdpub)
10089 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage)
H A Ddhd.h2801 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
2802 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
2804 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
2805 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c8653 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_stay_awake()
8660 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_relax()
8667 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_enabled()
11124 int dhd_bus_suspend(dhd_pub_t *dhdpub) in dhd_bus_suspend()
11129 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage) in dhd_bus_resume()
H A Ddhd.h3584 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
3585 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
3587 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
3588 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
H A Ddhd_linux.c3494 int dhd_op_if_update(dhd_pub_t *dhdpub, int ifidx) in dhd_op_if_update()
10139 dhd_allocate_if(dhd_pub_t *dhdpub, int ifidx, const char *name, in dhd_allocate_if()
10377 dhd_remove_if(dhd_pub_t *dhdpub, int ifidx, bool need_rtnl_lock) in dhd_remove_if()
18698 uint8* dhd_os_prealloc(dhd_pub_t *dhdpub, int section, uint size, bool kmalloc_if_fail) in dhd_os_prealloc()
18710 void dhd_os_prefree(dhd_pub_t *dhdpub, void *addr, uint size) in dhd_os_prefree()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c8638 void dhd_bus_dev_pm_stay_awake(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_stay_awake()
8645 void dhd_bus_dev_pm_relax(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_relax()
8652 bool dhd_bus_dev_pm_enabled(dhd_pub_t *dhdpub) in dhd_bus_dev_pm_enabled()
11109 int dhd_bus_suspend(dhd_pub_t *dhdpub) in dhd_bus_suspend()
11114 int dhd_bus_resume(dhd_pub_t *dhdpub, int stage) in dhd_bus_resume()
H A Ddhd.h3579 #define DHD_OS_PREALLOC(dhdpub, section, size) dhd_os_prealloc(dhdpub, section, size, FALSE) argument
3580 #define DHD_OS_PREFREE(dhdpub, addr, size) dhd_os_prefree(dhdpub, addr, size) argument
3582 #define DHD_OS_PREALLOC(dhdpub, section, size) MALLOC(dhdpub->osh, size) argument
3583 #define DHD_OS_PREFREE(dhdpub, addr, size) MFREE(dhdpub->osh, addr, size) argument
H A Ddhd_linux.c3485 int dhd_op_if_update(dhd_pub_t *dhdpub, int ifidx) in dhd_op_if_update()
10135 dhd_allocate_if(dhd_pub_t *dhdpub, int ifidx, const char *name, in dhd_allocate_if()
10373 dhd_remove_if(dhd_pub_t *dhdpub, int ifidx, bool need_rtnl_lock) in dhd_remove_if()
18804 uint8* dhd_os_prealloc(dhd_pub_t *dhdpub, int section, uint size, bool kmalloc_if_fail) in dhd_os_prealloc()
18816 void dhd_os_prefree(dhd_pub_t *dhdpub, void *addr, uint size) in dhd_os_prefree()