Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/musb/
H A Dsunxi.c93 struct notifier_block host_nb; member
209 struct sunxi_glue *glue = container_of(nb, struct sunxi_glue, host_nb); in sunxi_musb_host_notifier()
251 EXTCON_USB_HOST, &glue->host_nb); in sunxi_musb_init()
731 glue->host_nb.notifier_call = sunxi_musb_host_notifier; in sunxi_musb_probe()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c85 struct notifier_block host_nb; member
150 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, host_nb); in dwc3_qcom_host_notifier()
191 qcom->host_nb.notifier_call = dwc3_qcom_host_notifier; in dwc3_qcom_register_extcon()
193 &qcom->host_nb); in dwc3_qcom_register_extcon()