Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddwc3-google.c63 struct notifier_block usb_psw_pd_nb; member
249 struct dwc3_google *google = container_of(nb, struct dwc3_google, usb_psw_pd_nb); in dwc3_google_usb_psw_pd_notifier()
307 google->usb_psw_pd_nb.notifier_call = dwc3_google_usb_psw_pd_notifier; in dwc3_google_pm_domain_init()
308 ret = dev_pm_genpd_add_notifier(google->usb_psw_pd, &google->usb_psw_pd_nb); in dwc3_google_pm_domain_init()