Searched refs:type_nb (Results 1 – 2 of 2) sorted by relevance
211 struct usb_phy *usb_phy = container_of(nb, struct usb_phy, type_nb); in usb_phy_get_charger_type() 382 x->type_nb.notifier_call = usb_phy_get_charger_type; in usb_add_extcon() 386 &x->type_nb); in usb_add_extcon() 395 &x->type_nb); in usb_add_extcon() 404 &x->type_nb); in usb_add_extcon() 413 &x->type_nb); in usb_add_extcon() 440 if (x->type_nb.notifier_call) in usb_add_extcon()
107 struct notifier_block type_nb; member