Searched refs:panel_label (Results 1 – 3 of 3) sorted by relevance
438 kfree(prop->panel_label); in dpll_pin_prop_free()460 if (src->panel_label) { in dpll_pin_prop_dup()461 dst->panel_label = kstrdup(src->panel_label, GFP_KERNEL); in dpll_pin_prop_dup()462 if (!dst->panel_label) in dpll_pin_prop_dup()474 kfree(dst->panel_label); in dpll_pin_prop_dup()
526 if (prop->panel_label && in dpll_cmd_pin_get_one()527 nla_put_string(msg, DPLL_A_PIN_PANEL_LABEL, prop->panel_label)) in dpll_cmd_pin_get_one()1205 struct nlattr *panel_label, struct nlattr *package_label, in dpll_pin_find() argument1224 panel_match = panel_label ? (prop->panel_label ? in dpll_pin_find()1225 !nla_strcmp(panel_label, prop->panel_label) : false) : in dpll_pin_find()
135 const char *panel_label; member