Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 27) sorted by relevance

12

/drivers/parport/
Ddaisy.c107 int detected = 0; in parport_daisy_init() local
170 detected += assign_addrs(port); in parport_daisy_init()
179 detected++; in parport_daisy_init()
184 if (!detected && !last_try) { in parport_daisy_init()
199 return detected; in parport_daisy_init()
433 int detected; in assign_addrs() local
495 detected = numdevs - thisdev; in assign_addrs()
496 pr_debug("%s: Found %d daisy-chained devices\n", port->name, detected); in assign_addrs()
506 return detected; in assign_addrs()
/drivers/gpu/drm/msm/hdmi/
Dhdmi_hpd.c192 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local
202 if (!detected) in msm_hdmi_hpd_irq()
/drivers/media/pci/ttpci/
Dbudget-patch.c378 int detected = 0; in budget_patch_attach() local
469 detected = 1; in budget_patch_attach()
477 if(detected == 0) in budget_patch_attach()
/drivers/media/i2c/
Dtvp7002.c750 int detected; in tvp7002_log_status() local
753 tvp7002_query_dv(sd, &detected); in tvp7002_log_status()
757 if (detected == NUM_TIMINGS) { in tvp7002_log_status()
760 bt = &tvp7002_timings[detected].timings.bt; in tvp7002_log_status()
/drivers/i2c/
Di2c-core-base.c1190 list_add_tail(&client->detected, &adap->userspace_clients); in new_device_store()
1234 detected) { in delete_device_store()
1239 list_del(&client->detected); in delete_device_store()
1594 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
1598 list_del(&client->detected); in i2c_do_del_adapter()
1658 detected) { in i2c_del_adapter()
1661 list_del(&client->detected); in i2c_del_adapter()
2283 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
/drivers/media/pci/tw5864/
Dtw5864-video.c1304 int detected = 0; in tw5864_is_motion_triggered() local
1311 detected = 1; in tw5864_is_motion_triggered()
1313 if (detected) in tw5864_is_motion_triggered()
1316 return detected; in tw5864_is_motion_triggered()
/drivers/net/hamradio/
DKconfig59 PackeTwin, and S5SCC/DMA boards. They are detected automatically.
71 detected first, dmascc2 and dmascc3 for the second one, and so on.
/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1139 if (mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected) in iwl_mvm_uapsd_agg_disconnect()
1142 mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected = true; in iwl_mvm_uapsd_agg_disconnect()
1160 mvm->tcm.data[mac].uapsd_nonagg_detect.detected) in iwl_mvm_check_uapsd_agg_expected_tpt()
Drx.c296 mdata->uapsd_nonagg_detect.detected || in iwl_mvm_rx_handle_tcm()
Dmvm.h625 bool detected; member
/drivers/gpu/drm/i915/
DKconfig70 This option enables capturing the GPU state when a hang is detected.
/drivers/usb/core/
DKconfig38 When a new USB device is detected, the kernel tries very hard
/drivers/w1/slaves/
DKconfig161 For each DS28E17 detected, a new I2C adapter is created within the
/drivers/mtd/parsers/
DKconfig90 register MTD 'partitions' corresponding to each image detected,
/drivers/staging/greybus/tools/
DREADME.loopback19 directory of the detected loopback device.
/drivers/edac/
DKconfig56 bool "Output ACPI APEI/GHES BIOS detected errors via EDAC"
65 mechanisms, if a GHES BIOS is detected, entering into the
/drivers/atm/
DKconfig59 when an inconsistency is detected. This mechanism is faster than
174 when an inconsistency is detected. This mechanism is faster than
/drivers/ide/
DKconfig427 5510/5520 chipset. This will automatically be detected and
438 will automatically be detected and configured if found.
448 This will automatically be detected and configured if found.
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c769 uint32_t detected = 0; in dce110_edp_wait_for_hpd_ready() local
771 dal_gpio_get_value(hpd, &detected); in dce110_edp_wait_for_hpd_ready()
773 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
/drivers/gpu/drm/panel/
DKconfig18 reference designs. The panel is detected using special registers
/drivers/mtd/nand/raw/
DKconfig549 are detected by Linux, they will not be recorded in the BBT, which
/drivers/clocksource/
DKconfig381 core is detected.
/drivers/perf/
Dxgene_pmu.c430 XGENE_PMU_EVENT_ATTR(vcc-droop-detected, 0x27),
/drivers/scsi/aic7xxx/
Daic79xx.seq177 * Case 1 can be detected by noticing a non-zero FIFO active
1330 * phase has been detected or we are really
/drivers/input/touchscreen/
DKconfig780 brought up and the UCB1400 detected. You therefore have to

12