Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Deisa.txt21 implements bus probing (detecting EISA cards available on the bus),
46 to this device, as well as some parameters for probing purposes.
173 Force the probing code to probe EISA slots even when it cannot find an
175 (don't force), and set to 1 (force probing) when either
181 code (since probing is now in the core EISA code). Unfortunately, most
182 drivers share their probing routine between ISA, and EISA. Special
190 Unfortunately, most drivers are doing the probing by themselves, and
Dsvga.txt273 - Removed the doc section describing adding of new probing
274 functions as I try to get rid of _all_ hardware probing here.
Dinitrd.txt269 done by asking the user, by auto-probing, or by using a hybrid
Dvfio.txt95 for disabling driver probing/locking a device.
Dpinctrl.txt1289 cleans up and is ready to retry the probing later in the startup process.
1319 probing, nevertheless orthogonal to the GPIO subsystem.
DIPMI.txt516 Setting dbg_probe to 1 will enable debugging of the probing and
Dkprobes.txt548 each other -- e.g., probing printk() and then calling printk() from a
Dkernel-parameters.txt1367 i8042.noloop [HW] Disable the AUX Loopback command while probing
1380 i8k.ignore_dmi [HW] Continue probing hardware even if DMI data
1423 of 0x0 enables probing the two first ports as if it
/linux-4.4.14/net/dccp/
DKconfig43 tristate "DCCP connection probing"
51 Documentation on how to use DCCP connection probing can be found
/linux-4.4.14/Documentation/ide/
Dide.txt81 Drives are normally found by auto-probing and/or examining the CMOS/BIOS data.
92 The results of successful auto-probing may override the physical geometry/irq
96 If the auto-probing during boot time confuses a drive (ie. the drive works
185 you need to explicitly enable probing by using "probe" kernel parameter,
186 i.e. to enable probing for ALI M14xx chipsets (ali14xx host driver) use:
194 kernel paremeter to enable probing for VLB version of the chipset (PCI ones
221 * "noprobe=[interface_number.device_number]" to skip probing
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Dsimple-panel.txt7 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/Documentation/devicetree/
D00-INDEX3 probing. This subsystem is maintained by Grant Likely
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77686.txt7 client while probing.This document describes the binding for mfd device and
/linux-4.4.14/Documentation/fb/
Dintel810.txt49 - Supports EDID probing either by DDC/I2C or through the BIOS
96 be equal to hsync2. If EDID probing is successful, these will be
105 rate. If EDID probing is successful, these will be ignored and values
241 e. If you want support for DDC/I2C probing (Plug and Play Displays),
/linux-4.4.14/Documentation/hwmon/
Dltc421525 of the possible addresses are unfriendly to probing. You will have to
Dltc424526 of the possible addresses are unfriendly to probing. You will have to
Dabituguru63 2 + sensors type probing info (default)
Dpmbus142 When probing the chip, the driver identifies which PMBus registers are
Ddme173734 when probing for ISA devices. This is required for the
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/
Ddw_hdmi-rockchip.txt18 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dhdmi.txt24 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Ddw_hdmi.txt22 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.txt27 probing, low speeds or in case where all phases work at tuning time.
/linux-4.4.14/drivers/mtd/chips/
DKconfig11 for probing the capabilities of flash devices. If you wish to
21 This option enables JEDEC-style probing of flash chips which are not
219 This option enables support for a dummy probing driver used to
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dbrcm,bcm-vc4.txt29 - ddc: phandle of the I2C controller used for DDC EDID probing
Dst,stih4xx.txt26 - ranges: to allow probing of subdevices
70 - ddc: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/Documentation/i2c/
Dold-module-parameters9 "ignore" (to prevent a driver from probing a given address).
Dinstantiating-devices168 probing.
178 probed, will be probed. For example this avoids probing for hardware
199 that no probing happens. The purpose of the class bitfield is to limit
Dwriting-clients130 that can't be distinguished by protocol probing, or which need some board
/linux-4.4.14/Documentation/driver-model/
Doverview.txt24 of common callbacks, such as device discovery during bus probing, bus
113 The bus layer may also create files for the devices it finds while probing the
Dplatform.txt52 actually exists; sometimes platform setup code can't be sure. The probing
/linux-4.4.14/Documentation/usb/
Dacm.txt117 acm.c: probing config 1
118 acm.c: probing config 2
Dauthorization.txt118 If a deauthorized interface will be authorized so the driver probing must
/linux-4.4.14/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-host1x.txt128 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
154 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
190 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
220 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
/linux-4.4.14/arch/arm/
DKconfig-nommu34 used instead of the auto-probing which utilizes the register.
/linux-4.4.14/sound/pci/hda/
Dhda_controller.h152 unsigned int probing:1; /* codec probing phase */ member
Dhda_controller.c655 if (chip->probing) { in azx_rirb_get_response()
988 chip->probing = 1; in probe_codec()
991 chip->probing = 0; in probe_codec()
/linux-4.4.14/Documentation/i2c/muxes/
Di2c-mux-gpio70 including deferred probing if the GPIO chip isn't immediately
/linux-4.4.14/drivers/cpufreq/
DKconfig.arm14 tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
17 This enables probing via DT for Generic CPUfreq driver for ARM
DKconfig.x86295 option lets the probing code bypass some of those checks if the
/linux-4.4.14/drivers/block/
Dfloppy.c506 static int probing; variable
1374 if (!probing) { in print_errors()
2043 if (probing) { in bad_flp_intr()
2231 probing = 0; in request_done()
2344 if (probing) { in rw_interrupt()
2350 probing = 0; in rw_interrupt()
2612 } else if (!TRACK && !HEAD && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request()
2676 ((!probing || in make_raw_rw_request()
2856 if (!probing) { in redo_fd_request()
2865 probing = 1; in redo_fd_request()
[all …]
/linux-4.4.14/sound/pci/
Dintel8x0m.c888 static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_ich_chip_init() argument
917 if (probing) { in snd_intel8x0m_ich_chip_init()
972 static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_chip_init() argument
977 if ((err = snd_intel8x0m_ich_chip_init(chip, probing)) < 0) in snd_intel8x0m_chip_init()
Dintel8x0.c2457 static int snd_intel8x0_ich_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ich_chip_init() argument
2479 if (probing) { in snd_intel8x0_ich_chip_init()
2541 static int snd_intel8x0_ali_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ali_chip_init() argument
2560 if (probing) in snd_intel8x0_ali_chip_init()
2576 static int snd_intel8x0_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_chip_init() argument
2582 if ((err = snd_intel8x0_ich_chip_init(chip, probing)) < 0) in snd_intel8x0_chip_init()
2586 if ((err = snd_intel8x0_ali_chip_init(chip, probing)) < 0) in snd_intel8x0_chip_init()
/linux-4.4.14/Documentation/scsi/
Daic7xxx.txt213 specifying "no_probe" will enable this probing.
216 will disable this probing.
218 Default Value: EISA/VLB probing is disabled by default.
313 enables verbose logging, Disable EISA/VLB probing,
Daacraid.txt124 Christoph Hellwig <hch@infradead.org> (updates for new-style PCI probing and SCSI host registration,
DBusLogic.txt380 The "NoProbe" option disables all probing and therefore no BusLogic Host
385 The "NoProbeISA" option disables probing of the standard BusLogic ISA I/O
Daic79xx.txt408 manually probing non-contiguous luns.
DChangeLog.sym53c8xx253 diff probing from GPIO3 (825/825A/876/875).
/linux-4.4.14/arch/arm/boot/dts/
Dimx53-ard.dts42 * 3V3 regulator to get LAN9220 driver probing work.
/linux-4.4.14/drivers/char/ipmi/
DKconfig61 delays. Say "n" here to disable this manual probing. IPMI will then
/linux-4.4.14/net/sctp/
DKconfig41 tristate "SCTP: Association probing"
/linux-4.4.14/drivers/media/radio/
DKconfig361 If automatic I/O port probing is enabled this port will be used only
362 in case of automatic probing failure, ie. as a fallback.
365 bool "Automatic I/O port probing"
369 Say Y here to enable automatic probing for GemTek Radio card. The
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt51 Note: child nodes can be added for auto probing from device tree.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt88 A less often but a more severe problem is the codec probing. When
116 Since 2.6.29 kernel, the driver has a more robust probing method, so
157 hda_codec: ALC880: BIOS auto-probing.
175 support the automatic probing (yet as of 2.6.28). And, BIOS is often,
304 kernel messages at probing.
457 - multi_io (bool): try probing multi-I/O config (e.g. shared
721 probing, the proc file is available, so you can get the raw codec
818 at probing and operating the HD-audio driver.
DAudiophile-Usb.txt230 * By manually probing the device (as root):
243 the module BEFORE the device is turned on. So, if you use the "manual probing"
DALSA-Configuration.txt249 instead of probing. If this works for you
251 -2 -- Force probing.
563 subsystem - override the PCI SSID for probing; the value
875 probe_only - Only probing and no codec initialization (default=off);
2153 For probing the non ISA-PnP cards, you have to pass "isapnp=0" option
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb8 so the driver probing must be triggered manually
115 device. This is useful to ensure auto probing won't
Dsysfs-bus-pci56 device. This is useful to ensure auto probing won't
/linux-4.4.14/Documentation/dvb/
Dbt8xx.txt85 probing the cards with broken PCI subsystem ID
DREADME.dvb-usb74 - i2c-probing enabled
75 2004-12-06 - possibility for demod i2c-address probing
/linux-4.4.14/drivers/usb/core/
DKconfig101 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
/linux-4.4.14/Documentation/networking/
Dtcp.txt83 TCP_WINZERO Zero probing
Dcs89x0.txt247 with device probing. To avoid this behaviour, add one
317 ISA bus probing. The IRQ number, media options, etc are determined
Dcdc_mbim.txt15 The cdc_mbim driver has no parameters of its own. But the probing
Dstmmac.txt148 detect it at run-time by probing all the 32 addresses.
Dip-sysctl.txt223 Path MTU discovery (MTU probing). If MTU probing is enabled,
414 Controls when TCP Packetization-Layer Path MTU Discovery probing
Darcnet-hardware.txt262 this may be because, if your card is at 0x2E0, probing for a serial port
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt53 Device Tree probing
/linux-4.4.14/fs/ubifs/
Dubifs.h65 if (!(c)->probing) \
1455 unsigned int probing:1; member
Dsuper.c1155 c->probing = !!(c->vfs_sb->s_flags & MS_SILENT); in mount_ubifs()
1222 c->probing = 0; in mount_ubifs()
Dio.c1013 if (!c->probing) { in ubifs_read_node()
/linux-4.4.14/net/
DKconfig318 tristate "TCP connection probing"
326 Documentation on how to use TCP connection probing can be found
/linux-4.4.14/arch/m68k/q40/
DREADME12 It seems IRQ unmasking can't be safely done on a Q40. IRQ probing
/linux-4.4.14/Documentation/isdn/
DREADME.sc76 - Better detection of available upper memory. The probing routines
162 the probing function.
/linux-4.4.14/Documentation/arm/
DInterrupts95 - status of the IRQ (probing, enable, etc)
/linux-4.4.14/drivers/gpu/drm/
DKconfig64 bool "Allow to specify an EDID data set instead of probing for it"
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt348 Using one or the other registration method only affects the probing process, the
419 In the asynchronous case subdevice probing can be invoked independently of the
421 the requirements for a successful probing are satisfied. This can include a
563 know the exact i2c address so in that case no probing will take place.
579 0 then that will be used (non-probing variant), otherwise the probed_addrs
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet186 SA1100 flash: probing 32-bit flash bus
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt355 device probing, though _CID and _CLS may also be used.
366 the driver expects before it starts probing.
Darm-acpi.txt294 eliminate some duplication of code paths in driver probing functions and
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt214 you want to turn the initialization and probing tracing off, set trace=0.
/linux-4.4.14/arch/powerpc/
DKconfig.debug335 platform probing is done, all platforms selected must
/linux-4.4.14/Documentation/PCI/
Dpci.txt36 pci_register_driver() leaves most of the probing for devices to
87 probe This probing function gets called (during execution
Dpci-error-recovery.txt243 at this point. It should limit itself to "probing" the device to
/linux-4.4.14/Documentation/input/
Dalps.txt21 We experimented with probing the ACPI interface _HID (Hardware ID)/_CID
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt287 IRQ(1) if the test fails. This probing step should be used because even
/linux-4.4.14/drivers/tty/
DKconfig257 changes finally resulting in PCI probing.
/linux-4.4.14/
DREADME229 under some circumstances lead to problems: probing for a
/linux-4.4.14/Documentation/cdrom/
Dide-cd252 you can bypass the ATA probing which confuses these CDROM drives, by
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1406 0x0001 Initialization and probing