/linux-4.1.27/tools/perf/util/ |
D | cloexec.c | 87 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.1.27/arch/x86/boot/ |
D | video-mode.c | 34 static u8 probed[2]; in probe_cards() local 36 if (probed[unsafe]) in probe_cards() 39 probed[unsafe] = 1; in probe_cards()
|
/linux-4.1.27/drivers/clk/ti/ |
D | clk-dra7-atl.c | 48 bool probed; /* the driver for the IP has been loaded */ member 80 if (!cdesc->probed) in atl_clk_enable() 102 if (!cdesc->probed) in atl_clk_disable() 282 cdesc->probed = true; in of_dra7_atl_clk_probe()
|
/linux-4.1.27/Documentation/ |
D | kprobes.txt | 58 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 …]
|
D | eisa.txt | 27 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
|
D | rpmsg.txt | 167 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
|
D | pwm.txt | 54 /sys/class/pwm/. Each probed PWM controller/chip will be exported as
|
D | remoteproc.txt | 111 a new remote processor device is probed. 118 probed.
|
D | vme_api.txt | 37 probed and 0 otherwise. This example match function (from vme_user.c) limits 38 the number of devices probed to one:
|
D | parport.txt | 8 By default IRQs are not used even if they _can_ be probed. This is
|
D | xillybus.txt | 190 The bus specific modules are those probed when a suitable device is found by
|
D | kernel-parameters.txt | 1358 are then probed. On systems without PCI the value 1649 port as it is probed via PCI. The poll interval is
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 746 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.1.27/Documentation/ABI/testing/ |
D | sysfs-class-mei | 15 each probed mei device
|
D | sysfs-class-pwm | 16 probed PWM controller/chip where N is the base of the
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 72 Show source code lines which can be probed. This needs an argument 139 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function… 140 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t… 190 Display which lines in schedule() can be probed:
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | sodaville.txt | 10 There is no compatible property for now because the driver is probed via
|
/linux-4.1.27/Documentation/watchdog/ |
D | wdt.txt | 23 The ICS ISA-bus wdt card cannot be safely probed for. Instead you need to
|
/linux-4.1.27/include/sound/ |
D | soc-dai.h | 256 unsigned char probed:1; member
|
D | soc.h | 753 unsigned int probed:1; member
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 8 The driver is probed via the PCI-ID and is gathering the information of
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 41 configured to when the NEMC device is probed (which may be the reset value as
|
/linux-4.1.27/drivers/tty/serial/ |
D | sb1250-duart.c | 784 static int probed; in sbd_probe_duarts() local 788 if (probed) in sbd_probe_duarts() 803 probed = 1; in sbd_probe_duarts()
|
D | zs.c | 1073 static int probed; in zs_probe_sccs() local 1079 if (probed) in zs_probe_sccs() 1097 probed = 1; in zs_probe_sccs()
|
D | Kconfig | 14 the console before standard serial driver is probed. The console is 84 the console before standard serial driver is probed. This is enabled 1588 the console before standard serial driver is probed. This is enabled
|
/linux-4.1.27/Documentation/i2c/ |
D | instantiating-devices | 178 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
|
D | writing-clients | 204 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.1.27/sound/soc/ |
D | soc-core.c | 997 if (!component->probed) in soc_remove_component() 1010 component->probed = 0; in soc_remove_component() 1018 if (dai && dai->probed && in soc_remove_dai() 1027 dai->probed = 0; in soc_remove_dai() 1121 if (component->probed) in soc_probe_component() 1174 component->probed = 1; in soc_probe_component() 1267 if (!dai->probed && dai->driver->probe_order == order) { in soc_probe_dai() 1278 dai->probed = 1; in soc_probe_dai() 1468 if (component && component->probed) in soc_remove_aux_dev()
|
/linux-4.1.27/Documentation/driver-model/ |
D | design-patterns.txt | 17 only be probed() once on a certain system (singletons), it is custom to assume
|
D | platform.txt | 169 be probed later if another device registers. (Which is OK, since 218 registered early platform drivers. Matched devices will get probed().
|
/linux-4.1.27/drivers/edac/ |
D | i7core_edac.c | 47 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()
|
D | sb_edac.c | 32 static int probed; variable 2436 if (unlikely(probed >= 1)) { in sbridge_probe() 2440 probed++; in sbridge_probe() 2512 if (unlikely(!probed)) { in sbridge_remove() 2523 probed--; in sbridge_remove()
|
/linux-4.1.27/Documentation/scsi/ |
D | BusLogic.txt | 371 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
|
D | aic79xx.txt | 406 be automatically probed during system startup. This is a limitation
|
/linux-4.1.27/drivers/net/hamradio/ |
D | Kconfig | 65 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.1.27/drivers/net/ethernet/i825xx/ |
D | 82596.c | 1132 static int probed; in i82596_probe() local 1135 if (probed) in i82596_probe() 1137 probed++; in i82596_probe()
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 63 fifth.. ide4, usually PCI, probed 64 sixth.. ide5, usually PCI, probed
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 92 at the probed text address. Probe zfree function in /bin/zsh:
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 79 - Decreased loading time and a wider range of I/O ports probed. 82 probed increasing the likelihood of finding an adapter.
|
/linux-4.1.27/Documentation/usb/ |
D | hotplug.txt | 146 probed for each new device; the third parameter to probe() will be null.
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 666 ISA and all EISA I/O addresses are probed looking for the "EATA" 668 by the PCI subsystem are probed as well. 690 This option enables elevator sorting for all probed SCSI disks and 702 each probed SCSI device. You should reduce the default value of 16 706 by the driver for each probed SCSI device is reported at boot time. 1409 This option enables elevator sorting for all probed SCSI disks and 1421 each probed SCSI device. You should reduce the default value of 8 1425 by the driver for each probed SCSI device is reported at boot time.
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 62 with this name and will be probed if there is an accelerometer-3D detected.
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 145 probed in a round-robin manner.
|
/linux-4.1.27/Documentation/s390/ |
D | driver-model.txt | 130 Parameters: cdev - the device to be probed.
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 366 in a user-specifiable manner. Its state can be probed
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 302 which should be probed using standard kernel autoprobing techniques.
|
/linux-4.1.27/Documentation/networking/ |
D | stmmac.txt | 206 o probed_phy_irq: if irqs is NULL, use this for probed PHY.
|
D | rxrpc.txt | 786 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.1.27/arch/ |
D | Kconfig | 99 managed by the kernel and kept transparent to the probed
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 240 range which get upset when they are probed.
|
/linux-4.1.27/drivers/media/radio/ |
D | Kconfig | 370 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 60 resume device has not been probed yet, the resume process fails and
|
D | devices.txt | 257 get registered: a child can never be registered, probed or resumed before
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 256 probed. Some of this information is subject to change, and
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 415 clear the different names the driver is probed for, both from DT and from
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 665 to be probed before the ATA/66 and ATA/33 controllers. Without
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 955 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.
|
D | HD-Audio.txt | 110 Thus, if the second error message appears, try to narrow the probed
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 557 probed (see also below). The default is 1 (HD). Only one drive type
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 580 are probed.
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 436 adjustments to a device tree based on probed information). You
|