Home
last modified time | relevance | path

Searched refs:as3645a (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/leds/flash/
H A Dleds-as3645a.c127 struct as3645a { struct
151 #define fled_to_as3645a(__fled) container_of(__fled, struct as3645a, fled) argument
153 container_of(__iled_cdev, struct as3645a, iled_cdev)
156 static int as3645a_write(struct as3645a *flash, u8 addr, u8 val) in as3645a_write()
170 static int as3645a_read(struct as3645a *flash, u8 addr) in as3645a_read()
197 static int as3645a_set_current(struct as3645a *flash) in as3645a_set_current()
208 static int as3645a_set_timeout(struct as3645a *flash) in as3645a_set_timeout()
234 as3645a_set_control(struct as3645a *flash, enum as_mode mode, bool on) in as3645a_set_control()
253 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_get_fault()
298 static unsigned int as3645a_current_to_reg(struct as3645a *flash, bool is_flash, in as3645a_current_to_reg()
[all …]
H A DMakefile6 obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o
/linux/Documentation/devicetree/bindings/leds/
H A Dams,as3645a.txt16 compatible : Must be "ams,as3645a".
67 as3645a@30 {
71 compatible = "ams,as3645a";
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n950-n9.dtsi258 as3645a@30 {
262 compatible = "ams,as3645a";
/linux/
H A DMAINTAINERS3345 F: drivers/leds/flash/leds-as3645a.c