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

12

/linux-master/tools/perf/tests/shell/lib/
H A Dsetup_python.sh14 echo Skipping test, python not detected please set environment variable PYTHON.
/linux-master/tools/tracing/latency/
H A DMakefile.config12 $(call detected,CONFIG_LIBTRACEEVENT)
21 $(call detected,CONFIG_LIBTRACEFS)
/linux-master/tools/tracing/rtla/
H A DMakefile.config15 $(call detected,CONFIG_LIBTRACEEVENT)
31 $(call detected,CONFIG_LIBTRACEFS)
/linux-master/tools/verification/rv/
H A DMakefile.config15 $(call detected,CONFIG_LIBTRACEEVENT)
31 $(call detected,CONFIG_LIBTRACEFS)
/linux-master/drivers/parport/
H A Ddaisy.c15 * 22-02-2000: Count devices that are actually detected.
104 * Return value is number of devices actually detected. */
107 int detected = 0; local
170 detected += assign_addrs(port);
179 detected++;
184 if (!detected && !last_try) {
185 /* No devices were detected. Perhaps they are in some
199 return detected;
433 int detected; local
495 detected
[all...]
/linux-master/tools/perf/
H A DMakefile.config15 $(shell printf "" > $(OUTPUT).config-detected)
16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
17 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
57 $(call detected,CONFIG_X86)
62 $(call detected,CONFIG_X86_64)
93 # support is detected in system. Add supported architectures
274 # Select either auto detected python and python-config or use user supplied values if they are
498 $(call detected,CONFIG_SETNS)
510 $(call detected,CONFIG_LIBOPENCS
[all...]
/linux-master/sound/ppc/
H A Dkeywest.c68 list_add_tail(&keywest_ctx->client->detected,
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c185 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); local
195 if (!detected)
/linux-master/drivers/staging/media/av7110/
H A Dbudget-patch.c378 int detected = 0; local
424 // and will reset GPIO3 after VBI_B is detected.
469 detected = 1;
477 if(detected == 0)
478 printk("budget-patch not detected or saa7146 in non-default state.\n"
/linux-master/sound/aoa/fabrics/
H A Dlayout.c856 struct snd_kcontrol *detected, *c; local
862 detected = ldev->headphone_detected_ctrl;
871 detected = ldev->lineout_detected_ctrl;
881 if (detected)
882 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id);
/linux-master/fs/sysv/
H A Dsuper.c221 printk("SysV FS: SCO EAFS on %s detected, "
506 goto detected;
511 goto detected;
515 detected:
/linux-master/tools/build/
H A DMakefile.build47 # do not force detected configuration
48 -include $(OUTPUT).config-detected
/linux-master/drivers/i2c/
H A Di2c-core-base.c61 * deletion of detected devices are serialized
1273 list_add_tail(&client->detected, &adap->userspace_clients);
1317 detected) {
1322 list_del(&client->detected);
1681 list_for_each_entry_safe(client, _n, &driver->clients, detected) {
1685 list_del(&client->detected);
1745 detected) {
1748 list_del(&client->detected);
2484 list_add_tail(&client->detected, &driver->clients);
/linux-master/sound/pci/
H A Datiixp_modem.c539 dev_err(chip->card->dev, "no codec detected!\n");
616 * XRUN detected, and stop the PCM substream
623 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type);
1021 unsigned int detected; local
1022 detected = status & CODEC_CHECK_BITS;
1024 chip->codec_not_ready_bits |= detected;
1025 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */
H A Datiixp.c585 dev_err(chip->card->dev, "no codec detected!\n");
667 * XRUN detected, and stop the PCM substream
673 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type);
1356 unsigned int detected; local
1357 detected = status & CODEC_CHECK_BITS;
1359 chip->codec_not_ready_bits |= detected;
1360 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */
/linux-master/drivers/media/i2c/
H A Dtvp7002.c605 * Returns the current DV timings detected by TVP7002. If no active input is
606 * detected, returns -EINVAL
620 /* Return invalid index if no active input is detected */
658 v4l2_dbg(1, debug, sd, "detected timings: %d\n", *index);
750 int detected; local
753 tvp7002_query_dv(sd, &detected);
757 if (detected == NUM_TIMINGS) {
760 bt = &tvp7002_timings[detected].timings.bt;
978 v4l2_info(sd, "Rev. %02x detected.\n", revision);
980 v4l2_info(sd, "Unknown revision detected
[all...]
/linux-master/tools/net/ynl/
H A Dethtool.py420 detected = detected_states.get(linkstate['link'], 'unknown')
421 print(f'Link detected: {detected}')
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c922 if (mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected)
925 mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected = true;
927 "detected AP should do aggregation but isn't, likely due to U-APSD\n");
944 mvm->tcm.data[mac].uapsd_nonagg_detect.detected)
/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S5 | fpu for exceptional cases detected or reported within the
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S150 ands r8, r8, #KEYBRD_DATA_MASK @ check start bit - detected?
/linux-master/scripts/
H A Dcheck-uapi.sh42 $FAIL_ABI) ABI difference detected
356 printf "No ABI differences detected in %s from %s -> %s\n" \
378 warn_str=$(printf "==== ABI differences detected in %s from %s -> %s ====" \
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c1763 int detected, clocks, bit, src; local
1773 detected = detect_input_clocks(chip);
1777 if (detected & (1 << bit))
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-video.c1171 * Set default video standard. Doesn't matter which, the detected value
1303 int detected = 0; local
1310 detected = 1;
1312 if (detected)
1315 return detected;
/linux-master/include/linux/
H A Di2c.h248 * @clients: List of detected clients we created (for i2c-core use only)
262 * for the many I2C/SMBus devices which can't be detected reliably, and
319 * @detected: member of an i2c_driver.clients list or i2c-core's
349 struct list_head detected; member in struct:i2c_client
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh477 "$@" | grep -q "Link detected: yes"

Completed in 262 milliseconds

12