Lines Matching defs:isp1301
14 #include <linux/usb/isp1301.h>
16 #define DRV_NAME "isp1301"
18 struct isp1301 {
25 #define phy_to_isp(p) (container_of((p), struct isp1301, phy))
28 { "isp1301", 0 },
34 {.compatible = "nxp,isp1301" },
41 static int __isp1301_write(struct isp1301 *isp, u8 reg, u8 value, u8 clear)
46 static int isp1301_write(struct isp1301 *isp, u8 reg, u8 value)
51 static int isp1301_clear(struct isp1301 *isp, u8 reg, u8 value)
58 struct isp1301 *isp = phy_to_isp(phy);
85 struct isp1301 *isp = phy_to_isp(phy);
98 struct isp1301 *isp;
125 struct isp1301 *isp = i2c_get_clientdata(client);