Lines Matching refs:node
101 int node = evdata->info->node;
117 if (fb_blank == FB_BLANK_UNBLANK && !bd->fb_bl_on[node]) {
118 bd->fb_bl_on[node] = true;
124 } else if (fb_blank != FB_BLANK_UNBLANK && bd->fb_bl_on[node]) {
125 bd->fb_bl_on[node] = false;
666 * of_find_backlight_by_node() - find backlight device by device-tree node
667 * @node: device-tree node of the backlight device
670 * node or NULL if no such backlight device exists or if the device hasn't
677 struct backlight_device *of_find_backlight_by_node(struct device_node *node)
681 dev = class_find_device(backlight_class, NULL, node, of_parent_match);
720 * This function looks for a property named 'backlight' on the DT node