Home
last modified time | relevance | path

Searched refs:pmic_state_opt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtps6594_pfsm.h21 struct pmic_state_opt { struct
34 #define PMIC_SET_MCU_ONLY_STATE _IOW(PMIC_BASE, 4, struct pmic_state_opt) argument
35 #define PMIC_SET_RETENTION_STATE _IOW(PMIC_BASE, 5, struct pmic_state_opt)
/openbmc/linux/samples/pfsm/
H A Dpfsm-wakeup.c35 struct pmic_state_opt pmic_opt = { 0 }; in main()
/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c134 struct pmic_state_opt state_opt; in tps6594_pfsm_ioctl()