msm_geni_serial.h 635 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
  2. /*
  3. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #ifndef __UAPI_LINUX_MSM_GENI_SERIAL_H
  7. #define __UAPI_LINUX_MSM_GENI_SERIAL_H
  8. /* IOCTLS used by BT clients to control UART power state */
  9. #define MSM_GENI_SERIAL_TIOCFAULT 0x54EC /* Uart fault */
  10. #define MSM_GENI_SERIAL_TIOCPMGET 0x54ED /* PM get */
  11. #define MSM_GENI_SERIAL_TIOCPMPUT 0x54EE /* PM put */
  12. #define MSM_GENI_SERIAL_TIOCPMACT 0x54EF /* PM is active */
  13. #endif /* __UAPI_LINUX_MSM_GENI_SERIAL_H */