Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 70 of 70) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dcloexec.c87 static bool probed; in perf_event_open_cloexec_flag() local
89 if (!probed) { in perf_event_open_cloexec_flag()
92 probed = true; in perf_event_open_cloexec_flag()
/linux-4.4.14/arch/x86/boot/
Dvideo-mode.c36 static u8 probed[2]; in probe_cards() local
38 if (probed[unsafe]) in probe_cards()
41 probed[unsafe] = 1; in probe_cards()
/linux-4.4.14/drivers/clk/ti/
Dclk-dra7-atl.c49 bool probed; /* the driver for the IP has been loaded */ member
81 if (!cdesc->probed) in atl_clk_enable()
103 if (!cdesc->probed) in atl_clk_disable()
283 cdesc->probed = true; in of_dra7_atl_clk_probe()
/linux-4.4.14/Documentation/
Dkprobes.txt58 When a kprobe is registered, Kprobes makes a copy of the probed
59 instruction and replaces the first byte(s) of the probed instruction
68 Next, Kprobes single-steps its copy of the probed instruction.
82 seamless access to the probed function's arguments. The jprobe
84 type) as the function being probed, and must always end by calling
92 stack contents as the probed function. When it is done, the handler
94 contents and processor state and switch to the probed function.
102 Note that the probed function's args may be passed on the stack
104 handler's prototype matches that of the probed function.
111 the entry to the function. When the probed function is called and this
[all …]
Deisa.txt27 device implementing the bus, and setting it up to be latter probed
188 yet been probed. In fact, that's what happens most of the time (the
Drpmsg.txt167 is already created for them when they are probed by the rpmsg bus
198 be probed with.
289 If/when a relevant rpmsg driver is registered, it will be immediately probed
Dpwm.txt54 /sys/class/pwm/. Each probed PWM controller/chip will be exported as
Dremoteproc.txt117 a new remote processor device is probed.
124 probed.
Dvme_api.txt37 probed and 0 otherwise. This example match function (from vme_user.c) limits
38 the number of devices probed to one:
Dntb.txt78 NTB device probed by the tool. This directory is shortened to *hw*
Dparport.txt8 By default IRQs are not used even if they _can_ be probed. This is
Dxillybus.txt190 The bus specific modules are those probed when a suitable device is found by
Dkernel-parameters.txt1422 are then probed. On systems without PCI the value
1714 port as it is probed via PCI. The poll interval is
/linux-4.4.14/arch/sparc/mm/
Dsrmmu.c746 unsigned long probed; in srmmu_inherit_prom_mappings() local
758 probed = srmmu_probe(start); in srmmu_inherit_prom_mappings()
759 if (!probed) { in srmmu_inherit_prom_mappings()
770 if (srmmu_probe(addr + SRMMU_REAL_PMD_SIZE) == probed) in srmmu_inherit_prom_mappings()
775 if (srmmu_probe(addr + SRMMU_PGDIR_SIZE) == probed) in srmmu_inherit_prom_mappings()
781 *(pgd_t *)__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
810 *(unsigned long *)__nocache_fix(val) = probed; in srmmu_inherit_prom_mappings()
815 *(pte_t *)__nocache_fix(ptep) = __pte(probed); in srmmu_inherit_prom_mappings()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mei15 each probed mei device
Dsysfs-class-pwm16 probed PWM controller/chip where N is the base of the
Dsysfs-bus-usb12 A deauthorized interface cannot be probed or claimed.
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt74 Show source code lines which can be probed. This needs an argument
146 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function…
147 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
197 Display which lines in schedule() can be probed:
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dsodaville.txt10 There is no compatible property for now because the driver is probed via
/linux-4.4.14/Documentation/watchdog/
Dwdt.txt23 The ICS ISA-bus wdt card cannot be safely probed for. Instead you need to
/linux-4.4.14/include/sound/
Dsoc-dai.h271 unsigned char probed:1; member
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches84 * Only the following I2C addresses shall be probed: 0x18-0x1f, 0x28-0x2f,
87 chips. If your chip lives at an address which can't be probed then the
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dingenic,jz4780-nemc.txt41 configured to when the NEMC device is probed (which may be the reset value as
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-pxa-pci-ce4100.txt8 The driver is probed via the PCI-ID and is gathering the information of
/linux-4.4.14/drivers/tty/serial/
Dsb1250-duart.c784 static int probed; in sbd_probe_duarts() local
788 if (probed) in sbd_probe_duarts()
803 probed = 1; in sbd_probe_duarts()
Dzs.c1073 static int probed; in zs_probe_sccs() local
1079 if (probed) in zs_probe_sccs()
1097 probed = 1; in zs_probe_sccs()
DKconfig14 the console before standard serial driver is probed. The console is
84 the console before standard serial driver is probed. This is enabled
1611 the console before standard serial driver is probed. This is enabled
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices178 probed, will be probed. For example this avoids probing for hardware
198 probed by default back then. The default is an empty class which means
Dwriting-clients204 connected (and not otherwise enumerated) will be probed. For example,
207 with a class including I2C_CLASS_HWMON would be probed by this driver.
/linux-4.4.14/Documentation/driver-model/
Ddesign-patterns.txt17 only be probed() once on a certain system (singletons), it is custom to assume
Dplatform.txt183 be probed later if another device registers. (Which is OK, since
232 registered early platform drivers. Matched devices will get probed().
/linux-4.4.14/drivers/edac/
Di7core_edac.c47 static int probed; variable
2312 if (unlikely(probed >= 1)) { in i7core_probe()
2316 probed++; in i7core_probe()
2379 if (unlikely(!probed)) { in i7core_remove()
2390 probed--; in i7core_remove()
Dsb_edac.c32 static int probed; variable
2516 if (unlikely(probed >= 1)) { in sbridge_probe()
2520 probed++; in sbridge_probe()
2592 if (unlikely(!probed)) { in sbridge_remove()
2603 probed--; in sbridge_remove()
/linux-4.4.14/Documentation/scsi/
DBusLogic.txt371 The "IO:" option specifies an ISA I/O Address to be probed for a non-PCI
374 will be probed (0x330, 0x334, 0x230, 0x234, 0x130, and 0x134). Multiple
376 be probed, but the probe order will always follow the standard list.
404 The "MultiMasterFirst" option forces MultiMaster Host Adapters to be probed
409 Adapters will be probed first.
413 The "FlashPointFirst" option forces FlashPoint Host Adapters to be probed
Daic79xx.txt406 be automatically probed during system startup. This is a limitation
/linux-4.4.14/drivers/net/hamradio/
DKconfig65 possible I/O addresses are probed. This could irritate other devices
67 to be probed by "dmascc.io=addr1,addr2,..." (when compiled into the
/linux-4.4.14/Documentation/usb/
Dauthorization.txt122 authroized first. After that the drivers should be probed.
Dhotplug.txt146 probed for each new device; the third parameter to probe() will be null.
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt303 The mc-bus driver is a platform driver and is probed from an
330 and those objects are bound to the allocator when the bus is probed.
/linux-4.4.14/drivers/net/ethernet/i825xx/
D82596.c1132 static int probed; in i82596_probe() local
1135 if (probed) in i82596_probe()
1137 probed++; in i82596_probe()
/linux-4.4.14/Documentation/ide/
Dide.txt63 fifth.. ide4, usually PCI, probed
64 sixth.. ide5, usually PCI, probed
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt56 The DSA platform device driver is probed using a specific compatible string
Ddsa.txt325 standalone switch packages, the PHY is probed using the slave MII bus created
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt92 at the probed text address. Probe zfree function in /bin/zsh:
/linux-4.4.14/Documentation/isdn/
DREADME.sc79 - Decreased loading time and a wider range of I/O ports probed.
82 probed increasing the likelihood of finding an adapter.
/linux-4.4.14/drivers/scsi/
DKconfig678 ISA and all EISA I/O addresses are probed looking for the "EATA"
680 by the PCI subsystem are probed as well.
702 This option enables elevator sorting for all probed SCSI disks and
714 each probed SCSI device. You should reduce the default value of 16
718 by the driver for each probed SCSI device is reported at boot time.
1421 This option enables elevator sorting for all probed SCSI disks and
1433 each probed SCSI device. You should reduce the default value of 8
1437 by the driver for each probed SCSI device is reported at boot time.
/linux-4.4.14/sound/soc/
Dsoc-core.c1004 if (dai && dai->probed && in soc_remove_dai()
1013 dai->probed = 0; in soc_remove_dai()
1263 if (!dai->probed && dai->driver->probe_order == order) { in soc_probe_dai()
1274 dai->probed = 1; in soc_probe_dai()
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt62 with this name and will be probed if there is an accelerometer-3D detected.
/linux-4.4.14/Documentation/s390/
Ddriver-model.txt130 Parameters: cdev - the device to be probed.
/linux-4.4.14/arch/arm/boot/dts/
Domap3-pandora-common.dtsi517 /* mmc3 is probed using pdata-quirks to pass wl1251 card data */
/linux-4.4.14/Documentation/sysctl/
Dnet.txt147 probed in a round-robin manner.
/linux-4.4.14/arch/sparc/
DKconfig366 in a user-specifiable manner. Its state can be probed
/linux-4.4.14/Documentation/serial/
Ddriver302 which should be probed using standard kernel autoprobing techniques.
/linux-4.4.14/arch/
DKconfig107 managed by the kernel and kept transparent to the probed
/linux-4.4.14/Documentation/networking/
Dstmmac.txt198 o probed_phy_irq: if irqs is NULL, use this for probed PHY.
Drxrpc.txt786 The remote abort message can be probed with rxrpc_kernel_get_abort_code().
787 The two error messages can be probed with rxrpc_kernel_get_error_number().
/linux-4.4.14/drivers/media/radio/
DKconfig370 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
/linux-4.4.14/drivers/mtd/nand/
DKconfig237 range which get upset when they are probed.
/linux-4.4.14/Documentation/power/
Dswsusp.txt60 resume device has not been probed yet, the resume process fails and
Ddevices.txt257 get registered: a child can never be registered, probed or resumed before
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt256 probed. Some of this information is subject to change, and
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db92 API-drm-mode-probed-add
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt415 clear the different names the driver is probed for, both from DT and from
/linux-4.4.14/drivers/ide/
DKconfig665 to be probed before the ATA/66 and ATA/33 controllers. Without
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt955 bus. You can see which codec slots are probed by enabling
2152 If this option is set, *only* the ISA-PnP devices will be probed.
DHD-Audio.txt110 Thus, if the second error message appears, try to narrow the probed
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt557 probed (see also below). The default is 1 (HD). Only one drive type
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt580 are probed.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt436 adjustments to a device tree based on probed information). You