Home
last modified time | relevance | path

Searched refs:horizontal_position (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/base/
H A Dphysical_location.c34 dev->physical_location->horizontal_position = pld->horizontal_position; in dev_add_physical_location()
98 const char *horizontal_position; in horizontal_position_show() local
100 switch (dev->physical_location->horizontal_position) { in horizontal_position_show()
102 horizontal_position = "left"; in horizontal_position_show()
105 horizontal_position = "center"; in horizontal_position_show()
108 horizontal_position = "right"; in horizontal_position_show()
111 horizontal_position = "unknown"; in horizontal_position_show()
113 return sysfs_emit(buf, "%s\n", horizontal_position); in horizontal_position_show()
115 static DEVICE_ATTR_RO(horizontal_position);
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbconvert.c302 ACPI_PLD_SET_HORIZONTAL(&dword, pld_info->horizontal_position); in acpi_db_encode_pld_buffer()
418 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()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbconvert.c302 ACPI_PLD_SET_HORIZONTAL(&dword, pld_info->horizontal_position); in acpi_db_encode_pld_buffer()
418 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()
/kernel/linux/linux-5.10/include/acpi/
H A Dacbuffer.h90 u8 horizontal_position; member
/kernel/linux/linux-6.6/include/acpi/
H A Dacbuffer.h90 u8 horizontal_position; member
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h590 * @horizontal_position: Horizontal position of the device connection point
600 enum device_physical_location_horizontal_position horizontal_position; member

Completed in 6 milliseconds