Searched refs:detected (Results 1 - 14 of 14) sorted by relevance
/drivers/parport/ |
H A D | daisy.c | 15 * 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...] |
/drivers/mmc/core/ |
H A D | Kconfig | 37 support in hardware to be properly detected.
|
/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 647 u16 detected, intr_loc; local 656 if (pciehp_readw(ctrl, PCI_EXP_SLTSTA, &detected)) { 662 detected &= (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | 665 detected &= ~intr_loc; 666 intr_loc |= detected; 669 if (detected && pciehp_writew(ctrl, PCI_EXP_SLTSTA, intr_loc)) { 674 } while (detected); 814 * TBD: Power fault detected software notification support. 816 * Power fault detected software notification is not enabled 817 * now, because it caused power fault detected interrup [all...] |
/drivers/media/dvb/ttpci/ |
H A D | budget-patch.c | 392 int detected = 0; local 438 // and will reset GPIO3 after VBI_B is detected. 483 detected = 1; 491 if(detected == 0) 492 printk("budget-patch not detected or saa7146 in non-default state.\n"
|
/drivers/macintosh/ |
H A D | windfarm_max6690_sensor.c | 123 list_add_tail(&client->detected, &wf_max6690_driver.clients);
|
H A D | windfarm_lm75_sensor.c | 159 list_add_tail(&client->detected, &wf_lm75_driver.clients); 170 DBG("wf_lm75: adapter %s detected\n", adapter->name);
|
H A D | windfarm_smu_sat.c | 227 list_add_tail(&client->detected, &wf_sat_driver.clients);
|
H A D | therm_adt746x.c | 155 list_add_tail(&client->detected, &thermostat_driver.clients);
|
H A D | therm_pm72.c | 321 list_add_tail(&clt->detected, &therm_pm72_driver.clients); 1854 printk(KERN_WARNING "Temperature control detected a critical condition\n"); 1922 printk(KERN_INFO "Liquid cooling pumps detected, using new algorithm !\n");
|
/drivers/i2c/ |
H A D | i2c-core.c | 48 that device detection, deletion of detected devices, and attach_adapter 689 list_add_tail(&client->detected, &adap->userspace_clients); 731 detected) { 736 list_del(&client->detected); 985 list_for_each_entry_safe(client, _n, &driver->clients, detected) { 989 list_del(&client->detected); 1061 detected) { 1064 list_del(&client->detected); 1520 list_add_tail(&client->detected, &driver->clients);
|
/drivers/media/video/ |
H A D | tvp7002.c | 667 * detected, returns -EINVAL 684 /* Return invalid preset if no active input is detected */ 727 v4l2_dbg(1, debug, sd, "detected preset: %d\n", presets->preset); 844 struct v4l2_dv_preset detected; local 847 detected.preset = V4L2_DV_INVALID; 849 tvp7002_query_dv_preset(sd, &detected); 853 if (presets->preset == detected.preset) 985 v4l2_info(sd, "Rev. %02x detected.\n", revision); 987 v4l2_info(sd, "Unknown revision detected.\n");
|
/drivers/net/ethernet/cadence/ |
H A D | at91_ether.c | 1124 int detected = -1; local 1136 while ((detected != 0) && (phy_address < 32)) { 1156 detected = at91ether_setup(phy_id, phy_address, pdev, ether_clk); 1165 return detected;
|
/drivers/acpi/ |
H A D | osl.c | 1244 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident);
|
/drivers/input/touchscreen/ |
H A D | Kconfig | 516 brought up and the UCB1400 detected. You therefore have to
|
Completed in 78 milliseconds