Home
last modified time | relevance | path

Searched refs:horizontal_position (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/base/
H A Dphysical_location.c33 dev->physical_location->horizontal_position = pld->horizontal_position; in dev_add_physical_location()
97 const char *horizontal_position; in horizontal_position_show() local
99 switch (dev->physical_location->horizontal_position) { in horizontal_position_show()
101 horizontal_position = "left"; in horizontal_position_show()
104 horizontal_position = "center"; in horizontal_position_show()
107 horizontal_position = "right"; in horizontal_position_show()
110 horizontal_position = "unknown"; in horizontal_position_show()
112 return sysfs_emit(buf, "%s\n", horizontal_position); in horizontal_position_show()
114 static DEVICE_ATTR_RO(horizontal_position);
/linux-6.15/drivers/acpi/acpica/
H A Ddbconvert.c304 ACPI_PLD_SET_HORIZONTAL(&dword, pld_info->horizontal_position); in acpi_db_encode_pld_buffer()
420 pld_info->horizontal_position); in acpi_db_dump_pld_buffer()
H A Dutxface.c493 pld_info->horizontal_position = ACPI_PLD_GET_HORIZONTAL(&dword); in ACPI_EXPORT_SYMBOL()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-physical_location23 What: /sys/devices/.../physical_location/horizontal_position
/linux-6.15/include/acpi/
H A Dacbuffer.h90 u8 horizontal_position; member
/linux-6.15/include/linux/
H A Ddevice.h513 enum device_physical_location_horizontal_position horizontal_position; member