Home
last modified time | relevance | path

Searched refs:size_program (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/driver-api/backlight/
H A Dlp855x-driver.rst50 * size_program:
71 .size_program = ARRAY_SIZE(lp8552_eeprom_arr),
/openbmc/linux/drivers/video/backlight/
H A Dlp855x_bl.c193 if (pd->size_program > 0) { in lp855x_configure()
194 for (i = 0; i < pd->size_program; i++) { in lp855x_configure()
359 pdata->size_program = rom_length; in lp855x_parse_dt()
/openbmc/linux/include/linux/platform_data/
H A Dlp855x.h141 int size_program; member