Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.c260 static int t7xx_send_pm_request(struct t7xx_pci_dev *t7xx_dev, u32 request) in t7xx_send_pm_request() function
310 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_SUSPEND_REQ); in __t7xx_pci_pm_suspend()
316 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_SUSPEND_REQ_AP); in __t7xx_pci_pm_suspend()
318 t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ); in __t7xx_pci_pm_suspend()
493 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ); in __t7xx_pci_pm_resume()
497 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ_AP); in __t7xx_pci_pm_resume()