Searched refs:host_nb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 83 struct notifier_block host_nb; member 148 struct dwc3_qcom *qcom = container_of(nb, struct dwc3_qcom, host_nb); in dwc3_qcom_host_notifier() 188 qcom->host_nb.notifier_call = dwc3_qcom_host_notifier; in dwc3_qcom_register_extcon() 190 &qcom->host_nb); in dwc3_qcom_register_extcon()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | sunxi.c | 86 struct notifier_block host_nb; member 202 struct sunxi_glue *glue = container_of(nb, struct sunxi_glue, host_nb); in sunxi_musb_host_notifier() 244 EXTCON_USB_HOST, &glue->host_nb); in sunxi_musb_init() 715 glue->host_nb.notifier_call = sunxi_musb_host_notifier; in sunxi_musb_probe()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 85 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()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | sunxi.c | 93 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()
|
Completed in 6 milliseconds