Home
last modified time | relevance | path

Searched refs:UCLASS_PMIC (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dpmic-framework.txt20 - 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 Dspmi.c42 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 Dtest-power.c174 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 Dpmic-uclass.c116 return uclass_get_device_by_name(UCLASS_PMIC, name, devp); in pmic_get()
223 .id = UCLASS_PMIC,
H A DKconfig2 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 Dmax8997.c58 .id = UCLASS_PMIC,
H A Ds2mps11.c59 .id = UCLASS_PMIC,
H A Dmax8998.c58 .id = UCLASS_PMIC,
H A Drn5t567.c61 .id = UCLASS_PMIC,
H A Dsandbox.c75 .id = UCLASS_PMIC,
H A Dact8846.c84 .id = UCLASS_PMIC,
H A Dlp873x.c80 .id = UCLASS_PMIC,
H A Dlp87565.c83 .id = UCLASS_PMIC,
H A Dtps65090.c88 .id = UCLASS_PMIC,
H A Dmax77686.c86 .id = UCLASS_PMIC,
H A Dpfuze100.c90 .id = UCLASS_PMIC,
H A Dpm8916.c83 .id = UCLASS_PMIC,
H A Ds5m8767.c90 .id = UCLASS_PMIC,
H A Dpalmas.c98 .id = UCLASS_PMIC,
H A Das3722.c171 .id = UCLASS_PMIC,
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3128/
H A Devb-rk3128.c18 ret = uclass_first_device_err(UCLASS_PMIC, &pmic); in board_early_init_r()
/OK3568_Linux_fs/u-boot/board/nvidia/jetson-tk1/
H A Djetson-tk1.c64 ret = uclass_get_device_by_driver(UCLASS_PMIC, in tegra_pcie_board_init()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h69 UCLASS_PMIC, /* PMIC I/O device */ enumerator
/OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c37 ret = uclass_first_device_err(UCLASS_PMIC, &pmic); in phycore_init()
/OK3568_Linux_fs/u-boot/board/nvidia/nyan-big/
H A Dnyan-big.c53 ret = uclass_get_device_by_driver(UCLASS_PMIC, in tegra_lcd_pmic_init()

12