Searched refs:isp1301 (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 39 struct isp1301 { struct 98 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA) in enable_vbus_draw() 107 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA) in enable_vbus_draw() 117 static void enable_vbus_source(struct isp1301 *isp) in enable_vbus_source() 126 static inline void notresponding(struct isp1301 *isp) in notresponding() 139 isp1301_get_u8(struct isp1301 *isp, u8 reg) in isp1301_get_u8() 145 isp1301_get_u16(struct isp1301 *isp, u8 reg) in isp1301_get_u16() 151 isp1301_set_bits(struct isp1301 *isp, u8 reg, u8 bits) in isp1301_set_bits() 157 isp1301_clear_bits(struct isp1301 *isp, u8 reg, u8 bits) in isp1301_clear_bits() 222 static inline const char *state_name(struct isp1301 *isp) in state_name() [all …]
|
D | phy-isp1301.c | 18 struct isp1301 { struct 25 #define phy_to_isp(p) (container_of((p), struct isp1301, phy)) argument 41 static int __isp1301_write(struct isp1301 *isp, u8 reg, u8 value, u8 clear) in __isp1301_write() 46 static int isp1301_write(struct isp1301 *isp, u8 reg, u8 value) in isp1301_write() 51 static int isp1301_clear(struct isp1301 *isp, u8 reg, u8 value) in isp1301_clear() 58 struct isp1301 *isp = phy_to_isp(phy); in isp1301_phy_init() 85 struct isp1301 *isp = phy_to_isp(phy); in isp1301_phy_set_vbus() 98 struct isp1301 *isp; in isp1301_probe() 125 struct isp1301 *isp = i2c_get_clientdata(client); in isp1301_remove()
|
D | Makefile | 12 obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301-omap.o 21 obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o
|
D | Kconfig | 45 will be called phy-isp1301-omap. 139 module will be called phy-isp1301.
|