Home
last modified time | relevance | path

Searched refs:sgm3140 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/leds/
Dleds-sgm3140.c15 struct sgm3140 { struct
33 static struct sgm3140 *flcdev_to_sgm3140(struct led_classdev_flash *flcdev) in flcdev_to_sgm3140() argument
35 return container_of(flcdev, struct sgm3140, fled_cdev); in flcdev_to_sgm3140()
40 struct sgm3140 *priv = flcdev_to_sgm3140(fled_cdev); in sgm3140_strobe_set()
76 struct sgm3140 *priv = flcdev_to_sgm3140(fled_cdev); in sgm3140_strobe_get()
86 struct sgm3140 *priv = flcdev_to_sgm3140(fled_cdev); in sgm3140_timeout_set()
103 struct sgm3140 *priv = flcdev_to_sgm3140(fled_cdev); in sgm3140_brightness_set()
135 struct sgm3140 *priv = from_timer(priv, t, powerdown_timer); in sgm3140_powerdown_timer()
144 static void sgm3140_init_flash_timeout(struct sgm3140 *priv) in sgm3140_init_flash_timeout()
158 static void sgm3140_init_v4l2_flash_config(struct sgm3140 *priv, in sgm3140_init_v4l2_flash_config()
[all …]
DMakefile85 obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o