Home
last modified time | relevance | path

Searched defs:subopt (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dhwconfig.h48 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
53 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
60 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
83 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub()
88 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg()
94 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp()
/OK3568_Linux_fs/u-boot/common/
H A Dhwconfig.c184 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
205 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
227 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.h134 static inline __be32 mptcp_option(u8 subopt, u8 len, u8 nib, u8 field) in mptcp_option()