Home
last modified time | relevance | path

Searched refs:probing (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/base/test/
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/linux-4.19.296/drivers/cpufreq/
DKconfig.arm39 tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
42 This enables probing via DT for Generic CPUfreq driver for ARM
DKconfig.x86297 option lets the probing code bypass some of those checks if the
/linux-4.19.296/drivers/media/radio/
DKconfig362 If automatic I/O port probing is enabled this port will be used only
363 in case of automatic probing failure, ie. as a fallback.
366 bool "Automatic I/O port probing"
370 Say Y here to enable automatic probing for GemTek Radio card. The
/linux-4.19.296/fs/ubifs/
Dubifs.h1450 unsigned int probing:1; member
1880 if (!(c)->probing) \
Dsuper.c1187 c->probing = !!(c->vfs_sb->s_flags & SB_SILENT); in mount_ubifs()
1256 c->probing = 0; in mount_ubifs()
Dio.c1067 if (!c->probing) { in ubifs_read_node()