Home
last modified time | relevance | path

Searched refs:qt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
DMakefile225 pkg-config --exists qt 2> /dev/null && pkg=qt; \
226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
233 for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \
245 libpath=$$dir/lib; lib=qt; osdir=""; \
249 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
/linux-4.1.27/drivers/scsi/
Din2000.c1605 int qt, x; in reset_hardware() local
1629 qt = read_3393(hostdata, WD_QUEUE_TAG); in reset_hardware()
1630 if (qt == 0xa5) { in reset_hardware()