Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2hk-netcp.dtsi34 reg-names = "peek", "status", "config",
46 reg-names = "peek", "status", "config",
H A Dkeystone-k2g-netcp.dtsi33 reg-names = "peek", "config",
H A Dkeystone-k2e-netcp.dtsi34 reg-names = "peek", "status", "config",
H A Dkeystone-k2l-netcp.dtsi34 reg-names = "peek", "status", "config",
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c340 int (*peek) (struct in_str *); member
343 #define b_peek(input) ((input)->peek(input))
1158 i->peek = file_peek;
1170 i->peek = static_peek;
2848 int ch = input->peek(input); /* first character after the $ */
3222 if (inp->peek == file_peek) {
3248 (inp->peek != static_peek || b_peek(inp)));