Lines Matching refs:platform_device
40 u32 (*get_clock)(struct platform_device *ofdev, const char *clock_name,
42 void (*put_clock)(struct platform_device *ofdev);
51 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
103 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
111 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
268 static void mpc512x_can_put_clock(struct platform_device *ofdev) in mpc512x_can_put_clock()
277 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
286 static int mpc5xxx_can_probe(struct platform_device *ofdev) in mpc5xxx_can_probe()
359 static int mpc5xxx_can_remove(struct platform_device *ofdev) in mpc5xxx_can_remove()
381 static int mpc5xxx_can_suspend(struct platform_device *ofdev, pm_message_t state) in mpc5xxx_can_suspend()
392 static int mpc5xxx_can_resume(struct platform_device *ofdev) in mpc5xxx_can_resume()