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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_pci.c335 static int t7xx_send_pm_request(struct t7xx_pci_dev *t7xx_dev, u32 request) function
386 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_SUSPEND_REQ);
392 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_SUSPEND_REQ_AP);
394 t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ);
569 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ);
573 ret = t7xx_send_pm_request(t7xx_dev, H2D_CH_RESUME_REQ_AP);

Completed in 69 milliseconds