Lines Matching refs:platform_device

171 static int usbhsf_get_id(struct platform_device *pdev)  in usbhsf_get_id()
176 static int usbhsf_power_ctrl(struct platform_device *pdev, in usbhsf_power_ctrl()
234 static int usbhsf_get_vbus(struct platform_device *pdev) in usbhsf_get_vbus()
241 struct platform_device *pdev = data; in usbhsf_interrupt()
248 static int usbhsf_hardware_exit(struct platform_device *pdev) in usbhsf_hardware_exit()
277 static int usbhsf_hardware_init(struct platform_device *pdev) in usbhsf_hardware_init()
346 static struct platform_device usbhsf_device = {
378 static struct platform_device sh_eth_device = {
399 static struct platform_device pwm_device = {
420 static struct platform_device pwm_backlight_device = {
470 static struct platform_device lcdc0_device = {
511 static struct platform_device hdmi_device = {
567 static struct platform_device hdmi_lcdc_device = {
604 static struct platform_device leds_gpio_device = {
628 static struct platform_device gpio_keys_device = {
668 static struct platform_device vcc_sdhi0 = {
719 static struct platform_device vccq_sdhi0 = {
748 static struct platform_device vcc_sdhi1 = {
788 static struct platform_device sdhi0_device = {
830 static struct platform_device sdhi1_device = {
881 static struct platform_device sh_mmcif_device = {
932 static struct platform_device camera_device = {
961 static struct platform_device ceu0_device = {
1000 static struct platform_device fsi_device = {
1026 static struct platform_device fsi_wm8978_device = {
1051 static struct platform_device fsi_hdmi_device = {
1068 static struct platform_device i2c_gpio_device = {
1102 static struct platform_device *eva_devices[] __initdata = {
1239 struct platform_device *usb = NULL, *sdhi1 = NULL; in eva_init()