Home
last modified time | relevance | path

Searched refs:isp1301 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/phy/
A Dphy-isp1301-omap.c39 struct isp1301 { struct
645 struct isp1301 *isp = _isp; in omap_otg_irq()
1088 struct isp1301 *isp = container_of(work, struct isp1301, work); in isp1301_work()
1184 struct isp1301 *isp; in isp1301_release()
1197 static struct isp1301 *the_transceiver;
1201 struct isp1301 *isp; in isp1301_remove()
1262 struct isp1301 *isp = container_of(otg->usb_phy, struct isp1301, phy); in isp1301_set_host()
1318 struct isp1301 *isp = container_of(otg->usb_phy, struct isp1301, phy); in isp1301_set_peripheral()
1398 struct isp1301 *isp = container_of(otg->usb_phy, struct isp1301, phy); in isp1301_start_srp()
1425 struct isp1301 *isp = container_of(otg->usb_phy, struct isp1301, phy); in isp1301_start_hnp()
[all …]
A Dphy-isp1301.c18 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()
A DMakefile12 obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301-omap.o
21 obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o
A DKconfig45 will be called phy-isp1301-omap.
139 module will be called phy-isp1301.
/linux/Documentation/devicetree/bindings/usb/
A Disp1301.txt4 - compatible: must be "nxp,isp1301"
8 - transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the
13 isp1301: usb-transceiver@2c {
14 compatible = "nxp,isp1301";
23 transceiver = <&isp1301>;
A Dohci-nxp.txt13 isp1301: usb-transceiver@2c {
14 compatible = "nxp,isp1301";
23 transceiver = <&isp1301>;
A Dlpc32xx-udc.txt17 isp1301: usb-transceiver@2c {
18 compatible = "nxp,isp1301";
27 transceiver = <&isp1301>;
/linux/arch/arm/boot/dts/
A Dlpc3250-ea3250.dts189 isp1301: usb-transceiver@2d { label
190 compatible = "nxp,isp1301";
203 transceiver = <&isp1301>;
A Dlpc3250-phy3250.dts113 isp1301: usb-transceiver@2c { label
114 compatible = "nxp,isp1301";
136 transceiver = <&isp1301>;

Completed in 12 milliseconds