Searched refs:pval (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/regulator/ |
| A D | regulator_dm.c | 16 rt_uint32_t pval; in regulator_ofw_parse() local 20 if (!rt_ofw_prop_read_u32(np, "regulator-min-microvolt", &pval)) in regulator_ofw_parse() 22 param->min_uvolt = pval; in regulator_ofw_parse() 25 if (!rt_ofw_prop_read_u32(np, "regulator-max-microvolt", &pval)) in regulator_ofw_parse() 27 param->max_uvolt = pval; in regulator_ofw_parse() 30 if (!rt_ofw_prop_read_u32(np, "regulator-min-microamp", &pval)) in regulator_ofw_parse() 32 param->min_uamp = pval; in regulator_ofw_parse() 37 param->max_uamp = pval; in regulator_ofw_parse() 40 if (!rt_ofw_prop_read_u32(np, "regulator-ramp-delay", &pval)) in regulator_ofw_parse() 42 param->ramp_delay = pval; in regulator_ofw_parse() [all …]
|
| /components/utilities/libadt/uthash/ |
| A D | rt_uthash.h | 53 #define RT_UTHASH_FIND(head, key_ptr, keylen_in, pval) \ argument 54 HASH_FIND(hh, head, key_ptr, keylen_in, pval)
|
| /components/net/lwip/port/ |
| A D | sys_arch.c | 536 void sys_arch_unprotect(sys_prot_t pval) in sys_arch_unprotect() argument 539 RT_UNUSED(pval); in sys_arch_unprotect() 542 rt_spin_unlock_irqrestore(&_spinlock, pval); in sys_arch_unprotect()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sys.h | 279 void sys_arch_unprotect(sys_prot_t pval);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sys.h | 493 void sys_arch_unprotect(sys_prot_t pval);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sys.h | 397 void sys_arch_unprotect(sys_prot_t pval);
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 193 - void sys_arch_unprotect(sys_prot_t pval) 196 value specified by pval. See the documentation for sys_arch_protect() for
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 229 - void sys_arch_unprotect(sys_prot_t pval) 232 value specified by pval. See the documentation for sys_arch_protect() for
|
Completed in 14 milliseconds