Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/backlight/
Dqcom-wled.c1312 const struct wled_u32_opts *u32_opts = NULL; in wled_configure() local
1428 u32_opts = wled3_opts; in wled_configure()
1438 u32_opts = wled4_opts; in wled_configure()
1458 u32_opts = wled5_opts; in wled_configure()
1483 rc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val); in wled_configure()
1487 dev_err(dev, "error reading '%s'\n", u32_opts[i].name); in wled_configure()
1493 c = wled_values(u32_opts[i].cfg, j); in wled_configure()
1496 u32_opts[i].name); in wled_configure()
1504 dev_dbg(dev, "'%s' = %u\n", u32_opts[i].name, c); in wled_configure()
1505 *u32_opts[i].val_ptr = j; in wled_configure()