Home
last modified time | relevance | path

Searched refs:drivers (Results 426 - 436 of 436) sorted by relevance

1...<<1112131415161718

/third_party/backends/backend/
H A Dsnapscan.c386 if (drivers[i].id == model_num) break; in get_driver_name()
392 return (drivers[i].driver_name); in get_driver_name()
2604 * Now support a config file like the other scanner drivers, and
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl1139 "README", "Documentation", "arch", "include", "drivers",
2627 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
3503 if ($realfile =~ m@^(drivers/net/|net/)@ &&
4987 # when !drivers/staging or command-line uses --strict
4988 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&
6794 if ($realfile =~ m@^drivers/@) {
6796 "do not use in_atomic in drivers\n" . $herecurr);
6814 $realfile !~ m@^drivers/base/core@) {
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl1377 "README", "Documentation", "arch", "include", "drivers",
2891 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
4001 if ($realfile =~ m@^(drivers/net/|net/)@ &&
5513 # when !drivers/staging or command-line uses --strict
5514 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&
7471 if ($realfile =~ m@^drivers/@) {
7473 "do not use in_atomic in drivers\n" . $herecurr);
7509 $realfile !~ m@^drivers/base/core@) {
/third_party/ltp/scripts/
H A Dcheckpatch.pl1315 "README", "Documentation", "arch", "include", "drivers",
2829 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
3849 if ($realfile =~ m@^(drivers/net/|net/)@ &&
5360 # when !drivers/staging or command-line uses --strict
5361 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&
7248 if ($realfile =~ m@^drivers/@) {
7250 "do not use in_atomic in drivers\n" . $herecurr);
7262 $realfile !~ m@^drivers/base/core@) {
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_trace.h1038 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/i915
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py106 task = Task(drivers=[])
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dnsp_cs.c44 #include <../drivers/scsi/scsi.h>
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c29 #include <../drivers/ata/ahci.h>
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c28 #include <../drivers/ata/ahci.h>
/third_party/backends/sanei/
H A Dsanei_usb.c275 #include <drivers/USB_scanner.h>
/third_party/mbedtls/tests/scripts/
H A Dall.sh123 test -d include -a -d core -a -d drivers -a -d programs -a -d tests
137 CONFIG_H='drivers/builtin/include/mbedtls/mbedtls_config.h'
140 CONFIG_TEST_DRIVER_H='tests/include/test/drivers/config_test_driver.h'
867 # on them or options that are not supported with drivers.
869 # file: tests/include/test/drivers/config_test_driver.h. You usually
897 # Enable PSA-based config (necessary to use drivers)
904 # If threading is enabled on the normal build, then we need to enable it in the drivers as well,
968 # Build the drivers library libtestdriver1.a (with ASan).
980 # linking to the drivers library (with ASan).
2979 # ECDH, ECDSA) with and without drivers
[all...]

Completed in 64 milliseconds

1...<<1112131415161718