Searched refs:UCLASS_PMIC (Results 1 – 25 of 30) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | pmic-framework.txt | 20 - UCLASS_PMIC - basic uclass type for PMIC I/O, which provides common 26 UCLASS_PMIC: 69 - Common I/O API - UCLASS_PMIC 83 * Uclass: 'UCLASS_PMIC' 107 This command can use only UCLASS_PMIC devices, since this uclass is designed
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | spmi.c | 42 ut_asserteq(device_get_uclass_id(dev), UCLASS_PMIC); in dm_test_spmi_probe() 88 ut_asserteq(device_get_uclass_id(dev->parent), UCLASS_PMIC); in dm_test_spmi_access_peripheral()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-power.c | 174 ret = uclass_get(UCLASS_PMIC, &uc); in do_test_pmic() 178 for (uclass_first_device(UCLASS_PMIC, &dev); in do_test_pmic()
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic-uclass.c | 116 return uclass_get_device_by_name(UCLASS_PMIC, name, devp); in pmic_get() 223 .id = UCLASS_PMIC,
|
| H A D | Kconfig | 2 bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)" 6 UCLASS_PMIC - designed to provide an I/O interface for PMIC devices. 14 bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC) in SPL" 18 UCLASS_PMIC - designed to provide an I/O interface for PMIC devices.
|
| H A D | max8997.c | 58 .id = UCLASS_PMIC,
|
| H A D | s2mps11.c | 59 .id = UCLASS_PMIC,
|
| H A D | max8998.c | 58 .id = UCLASS_PMIC,
|
| H A D | rn5t567.c | 61 .id = UCLASS_PMIC,
|
| H A D | sandbox.c | 75 .id = UCLASS_PMIC,
|
| H A D | act8846.c | 84 .id = UCLASS_PMIC,
|
| H A D | lp873x.c | 80 .id = UCLASS_PMIC,
|
| H A D | lp87565.c | 83 .id = UCLASS_PMIC,
|
| H A D | tps65090.c | 88 .id = UCLASS_PMIC,
|
| H A D | max77686.c | 86 .id = UCLASS_PMIC,
|
| H A D | pfuze100.c | 90 .id = UCLASS_PMIC,
|
| H A D | pm8916.c | 83 .id = UCLASS_PMIC,
|
| H A D | s5m8767.c | 90 .id = UCLASS_PMIC,
|
| H A D | palmas.c | 98 .id = UCLASS_PMIC,
|
| H A D | as3722.c | 171 .id = UCLASS_PMIC,
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3128/ |
| H A D | evb-rk3128.c | 18 ret = uclass_first_device_err(UCLASS_PMIC, &pmic); in board_early_init_r()
|
| /OK3568_Linux_fs/u-boot/board/nvidia/jetson-tk1/ |
| H A D | jetson-tk1.c | 64 ret = uclass_get_device_by_driver(UCLASS_PMIC, in tegra_pcie_board_init()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 69 UCLASS_PMIC, /* PMIC I/O device */ enumerator
|
| /OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/ |
| H A D | phycore-rk3288.c | 37 ret = uclass_first_device_err(UCLASS_PMIC, &pmic); in phycore_init()
|
| /OK3568_Linux_fs/u-boot/board/nvidia/nyan-big/ |
| H A D | nyan-big.c | 53 ret = uclass_get_device_by_driver(UCLASS_PMIC, in tegra_lcd_pmic_init()
|
12