Home
last modified time | relevance | path

Searched defs:on_off (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Ds2mps11_regulator.c226 int ret, on_off; in s2mps11_buck_enable() local
494 int ret, on_off; in s2mps11_ldo_enable() local
Dmax77686.c506 int ret, on_off; in max77686_ldo_enable() local
627 int ret, on_off; in max77686_buck_enable() local
Dpfuze100.c387 int ret, on_off; in pfuze100_regulator_enable() local
/third_party/libsnd/src/
Dfile_io.c524 psf_use_rsrc (SF_PRIVATE *psf, int on_off) in psf_use_rsrc()
747 psf_use_rsrc (SF_PRIVATE *psf, int on_off) in psf_use_rsrc()
/third_party/uboot/u-boot-2020.01/drivers/ram/k3-j721e/
Dlpddr4_sanity.h1055 static inline uint32_t lpddr4_sanityfunction29(const lpddr4_privatedata* pd, const bool* on_off) in lpddr4_sanityfunction29()
Dlpddr4.c1910 uint32_t lpddr4_getdbireadmode(const lpddr4_privatedata * pd, bool * on_off) in lpddr4_getdbireadmode()
1933 uint32_t lpddr4_getdbiwritemode(const lpddr4_privatedata * pd, bool * on_off) in lpddr4_getdbiwritemode()
/third_party/toybox/toys/pending/
Dip.c557 struct arglist on_off[] = { {"on", 0}, {"off", 1}, {NULL,-1}}; in vlan_parse_opt() local