Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_core.c438 kfree(prop->panel_label); in dpll_pin_prop_free()
463 if (src->panel_label) { in dpll_pin_prop_dup()
464 dst->panel_label = kstrdup(src->panel_label, GFP_KERNEL); in dpll_pin_prop_dup()
465 if (!dst->panel_label) in dpll_pin_prop_dup()
477 kfree(dst->panel_label); in dpll_pin_prop_dup()
H A Ddpll_netlink.c605 if (prop->panel_label && in dpll_cmd_pin_get_one()
606 nla_put_string(msg, DPLL_A_PIN_PANEL_LABEL, prop->panel_label)) in dpll_cmd_pin_get_one()
1405 struct nlattr *panel_label, struct nlattr *package_label, in dpll_pin_find() argument
1424 panel_match = panel_label ? (prop->panel_label ? in dpll_pin_find()
1425 !nla_strcmp(panel_label, prop->panel_label) : false) : in dpll_pin_find()