Searched refs:s3c24xx_gpio_led (Results 1 – 1 of 1) sorted by relevance
27 struct s3c24xx_gpio_led { struct32 static inline struct s3c24xx_gpio_led *pdev_to_gpio(struct platform_device *dev) in pdev_to_gpio() argument37 static inline struct s3c24xx_gpio_led *to_gpio(struct led_classdev *led_cdev) in to_gpio()39 return container_of(led_cdev, struct s3c24xx_gpio_led, cdev); in to_gpio()45 struct s3c24xx_gpio_led *led = to_gpio(led_cdev); in s3c24xx_led_set()64 struct s3c24xx_gpio_led *led = pdev_to_gpio(dev); in s3c24xx_led_remove()74 struct s3c24xx_gpio_led *led; in s3c24xx_led_probe()77 led = devm_kzalloc(&dev->dev, sizeof(struct s3c24xx_gpio_led), in s3c24xx_led_probe()