Lines Matching refs:PMIC
8 PMIC framework based on Driver Model
18 This is an introduction to driver-model multi uclass PMIC IC's support.
20 - UCLASS_PMIC - basic uclass type for PMIC I/O, which provides common
22 - UCLASS_REGULATOR - additional uclass type for specific PMIC features,
39 The Power Management Integrated Circuits (PMIC) are used in embedded systems
43 The single PMIC can provide various functions by single or multiple interfaces,
49 | BUS 0 | Multi interface PMIC IC |--> LDO out 1
51 |-----------|---- PMIC device 0 (READ/WRITE ops) |
57 |-----------|---- PMIC device 1 (READ/WRITE ops) |---> USB in 1
63 the PMIC devices should also support this. By the pmic and regulator API's,
64 PMIC drivers can simply provide a common functions, for multi-interface and
70 For the multi-function PMIC devices, this can be used as parent I/O device