Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/backlight/
Dqcom-wled.c1407 const struct wled_bool_opts bool_opts[] = { in wled_configure() local
1508 for (i = 0; i < ARRAY_SIZE(bool_opts); ++i) { in wled_configure()
1509 if (of_property_read_bool(dev->of_node, bool_opts[i].name)) in wled_configure()
1510 *bool_opts[i].val_ptr = true; in wled_configure()