Home
last modified time | relevance | path

Searched full:pkg2 (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
Dqconf-cfg.sh5 PKG2="QtCore QtGui"
21 if pkg-config --exists $PKG2; then
22 echo cflags=\"$(pkg-config --cflags $PKG2)\"
23 echo libs=\"$(pkg-config --libs $PKG2)\"
Dmconf-cfg.sh5 PKG2="ncurses"
14 if pkg-config --exists $PKG2; then
15 echo cflags=\"$(pkg-config --cflags $PKG2)\"
16 echo libs=\"$(pkg-config --libs $PKG2)\"
Dnconf-cfg.sh5 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/
Dnconf-cfg.sh8 PKG2="ncurses menu panel"
17 if ${HOSTPKG_CONFIG} --exists $PKG2; then
18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags}
19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs}
Dmconf-cfg.sh8 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/
Dactions,s500-pinctrl.yaml168 pkg2, pkg3]
Dactions,s700-pinctrl.txt82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dactions,s700-pinctrl.txt82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
Dactions,s500-pinctrl.yaml169 pkg2, pkg3]
/kernel/linux/linux-5.10/drivers/pinctrl/actions/
Dpinctrl-s700.c220 #define PKG2 _PIN(27) macro
364 PINCTRL_PIN(PKG2, "pkg2"),
1802 [PKG2] = PAD_INFO(PKG2),
Dpinctrl-s500.c180 #define PKG2 _PIN(27) macro
321 PINCTRL_PIN(PKG2, "pkg2"),
1622 [PKG2] = PAD_INFO(PKG2),
/kernel/linux/linux-6.6/drivers/pinctrl/actions/
Dpinctrl-s500.c180 #define PKG2 _PIN(27) macro
321 PINCTRL_PIN(PKG2, "pkg2"),
1622 [PKG2] = PAD_INFO(PKG2),
Dpinctrl-s700.c220 #define PKG2 _PIN(27) macro
364 PINCTRL_PIN(PKG2, "pkg2"),
1802 [PKG2] = PAD_INFO(PKG2),