Lines Matching refs:horizontal_position
34 dev->physical_location->horizontal_position = pld->horizontal_position;
98 const char *horizontal_position;
100 switch (dev->physical_location->horizontal_position) {
102 horizontal_position = "left";
105 horizontal_position = "center";
108 horizontal_position = "right";
111 horizontal_position = "unknown";
113 return sysfs_emit(buf, "%s\n", horizontal_position);
115 static DEVICE_ATTR_RO(horizontal_position);