Home
last modified time | relevance | path

Searched refs:phy_uninit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ds3c-hsudc.h30 void (*phy_uninit)(void); member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c1165 if (hsudc->pd->phy_uninit) in s3c_hsudc_stop()
1166 hsudc->pd->phy_uninit(); in s3c_hsudc_stop()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Ddevs.c1073 pd->phy_uninit = s3c_hsudc_uninit_phy; in s3c24xx_hsudc_set_platdata()