Searched refs:detected (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Ddaisy.c15 * 22-02-2000: Count devices that are actually detected.
91 * Return value is number of devices actually detected. */
94 int detected = 0; local
142 detected += assign_addrs(port);
151 detected++;
156 if (!detected && !last_try) {
157 /* No devices were detected. Perhaps they are in some
171 return detected;
405 int detected; local
469 detected
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dkeywest.c78 list_add_tail(&keywest_ctx->client->detected,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_hpc.c562 u16 detected, intr_loc; local
571 if (pciehp_readw(ctrl, PCI_EXP_SLTSTA, &detected)) {
577 detected &= (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
580 detected &= ~intr_loc;
581 intr_loc |= detected;
584 if (detected && pciehp_writew(ctrl, PCI_EXP_SLTSTA, intr_loc)) {
589 } while (detected);
729 * TBD: Power fault detected software notification support.
731 * Power fault detected software notification is not enabled
732 * now, because it caused power fault detected interrup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddi_sharp.c46 static void mddi_sharp_lcd_vsync_detected(boolean detected);
614 void mddi_sharp_lcd_vsync_detected(boolean detected) argument
625 if ((detected) || (mddi_sharp_vsync_attempts > 5)) {
626 if ((detected) && (mddi_sharp_monitor_refresh_value)) {
661 /* if detected = TRUE, client initiated wakeup was detected */
673 if (!detected) {
682 /* if detected = FALSE, we woke up from hibernation, but did not
H A Dmddihost.c344 void mddi_client_lcd_vsync_detected(boolean detected) argument
347 (*mddi_lcd.vsync_detected) (detected);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-patch.c385 int detected = 0; local
431 // and will reset GPIO3 after VBI_B is detected.
472 detected = 1;
480 if(detected == 0)
481 printk("budget-patch not detected or saa7146 in non-default state.\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Daccel.tex34 \docparam{keyCode}{The keycode to be detected. See \helpref{Keycodes}{keycodes} for a full list of keycodes.}
67 \docparam{keyCode}{The keycode to be detected. See \helpref{Keycodes}{keycodes} for a full list of keycodes.}
H A Dcntxtevt.tex30 \twocolitem{{\bf EVT\_CONTEXT\_MENU(func)}}{A right click (or other context menu command depending on platform) has been detected.}
H A Dhttaghnd.tex48 one of supported tags is detected. {\it tag} contains all necessary
H A Dmodule.tex84 Note that circular dependencies are detected and result in a fatal error.
H A Drecguard.tex96 \texttt{static} or the recursion would never be detected.
H A Dapptraits.tex95 The version numbers returned are thus detected at run-time and not compile-time
H A Dmutex.tex121 \twocolitem{{\bf wxMUTEX\_DEAD\_LOCK}}{A deadlock situation was detected.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c123 list_add_tail(&client->detected, &wf_max6690_driver.clients);
H A Dwindfarm_lm75_sensor.c160 list_add_tail(&client->detected, &wf_lm75_driver.clients);
171 DBG("wf_lm75: adapter %s detected\n", adapter->name);
H A Dwindfarm_smu_sat.c227 list_add_tail(&client->detected, &wf_sat_driver.clients);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c839 struct snd_kcontrol *detected, *c; local
845 detected = ldev->headphone_detected_ctrl;
854 detected = ldev->lineout_detected_ctrl;
864 if (detected)
865 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsuper.c220 printk("SysV FS: SCO EAFS on %s detected, "
504 goto detected;
509 goto detected;
513 detected:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/
H A Di2c-core.c47 that device detection, deletion of detected devices, and attach_adapter
712 list_add_tail(&client->detected, &adap->userspace_clients);
754 detected) {
759 list_del(&client->detected);
987 list_for_each_entry_safe(client, _n, &driver->clients, detected) {
991 list_del(&client->detected);
1061 detected) {
1064 list_del(&client->detected);
1500 list_add_tail(&client->detected, &driver->clients);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp7002.c782 * detected, returns -EINVAL
841 v4l2_dbg(1, debug, sd, "detected preset: %d\n", presets->preset);
958 struct v4l2_dv_preset detected; local
961 detected.preset = V4L2_DV_INVALID;
963 tvp7002_query_dv_preset(sd, &detected);
967 if (presets->preset == detected.preset)
1107 v4l2_info(sd, "Rev. %02x detected.\n", revision);
1109 v4l2_info(sd, "Unknown revision detected.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dat91_ether.c1100 int detected = -1; local
1112 while ((detected != 0) && (phy_address < 32)) {
1132 detected = at91ether_setup(phy_id, phy_address, pdev, ether_clk);
1141 return detected;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Datiixp_modem.c556 snd_printk(KERN_ERR "atiixp-modem: no codec detected!\n");
633 * XRUN detected, and stop the PCM substream
640 snd_printdd("atiixp-modem: XRUN detected (DMA %d)\n", dma->ops->type);
1045 unsigned int detected; local
1046 detected = status & CODEC_CHECK_BITS;
1048 chip->codec_not_ready_bits |= detected;
1049 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */
H A Datiixp.c602 snd_printk(KERN_ERR "atiixp: no codec detected!\n");
684 * XRUN detected, and stop the PCM substream
690 snd_printdd("atiixp: XRUN detected (DMA %d)\n", dma->ops->type);
1358 unsigned int detected; local
1359 detected = status & CODEC_CHECK_BITS;
1361 chip->codec_not_ready_bits |= detected;
1362 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dfilter.t205 ok 46, $@ =~ /^recursion detected in filter_store_key at/ ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c.h118 * @clients: List of detected clients we created (for i2c-core use only)
131 * for the many I2C/SMBus devices which can't be detected reliably, and
192 * @detected: member of an i2c_driver.clients list or i2c-core's
209 struct list_head detected; member in struct:i2c_client

Completed in 231 milliseconds

123