Lines Matching full:panel
30 dev->physical_location->panel = pld->panel; in dev_add_physical_location()
43 const char *panel; in panel_show() local
45 switch (dev->physical_location->panel) { in panel_show()
47 panel = "top"; in panel_show()
50 panel = "bottom"; in panel_show()
53 panel = "left"; in panel_show()
56 panel = "right"; in panel_show()
59 panel = "front"; in panel_show()
62 panel = "back"; in panel_show()
65 panel = "unknown"; in panel_show()
67 return sysfs_emit(buf, "%s\n", panel); in panel_show()
69 static DEVICE_ATTR_RO(panel);