Home
last modified time | relevance | path

Searched refs:bus_lp_state_lock (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.h437 void *bus_lp_state_lock; member
623 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_in_lps()
625 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_in_lps()
641 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_lps_d3_acked()
643 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_lps_d3_acked()
658 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_not_in_lps()
660 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_not_in_lps()
675 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_informed()
677 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_informed()
692 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_acked()
[all …]
H A Ddhd_msgbuf.c11485 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11501 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11596 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11598 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11605 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11607 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11621 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11630 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
H A Ddhd_pcie.c2688 if (!bus->bus_lp_state_lock) { in dhd_init_bus_lp_state_lock()
2689 bus->bus_lp_state_lock = osl_spin_lock_init(bus->osh); in dhd_init_bus_lp_state_lock()
2696 if (bus->bus_lp_state_lock) { in dhd_deinit_bus_lp_state_lock()
2697 osl_spin_lock_deinit(bus->osh, bus->bus_lp_state_lock); in dhd_deinit_bus_lp_state_lock()
2698 bus->bus_lp_state_lock = NULL; in dhd_deinit_bus_lp_state_lock()
5378 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhdpcie_get_mem_dump()
5382 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhdpcie_get_mem_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.h437 void *bus_lp_state_lock; member
623 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_in_lps()
625 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_in_lps()
641 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_lps_d3_acked()
643 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_check_bus_lps_d3_acked()
658 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_not_in_lps()
660 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_not_in_lps()
675 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_informed()
677 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_informed()
692 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhd_set_bus_lps_d3_acked()
[all …]
H A Ddhd_msgbuf.c11481 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11497 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11592 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11594 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11601 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11603 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11617 DHD_BUS_LP_STATE_LOCK(dhd->bus->bus_lp_state_lock, flags_bus);
11626 DHD_BUS_LP_STATE_UNLOCK(dhd->bus->bus_lp_state_lock, flags_bus);
H A Ddhd_pcie.c2684 if (!bus->bus_lp_state_lock) { in dhd_init_bus_lp_state_lock()
2685 bus->bus_lp_state_lock = osl_spin_lock_init(bus->osh); in dhd_init_bus_lp_state_lock()
2692 if (bus->bus_lp_state_lock) { in dhd_deinit_bus_lp_state_lock()
2693 osl_spin_lock_deinit(bus->osh, bus->bus_lp_state_lock); in dhd_deinit_bus_lp_state_lock()
2694 bus->bus_lp_state_lock = NULL; in dhd_deinit_bus_lp_state_lock()
5385 DHD_BUS_LP_STATE_LOCK(bus->bus_lp_state_lock, flags_bus); in dhdpcie_get_mem_dump()
5389 DHD_BUS_LP_STATE_UNLOCK(bus->bus_lp_state_lock, flags_bus); in dhdpcie_get_mem_dump()