/linux-3.4.99/arch/x86/boot/ |
D | video-mode.c | 36 static u8 probed[2]; in probe_cards() local 38 if (probed[unsafe]) in probe_cards() 41 probed[unsafe] = 1; in probe_cards()
|
/linux-3.4.99/Documentation/ |
D | kprobes.txt | 57 When a kprobe is registered, Kprobes makes a copy of the probed 58 instruction and replaces the first byte(s) of the probed instruction 67 Next, Kprobes single-steps its copy of the probed instruction. 81 seamless access to the probed function's arguments. The jprobe 83 type) as the function being probed, and must always end by calling 91 stack contents as the probed function. When it is done, the handler 93 contents and processor state and switch to the probed function. 101 Note that the probed function's args may be passed on the stack 103 handler's prototype matches that of the probed function. 110 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
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | usbdux.c | 251 int probed; member 388 if (!(this_usbduxsub->probed)) { in usbdux_ai_cancel() 588 if (!(this_usbduxsub->probed)) { in usbdux_ao_cancel() 940 if (!(this_usbduxsub->probed)) in usbdux_ai_cmdtest() 1162 if (!(this_usbduxsub->probed)) { in usbdux_ai_inttrig() 1214 if (!(this_usbduxsub->probed)) { in usbdux_ai_cmd() 1332 if (!(this_usbduxsub->probed)) { in usbdux_ai_insn_read() 1388 if (!(this_usbduxsub->probed)) { in usbdux_ao_insn_read() 1414 if (!(this_usbduxsub->probed)) { in usbdux_ao_insn_write() 1460 if (!(this_usbduxsub->probed)) { in usbdux_ao_inttrig() [all …]
|
D | usbduxfast.c | 173 int probed; /* is it associated with a subdevice? */ member 300 if (!udfs->probed) { in usbduxfast_ai_cancel() 563 if (!udfs->probed) in usbduxfast_ai_cmdtest() 708 if (!udfs->probed) { in usbduxfast_ai_inttrig() 768 if (!udfs->probed) { in usbduxfast_ai_cmd() 1237 if (!udfs->probed) { in usbduxfast_ai_insn_read() 1417 udfs->probed = 0; in tidy_up() 1490 if (!usbduxfastsub[i].probed) { in usbduxfastsub_probe() 1571 usbduxfastsub[index].probed = 1; in usbduxfastsub_probe() 1641 if (usbduxfastsub[i].probed && !usbduxfastsub[i].attached) { in usbduxfast_attach()
|
D | usbduxsigma.c | 201 int probed; member 338 if (!(this_usbduxsub->probed)) { in usbdux_ai_cancel() 542 if (!(this_usbduxsub->probed)) { in usbdux_ao_cancel() 908 if (!(this_usbduxsub->probed)) in usbdux_ai_cmdtest() 1130 if (!(this_usbduxsub->probed)) { in usbdux_ai_inttrig() 1185 if (!(this_usbduxsub->probed)) { in usbdux_ai_cmd() 1314 if (!(this_usbduxsub->probed)) { in usbdux_ai_insn_read() 1457 if (!(this_usbduxsub->probed)) { in usbdux_ao_insn_read() 1483 if (!(this_usbduxsub->probed)) { in usbdux_ao_insn_write() 1528 if (!(this_usbduxsub->probed)) { in usbdux_ao_inttrig() [all …]
|
D | vmk80xx.c | 241 int probed; member 566 if (!dev->probed) in rudimentary_check() 1199 if (vmb[i].probed && !vmb[i].attached) in vmk80xx_attach() 1354 if (!vmb[i].probed) in vmk80xx_probe() 1478 dev->probed = 1; in vmk80xx_probe() 1508 dev->probed = 0; in vmk80xx_disconnect()
|
/linux-3.4.99/sound/soc/ |
D | soc-core.c | 903 codec->probed = 0; in soc_remove_codec() 925 if (codec_dai && codec_dai->probed && in soc_remove_dai_link() 933 codec_dai->probed = 0; in soc_remove_dai_link() 938 if (platform && platform->probed && in soc_remove_dai_link() 951 platform->probed = 0; in soc_remove_dai_link() 957 if (codec && codec->probed && in soc_remove_dai_link() 962 if (cpu_dai && cpu_dai->probed && in soc_remove_dai_link() 970 cpu_dai->probed = 0; in soc_remove_dai_link() 1053 codec->probed = 1; in soc_probe_codec() 1104 platform->probed = 1; in soc_probe_platform() [all …]
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-probe.txt | 66 Show source code lines which can be probed. This needs an argument 115 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function… 116 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t… 163 Display which lines in schedule() can be probed:
|
/linux-3.4.99/Documentation/devicetree/bindings/gpio/ |
D | sodaville.txt | 10 There is no compatible property for now because the driver is probed via
|
/linux-3.4.99/net/ipv6/ |
D | raw.c | 670 int probed = 0; in rawv6_probe_proto_opt() local 699 probed = 1; in rawv6_probe_proto_opt() 710 probed = 1; in rawv6_probe_proto_opt() 716 probed = 1; in rawv6_probe_proto_opt() 719 if (probed) in rawv6_probe_proto_opt()
|
/linux-3.4.99/include/sound/ |
D | soc-dai.h | 240 unsigned char probed:1; member
|
/linux-3.4.99/Documentation/watchdog/ |
D | wdt.txt | 23 The ICS ISA-bus wdt card cannot be safely probed for. Instead you need to
|
/linux-3.4.99/net/ipv4/ |
D | raw.c | 418 int probed = 0; in raw_probe_proto_opt() local 447 probed = 1; in raw_probe_proto_opt() 451 probed = 1; in raw_probe_proto_opt() 454 if (probed) in raw_probe_proto_opt()
|
/linux-3.4.99/Documentation/i2c/ |
D | instantiating-devices | 141 probed, will be probed. For example this avoids probing for hardware 161 probed by default back then. The default is an empty class which means
|
/linux-3.4.99/drivers/edac/ |
D | sb_edac.c | 32 static int probed; variable 1770 if (unlikely(probed >= 1)) { in sbridge_probe() 1774 probed++; in sbridge_probe() 1824 if (unlikely(!probed)) { in sbridge_remove() 1835 probed--; in sbridge_remove()
|
D | i7core_edac.c | 47 static int probed; variable 2365 if (unlikely(probed >= 1)) { in i7core_probe() 2369 probed++; in i7core_probe() 2432 if (unlikely(!probed)) { in i7core_remove() 2443 probed--; in i7core_remove()
|
/linux-3.4.99/Documentation/devicetree/bindings/i2c/ |
D | ce4100-i2c.txt | 8 The driver is probed via the PCI-ID and is gathering the information of
|
/linux-3.4.99/drivers/tty/serial/ |
D | sb1250-duart.c | 783 static int probed; in sbd_probe_duarts() local 787 if (probed) in sbd_probe_duarts() 802 probed = 1; in sbd_probe_duarts()
|
D | zs.c | 1072 static int probed; in zs_probe_sccs() local 1078 if (probed) in zs_probe_sccs() 1096 probed = 1; in zs_probe_sccs()
|
/linux-3.4.99/drivers/net/ethernet/i825xx/ |
D | lp486e.c | 968 static int probed; in lp486e_probe() local 970 if (probed) in lp486e_probe() 972 probed++; in lp486e_probe()
|
/linux-3.4.99/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
|
/linux-3.4.99/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-3.4.99/Documentation/driver-model/ |
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().
|