Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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; 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()
185 /* No devices were detected. Perhaps they are in some in parport_daisy_init()
199 return detected; in parport_daisy_init()
433 int detected; in assign_addrs() local
495 detected in assign_addrs()
[all...]
/kernel/linux/linux-6.6/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; 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()
185 /* No devices were detected. Perhaps they are in some in parport_daisy_init()
199 return detected; in parport_daisy_init()
433 int detected; in assign_addrs() local
495 detected in assign_addrs()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c186 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local
196 if (!detected) in msm_hdmi_hpd_irq()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_perf_data_converter_json.sh15 echo Skipping test, python not detected please set environment variable PYTHON.
H A Dstat+json_output.sh21 echo Skipping test, python not detected please set environment variable PYTHON.
/kernel/linux/linux-5.10/sound/aoa/fabrics/
H A Dlayout.c855 struct snd_kcontrol *detected, *c; in layout_notify() local
861 detected = ldev->headphone_detected_ctrl; in layout_notify()
870 detected = ldev->lineout_detected_ctrl; in layout_notify()
880 if (detected) in layout_notify()
881 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id); in layout_notify()
/kernel/linux/linux-6.6/sound/aoa/fabrics/
H A Dlayout.c855 struct snd_kcontrol *detected, *c; in layout_notify() local
861 detected = ldev->headphone_detected_ctrl; in layout_notify()
870 detected = ldev->lineout_detected_ctrl; in layout_notify()
880 if (detected) in layout_notify()
881 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id); in layout_notify()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dbudget-patch.c378 int detected = 0; in budget_patch_attach() local
424 // and will reset GPIO3 after VBI_B is detected. in budget_patch_attach()
469 detected = 1; in budget_patch_attach()
477 if(detected == 0) in budget_patch_attach()
478 printk("budget-patch not detected or saa7146 in non-default state.\n" in budget_patch_attach()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dbudget-patch.c378 int detected = 0; in budget_patch_attach() local
424 // and will reset GPIO3 after VBI_B is detected. in budget_patch_attach()
469 detected = 1; in budget_patch_attach()
477 if(detected == 0) in budget_patch_attach()
478 printk("budget-patch not detected or saa7146 in non-default state.\n" in budget_patch_attach()
/kernel/linux/linux-5.10/sound/ppc/
H A Dkeywest.c74 list_add_tail(&keywest_ctx->client->detected, in keywest_attach_adapter()
/kernel/linux/linux-6.6/sound/ppc/
H A Dkeywest.c68 list_add_tail(&keywest_ctx->client->detected, in keywest_attach_adapter()
/kernel/linux/linux-5.10/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 */ in tvp7002_query_dv()
658 v4l2_dbg(1, debug, sd, "detected timings: %d\n", *index); in tvp7002_query_dv()
750 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()
975 v4l2_info(sd, "Rev. %02x detected.\n", revision); in tvp7002_probe()
977 v4l2_info(sd, "Unknown revision detected in tvp7002_probe()
[all...]
/kernel/linux/linux-6.6/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 */ in tvp7002_query_dv()
658 v4l2_dbg(1, debug, sd, "detected timings: %d\n", *index); in tvp7002_query_dv()
750 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()
978 v4l2_info(sd, "Rev. %02x detected.\n", revision); in tvp7002_probe()
980 v4l2_info(sd, "Unknown revision detected in tvp7002_probe()
[all...]
/kernel/linux/linux-5.10/fs/sysv/
H A Dsuper.c221 printk("SysV FS: SCO EAFS on %s detected, " in detect_sysv()
506 goto detected; in v7_fill_super()
511 goto detected; in v7_fill_super()
515 detected: in v7_fill_super()
/kernel/linux/linux-6.6/fs/sysv/
H A Dsuper.c221 printk("SysV FS: SCO EAFS on %s detected, " in detect_sysv()
506 goto detected; in v7_fill_super()
511 goto detected; in v7_fill_super()
515 detected: in v7_fill_super()
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-base.c59 * deletion of detected devices are serialized
1190 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()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-base.c60 * deletion of detected devices are serialized
1268 list_add_tail(&client->detected, &adap->userspace_clients); in new_device_store()
1312 detected) { in delete_device_store()
1317 list_del(&client->detected); in delete_device_store()
1673 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
1677 list_del(&client->detected); in i2c_do_del_adapter()
1737 detected) { in i2c_del_adapter()
1740 list_del(&client->detected); in i2c_del_adapter()
2471 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
/kernel/linux/linux-5.10/sound/pci/
H A Datiixp.c588 dev_err(chip->card->dev, "no codec detected!\n"); in snd_atiixp_codec_detect()
670 * XRUN detected, and stop the PCM substream
676 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type); in snd_atiixp_xrun_dma()
1358 unsigned int detected; in snd_atiixp_interrupt() local
1359 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1361 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1362 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
H A Datiixp_modem.c542 dev_err(chip->card->dev, "no codec detected!\n"); in snd_atiixp_codec_detect()
619 * XRUN detected, and stop the PCM substream
626 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type); in snd_atiixp_xrun_dma()
1024 unsigned int detected; in snd_atiixp_interrupt() local
1025 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1027 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1028 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
/kernel/linux/linux-6.6/sound/pci/
H A Datiixp.c587 dev_err(chip->card->dev, "no codec detected!\n"); in snd_atiixp_codec_detect()
669 * XRUN detected, and stop the PCM substream
675 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type); in snd_atiixp_xrun_dma()
1358 unsigned int detected; in snd_atiixp_interrupt() local
1359 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1361 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1362 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
H A Datiixp_modem.c541 dev_err(chip->card->dev, "no codec detected!\n"); in snd_atiixp_codec_detect()
618 * XRUN detected, and stop the PCM substream
625 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type); in snd_atiixp_xrun_dma()
1023 unsigned int detected; in snd_atiixp_interrupt() local
1024 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1026 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1027 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1711 pr_warning("Unknown sample type (0x%llx) is detected. " in perf_attr_check()
1718 pr_warning("Unknown read format (0x%llx) is detected. " in perf_attr_check()
1726 pr_warning("Unknown branch sample type (0x%llx) is detected. " in perf_attr_check()
2902 pr_warning("detected invalid bpf_prog_info\n"); in process_bpf_prog_info()
3467 pr_debug("ABI%d perf.data file detected, need_swap=%d\n", in try_all_file_abis()
3503 pr_debug("Pipe ABI%d perf.data file detected\n", i); in try_all_pipe_abis()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c1906 pr_warning("Unknown sample type (0x%llx) is detected. " in perf_attr_check()
1913 pr_warning("Unknown read format (0x%llx) is detected. " in perf_attr_check()
1921 pr_warning("Unknown branch sample type (0x%llx) is detected. " in perf_attr_check()
3152 pr_warning("detected invalid bpf_prog_info\n"); in process_bpf_prog_info()
3852 pr_debug("ABI%d perf.data file detected, need_swap=%d\n", in try_all_file_abis()
3888 pr_debug("Pipe ABI%d perf.data file detected\n", i); in try_all_pipe_abis()
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dethtool.py420 detected = detected_states.get(linkstate['link'], 'unknown')
421 print(f'Link detected: {detected}')

Completed in 37 milliseconds

123