Home
last modified time | relevance | path

Searched refs:t7xx_pci_sleep_disable_complete (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wwan/t7xx/
Dt7xx_pci.h115 int t7xx_pci_sleep_disable_complete(struct t7xx_pci_dev *t7xx_dev);
Dt7xx_hif_dpmaif_tx.c171 if (t7xx_pci_sleep_disable_complete(dpmaif_ctrl->t7xx_dev)) { in t7xx_dpmaif_tx_done()
432 if (!t7xx_pci_sleep_disable_complete(dpmaif_ctrl->t7xx_dev)) in t7xx_do_tx_hw_push()
Dt7xx_hif_dpmaif_rx.c929 if (t7xx_pci_sleep_disable_complete(dpmaif_ctrl->t7xx_dev)) in t7xx_dpmaif_rxq_work()
1146 if (t7xx_pci_sleep_disable_complete(dpmaif_ctrl->t7xx_dev)) { in t7xx_dpmaif_bat_release_work()
Dt7xx_hif_cldma.c958 if (!t7xx_pci_sleep_disable_complete(md_ctrl->t7xx_dev)) { in t7xx_cldma_send_skb()
975 if (!t7xx_pci_sleep_disable_complete(md_ctrl->t7xx_dev)) { in t7xx_cldma_send_skb()
Dt7xx_pci.c187 int t7xx_pci_sleep_disable_complete(struct t7xx_pci_dev *t7xx_dev) in t7xx_pci_sleep_disable_complete() function