Searched refs:bool_opts (Results 1 – 1 of 1) sorted by relevance
1393 const struct wled_bool_opts bool_opts[] = { in wled_configure() local1494 for (i = 0; i < ARRAY_SIZE(bool_opts); ++i) { in wled_configure()1495 if (of_property_read_bool(dev->of_node, bool_opts[i].name)) in wled_configure()1496 *bool_opts[i].val_ptr = true; in wled_configure()