Lines Matching +full:chip +full:- +full:scu
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2012-2014 Intel Corporation. All rights reserved.
25 * struct intel_soc_pmic - Intel SoC PMIC data
28 * @irq_chip_data: IRQ chip data for the PMIC itself
29 * @irq_chip_data_pwrbtn: Chained IRQ chip data for the Power Button
30 * @irq_chip_data_tmu: Chained IRQ chip data for the Time Management Unit
31 * @irq_chip_data_bcu: Chained IRQ chip data for the Burst Control Unit
32 * @irq_chip_data_adc: Chained IRQ chip data for the General Purpose ADC
33 * @irq_chip_data_chgr: Chained IRQ chip data for the External Charger
34 * @irq_chip_data_crit: Chained IRQ chip data for the Critical Event Handler
36 * @scu: Pointer to the SCU IPC device data structure
49 struct intel_scu_ipc_dev *scu; member