Searched full:pkg2 (Results 1 – 13 of 13) sorted by relevance
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | qconf-cfg.sh | 5 PKG2="QtCore QtGui" 21 if pkg-config --exists $PKG2; then 22 echo cflags=\"$(pkg-config --cflags $PKG2)\" 23 echo libs=\"$(pkg-config --libs $PKG2)\"
|
| D | mconf-cfg.sh | 5 PKG2="ncurses" 14 if pkg-config --exists $PKG2; then 15 echo cflags=\"$(pkg-config --cflags $PKG2)\" 16 echo libs=\"$(pkg-config --libs $PKG2)\"
|
| D | nconf-cfg.sh | 5 PKG2="ncurses menu panel" 14 if pkg-config --exists $PKG2; then 15 echo cflags=\"$(pkg-config --cflags $PKG2)\" 16 echo libs=\"$(pkg-config --libs $PKG2)\"
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| D | nconf-cfg.sh | 8 PKG2="ncurses menu panel" 17 if ${HOSTPKG_CONFIG} --exists $PKG2; then 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs}
|
| D | mconf-cfg.sh | 8 PKG2="ncurses" 17 if ${HOSTPKG_CONFIG} --exists ${PKG2}; then 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs}
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | actions,s500-pinctrl.yaml | 168 pkg2, pkg3]
|
| D | actions,s700-pinctrl.txt | 82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | actions,s700-pinctrl.txt | 82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
|
| D | actions,s500-pinctrl.yaml | 169 pkg2, pkg3]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/actions/ |
| D | pinctrl-s700.c | 220 #define PKG2 _PIN(27) macro 364 PINCTRL_PIN(PKG2, "pkg2"), 1802 [PKG2] = PAD_INFO(PKG2),
|
| D | pinctrl-s500.c | 180 #define PKG2 _PIN(27) macro 321 PINCTRL_PIN(PKG2, "pkg2"), 1622 [PKG2] = PAD_INFO(PKG2),
|
| /kernel/linux/linux-6.6/drivers/pinctrl/actions/ |
| D | pinctrl-s500.c | 180 #define PKG2 _PIN(27) macro 321 PINCTRL_PIN(PKG2, "pkg2"), 1622 [PKG2] = PAD_INFO(PKG2),
|
| D | pinctrl-s700.c | 220 #define PKG2 _PIN(27) macro 364 PINCTRL_PIN(PKG2, "pkg2"), 1802 [PKG2] = PAD_INFO(PKG2),
|