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;
654 * of_find_backlight_by_node() - find backlight device by device-tree node
655 * @node: device-tree node of the backlight device
658 * node or NULL if no such backlight device exists or if the device hasn't
665 struct backlight_device *of_find_backlight_by_node(struct device_node *node)
669 dev = class_find_device(backlight_class, NULL, node, of_parent_match);
709 * This function looks for a property named 'backlight' on the DT node