Lines Matching defs:fwnode
404 struct fwnode_handle *fwnode)
406 struct led_init_data init_data = { .fwnode = fwnode };
415 led->v4l2_flash = v4l2_flash_init(parent, fwnode, &led->flash, &v4l2_flash_ops,
436 struct fwnode_handle *fwnode)
446 num = fwnode_property_count_u32(fwnode, "led-sources");
451 ret = fwnode_property_read_u32_array(fwnode, "led-sources", sources, num);
468 ret = fwnode_property_read_u32(fwnode, "led-max-microamp", &val);
478 ret = fwnode_property_read_u32(fwnode, "flash-max-microamp", &val);
493 ret = fwnode_property_read_u32(fwnode, "flash-max-timeout-us", &val);