Lines Matching full:isp1301
32 #include <linux/usb/isp1301.h>
44 int vbus_drv_pol; /* 0=active low drive for VBUS via ISP1301 */
118 ISP1301, enumerator
543 /* Primary initialization sequence for the ISP1301 transceiver */
570 * The PSW_OE enable bit state is reversed in the ISP1301 User's Guide in isp1301_udc_configure()
615 dev_info(udc->dev, "ISP1301 Vendor ID : 0x%04x\n", vendor); in isp1301_udc_configure()
616 dev_info(udc->dev, "ISP1301 Product ID : 0x%04x\n", product); in isp1301_udc_configure()
617 dev_info(udc->dev, "ISP1301 Version ID : 0x%04x\n", in isp1301_udc_configure()
622 /* Enables or disables the USB device pullup via the ISP1301 transceiver */
659 /* Powers up or down the ISP1301 transceiver */
667 /* Power up ISP1301 - this ISP1301 will automatically wakeup in isp1301_set_powerstate()
673 /* Power down ISP1301 */ in isp1301_set_powerstate()
3017 dev_info(udc->dev, "ISP1301 I2C device at address 0x%x\n", in lpc32xx_udc_probe()