Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/phy/
Dphy.c211 struct usb_phy *usb_phy = container_of(nb, struct usb_phy, type_nb); in usb_phy_get_charger_type()
389 x->type_nb.notifier_call = usb_phy_get_charger_type; in usb_add_extcon()
393 &x->type_nb); in usb_add_extcon()
402 &x->type_nb); in usb_add_extcon()
411 &x->type_nb); in usb_add_extcon()
420 &x->type_nb); in usb_add_extcon()
447 if (x->type_nb.notifier_call) in usb_add_extcon()
/linux-6.1.9/include/linux/usb/
Dphy.h107 struct notifier_block type_nb; member