Searched defs:on_off (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/power/regulator/ |
D | s2mps11_regulator.c | 226 int ret, on_off; in s2mps11_buck_enable() local 494 int ret, on_off; in s2mps11_ldo_enable() local
|
D | max77686.c | 506 int ret, on_off; in max77686_ldo_enable() local 627 int ret, on_off; in max77686_buck_enable() local
|
D | pfuze100.c | 387 int ret, on_off; in pfuze100_regulator_enable() local
|
/external/iproute2/ip/ |
D | iplink_vlan.c | 45 static int on_off(const char *msg, const char *arg) in on_off() function
|
D | iplink.c | 127 static int on_off(const char *msg, const char *realval) in on_off() function
|
/external/iproute2/bridge/ |
D | link.c | 247 static bool on_off(char *arg, __s8 *attr, char *val) in on_off() function
|
/external/u-boot/drivers/ram/k3-j721e/ |
D | lpddr4_sanity.h | 1055 static inline uint32_t lpddr4_sanityfunction29(const lpddr4_privatedata* pd, const bool* on_off) in lpddr4_sanityfunction29()
|
D | lpddr4.c | 1910 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()
|
/external/toybox/toys/pending/ |
D | ip.c | 558 struct arglist on_off[] = { {"on", 0}, {"off", 1}, {NULL,-1}}; in vlan_parse_opt() local
|