Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dleds-lp3952.h15 #define LP3952_LABEL_MAX_LEN 15 macro
93 char name[LP3952_LABEL_MAX_LEN];
/openbmc/linux/drivers/leds/
H A Dleds-lp3952.c104 strncpy(dest, str, LP3952_LABEL_MAX_LEN); in lp3952_get_label()