Home
last modified time | relevance | path

Searched refs:pld_is_pci_ep_awake (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/ !
H A Dif_ipci.c976 if (pld_is_pci_ep_awake(scn->qdf_dev->dev) == -ENOTSUPP) in hif_prevent_link_low_power_states()
985 while (pld_is_pci_ep_awake(scn->qdf_dev->dev) && in hif_prevent_link_low_power_states()
997 if (pld_is_pci_ep_awake(scn->qdf_dev->dev)) { in hif_prevent_link_low_power_states()
1012 while (!pld_is_pci_ep_awake(scn->qdf_dev->dev) && in hif_prevent_link_low_power_states()
1024 if (pld_is_pci_ep_awake(scn->qdf_dev->dev) <= 0) { in hif_prevent_link_low_power_states()
/wlan-driver/qcacld-3.0/core/pld/inc/ !
H A Dpld_common.h1334 int pld_is_pci_ep_awake(struct device *dev);
/wlan-driver/qca-wifi-host-cmn/hif/src/ !
H A Dhif_main.c1523 if (pld_is_pci_ep_awake(scn->qdf_dev->dev) == -ENOTSUPP) in hif_try_prevent_ep_vote_access()
1526 while (pld_is_pci_ep_awake(scn->qdf_dev->dev)) { in hif_try_prevent_ep_vote_access()
/wlan-driver/qcacld-3.0/core/pld/src/ !
H A Dpld_common.c1129 int pld_is_pci_ep_awake(struct device *dev) in pld_is_pci_ep_awake() function