| /Linux-v5.4/include/linux/usb/ | 
| D | phy.h | 88 struct usb_phy {  struct93 	enum usb_phy_type	type;  argument
 94 	enum usb_phy_events	last_event;  argument
 99 	struct usb_phy_io_ops	*io_ops;  argument
 115 	/* for notification of usb_phy_events */  argument
 126 	int	(*init)(struct usb_phy *x);  argument
 127 	void	(*shutdown)(struct usb_phy *x);  argument
 130 	int	(*set_vbus)(struct usb_phy *x, int on);  argument
 133 	int	(*set_power)(struct usb_phy *x,  argument
 137 	int	(*set_suspend)(struct usb_phy *x,  argument
 [all …]
 
 | 
| D | otg.h | 21 	struct usb_phy		*usb_phy;  member
 | 
| D | chipidea.h | 40 	struct usb_phy	*usb_phy;  member
 | 
| D | hcd.h | 112 	struct usb_phy		*usb_phy;  member
 | 
| /Linux-v5.4/drivers/usb/phy/ | 
| D | phy.c | 69 static void usb_phy_set_default_current(struct usb_phy *usb_phy)  in usb_phy_set_default_current()99 	struct usb_phy *usb_phy = container_of(work, struct usb_phy, chg_work);  in usb_phy_notify_charger_work()  local
 128 static void __usb_phy_get_charger_type(struct usb_phy *usb_phy)  in __usb_phy_get_charger_type()
 162 	struct usb_phy *usb_phy = container_of(nb, struct usb_phy, type_nb);  in usb_phy_get_charger_type()  local
 182 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA)  in usb_phy_set_charger_current()
 231 void usb_phy_get_charger_current(struct usb_phy *usb_phy,  in usb_phy_get_charger_current()
 268 void usb_phy_set_charger_state(struct usb_phy *usb_phy,  in usb_phy_set_charger_state()
 307 static void usb_charger_init(struct usb_phy *usb_phy)  in usb_charger_init()
 
 | 
| /Linux-v5.4/arch/mips/boot/dts/qca/ | 
| D | ar9132.dtsi | 161 	usb_phy: usb-phy {  label
 | 
| D | ar9331.dtsi | 172 	usb_phy: usb-phy {  label
 | 
| /Linux-v5.4/arch/mips/boot/dts/ingenic/ | 
| D | qi_lb60.dts | 225 	usb_phy: usb-phy {  label
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | nspire.dtsi | 53 	usb_phy: usb_phy {  label
 | 
| D | keystone.dtsi | 199 		usb_phy: usb_phy@2620738 {  label
 | 
| D | da850.dtsi | 380 			usb_phy: usb-phy {  label
 | 
| /Linux-v5.4/arch/mips/boot/dts/ralink/ | 
| D | mt7628a.dtsi | 251 	usb_phy: usb-phy@10120000 {  label
 | 
| /Linux-v5.4/drivers/usb/musb/ | 
| D | sunxi.c | 80 	struct platform_device	*usb_phy;  member806 	struct platform_device *usb_phy = glue->usb_phy;  in sunxi_musb_remove()  local
 
 | 
| D | da8xx.c | 69 	struct platform_device	*usb_phy;  member
 | 
| /Linux-v5.4/arch/arm64/boot/dts/hisilicon/ | 
| D | hi6220.dtsi | 769 		usb_phy: usbphy {  label
 | 
| /Linux-v5.4/drivers/clk/mxs/ | 
| D | clk-imx23.c | 86 	lcdif, etm, usb, usb_phy,  enumerator
 | 
| /Linux-v5.4/arch/mips/boot/dts/img/ | 
| D | pistachio.dtsi | 903 	usb_phy: usb-phy {  label
 | 
| /Linux-v5.4/drivers/power/supply/ | 
| D | sc2731_charger.c | 57 	struct usb_phy *usb_phy;  member
 | 
| D | wm831x_power.c | 32 	struct usb_phy *usb_phy;  member
 | 
| D | da9150-charger.c | 33 	struct usb_phy *usb_phy;  member
 | 
| D | bq25890_charger.c | 86 	struct usb_phy *usb_phy;  member
 | 
| D | rt9455_charger.c | 239 	struct usb_phy			*usb_phy;  member
 | 
| D | ab8500_charger.c | 312 	struct usb_phy *usb_phy;  member
 | 
| /Linux-v5.4/drivers/usb/chipidea/ | 
| D | ci.h | 249 	struct usb_phy			*usb_phy;  member
 |