Home
last modified time | relevance | path

Searched refs:otg_io_read (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/power/
Disp1704_charger.c87 func_ctrl = otg_io_read(isp->otg, ULPI_FUNC_CTRL); in isp1704_charger_type()
88 otg_ctrl = otg_io_read(isp->otg, ULPI_OTG_CTRL); in isp1704_charger_type()
105 reg = otg_io_read(isp->otg, ULPI_DEBUG); in isp1704_charger_type()
126 r = otg_io_read(isp->otg, ULPI_FUNC_CTRL); in isp1704_charger_verify()
145 if (!otg_io_read(isp->otg, ULPI_DEBUG)) { in isp1704_charger_verify()
167 if (!(otg_io_read(isp->otg, ULPI_DEBUG))) in isp1704_charger_verify()
183 pwr_ctrl = otg_io_read(isp->otg, ISP1704_PWR_CTRL); in isp1704_charger_detect()
198 if (otg_io_read(isp->otg, ISP1704_PWR_CTRL) in isp1704_charger_detect()
353 ret = otg_io_read(isp->otg, ULPI_SCRATCH); in isp1704_test_ulpi()
361 vendor = otg_io_read(isp->otg, ULPI_VENDOR_ID_LOW); in isp1704_test_ulpi()
[all …]
/linux-2.6.39/drivers/usb/otg/
Dulpi.c161 ret = otg_io_read(otg, ULPI_SCRATCH); in ulpi_check_integrity()
183 ret = otg_io_read(otg, ULPI_PRODUCT_ID_HIGH - i); in ulpi_init()
210 unsigned int flags = otg_io_read(otg, ULPI_IFC_CTRL); in ulpi_set_host()
235 unsigned int flags = otg_io_read(otg, ULPI_OTG_CTRL); in ulpi_set_vbus()
/linux-2.6.39/drivers/usb/gadget/
Dci13xxx_msm.c51 val = otg_io_read(udc->transceiver, ULPI_FUNC_CTRL); in ci13xxx_msm_notify_event()
/linux-2.6.39/include/linux/usb/
Dotg.h135 static inline int otg_io_read(struct otg_transceiver *otg, u32 reg) in otg_io_read() function
/linux-2.6.39/drivers/usb/host/
Dehci-mxc.c249 flags = otg_io_read(pdata->otg, ULPI_OTG_CTRL); in ehci_mxc_drv_probe()