Searched refs:isp1301 (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/phy/
H A Dphy-isp1301.c17 #include <linux/usb/isp1301.h>
19 #define DRV_NAME "isp1301"
21 struct isp1301 { struct
28 #define phy_to_isp(p) (container_of((p), struct isp1301, phy))
31 { "isp1301", 0 },
37 static int __isp1301_write(struct isp1301 *isp, u8 reg, u8 value, u8 clear)
42 static int isp1301_write(struct isp1301 *isp, u8 reg, u8 value)
47 static int isp1301_clear(struct isp1301 *isp, u8 reg, u8 value)
54 struct isp1301 *isp = phy_to_isp(phy);
81 struct isp1301 *is
[all...]
H A Dphy-isp1301-omap.c52 struct isp1301 { struct
111 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
120 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
130 static void enable_vbus_source(struct isp1301 *isp)
139 static inline void notresponding(struct isp1301 *isp)
152 isp1301_get_u8(struct isp1301 *isp, u8 reg)
158 isp1301_get_u16(struct isp1301 *isp, u8 reg)
164 isp1301_set_bits(struct isp1301 *isp, u8 reg, u8 bits)
170 isp1301_clear_bits(struct isp1301 *isp, u8 reg, u8 bits)
235 static inline const char *state_name(struct isp1301 *is
[all...]
H A DMakefile13 obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301-omap.o
23 obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o
H A DKconfig50 will be called phy-isp1301-omap.
146 module will be called phy-isp1301.
/drivers/usb/host/
H A Dohci-nxp.c29 #include <linux/usb/isp1301.h>
/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c52 #include <linux/usb/isp1301.h>

Completed in 182 milliseconds