Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/phy/
Dphy.c173 struct usb_phy *usb_phy = container_of(nb, struct usb_phy, type_nb); in usb_phy_get_charger_type()
351 x->type_nb.notifier_call = usb_phy_get_charger_type; in usb_add_extcon()
355 &x->type_nb); in usb_add_extcon()
364 &x->type_nb); in usb_add_extcon()
373 &x->type_nb); in usb_add_extcon()
382 &x->type_nb); in usb_add_extcon()
409 if (x->type_nb.notifier_call) in usb_add_extcon()
/Linux-v5.10/include/linux/usb/
Dphy.h107 struct notifier_block type_nb; member