Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_netlink.c697 if (prop->panel_label && in dpll_cmd_pin_get_one()
698 nla_put_string(msg, DPLL_A_PIN_PANEL_LABEL, prop->panel_label)) in dpll_cmd_pin_get_one()
1614 struct nlattr *panel_label, struct nlattr *package_label, in dpll_pin_find() argument
1633 panel_match = panel_label ? (prop->panel_label ? in dpll_pin_find()
1634 !nla_strcmp(panel_label, prop->panel_label) : false) : in dpll_pin_find()
/linux/include/linux/
H A Ddpll.h177 const char *panel_label; member