Home
last modified time | relevance | path

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

12

/drivers/clk/sophgo/
A Dclk-cv18xx-pll.c55 u32 detected = *value; in ipll_find_rate() local
77 detected = PLL_SET_PRE_DIV_SEL(detected, pre_div_sel); in ipll_find_rate()
78 detected = PLL_SET_POST_DIV_SEL(detected, post_div_sel); in ipll_find_rate()
79 detected = PLL_SET_DIV_SEL(detected, div_sel); in ipll_find_rate()
80 *value = detected; in ipll_find_rate()
110 detected = PLL_SET_SEL_MODE(detected, mode); in pll_get_mode_ctrl()
111 detected = PLL_SET_ICTRL(detected, ictrl); in pll_get_mode_ctrl()
316 detected = PLL_SET_PRE_DIV_SEL(detected, pre_div_sel); in fpll_find_rate()
317 detected = PLL_SET_POST_DIV_SEL(detected, post_div_sel); in fpll_find_rate()
318 detected = PLL_SET_DIV_SEL(detected, div_sel); in fpll_find_rate()
[all …]
/drivers/parport/
A Ddaisy.c106 int detected = 0; in parport_daisy_init() local
169 detected += assign_addrs(port); in parport_daisy_init()
178 detected++; in parport_daisy_init()
183 if (!detected && !last_try) { in parport_daisy_init()
198 return detected; in parport_daisy_init()
432 int detected; in assign_addrs() local
494 detected = numdevs - thisdev; in assign_addrs()
495 pr_debug("%s: Found %d daisy-chained devices\n", port->name, detected); in assign_addrs()
505 return detected; in assign_addrs()
/drivers/gpu/drm/udl/
A Dudl_main.c79 bool detected = false; in udl_parse_vendor_descriptor() local
110 detected = true; in udl_parse_vendor_descriptor()
116 if (!detected) in udl_parse_vendor_descriptor()
/drivers/gpu/drm/msm/hdmi/
A Dhdmi_hpd.c136 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local
146 if (!detected) in msm_hdmi_hpd_irq()
/drivers/media/i2c/
A Dtvp7002.c760 int detected; in tvp7002_log_status() local
763 tvp7002_query_dv(sd, &detected); in tvp7002_log_status()
767 if (detected == NUM_TIMINGS) { in tvp7002_log_status()
770 bt = &tvp7002_timings[detected].timings.bt; in tvp7002_log_status()
/drivers/i2c/
A Di2c-core-base.c1316 list_add_tail(&client->detected, &adap->userspace_clients); in new_device_store()
1360 detected) { in delete_device_store()
1365 list_del(&client->detected); in delete_device_store()
1719 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
1723 list_del(&client->detected); in i2c_do_del_adapter()
1783 detected) { in i2c_del_adapter()
1786 list_del(&client->detected); in i2c_del_adapter()
2503 list_add_tail(&client->detected, &driver->clients); in i2c_detect_address()
/drivers/media/pci/tw5864/
A Dtw5864-video.c1302 int detected = 0; in tw5864_is_motion_triggered() local
1309 detected = 1; in tw5864_is_motion_triggered()
1311 if (detected) in tw5864_is_motion_triggered()
1314 return detected; in tw5864_is_motion_triggered()
/drivers/mtd/parsers/
A DKconfig91 two "firmware" partitions. Currently used firmware has to be detected
114 register MTD 'partitions' corresponding to each image detected,
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dutils.c905 if (mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected) in iwl_mvm_uapsd_agg_disconnect()
908 mvm->tcm.data[mvmvif->id].uapsd_nonagg_detect.detected = true; in iwl_mvm_uapsd_agg_disconnect()
927 mvm->tcm.data[mac].uapsd_nonagg_detect.detected) in iwl_mvm_check_uapsd_agg_expected_tpt()
A Drx.c243 mdata->uapsd_nonagg_detect.detected || in iwl_mvm_rx_handle_tcm()
A Dmvm.h760 bool detected; member
/drivers/gpu/drm/ci/xfails/
A Dmsm-sm8350-hdk-skips.txt91 # [ 228.001087] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
93 # [ 228.017097] rcu: (detected by 1, t=6504 jiffies, g=29837, q=6 ncpus=8)
/drivers/counter/
A DKconfig133 It can be used to timestamp events (falling/rising edges) detected
/drivers/w1/slaves/
A DKconfig161 For each DS28E17 detected, a new I2C adapter is created within the
/drivers/usb/core/
A DKconfig38 When a new USB device is detected, the kernel tries very hard
/drivers/gpu/drm/i915/
A DKconfig95 This option enables capturing the GPU state when a hang is detected.
/drivers/edac/
A DKconfig56 tristate "Output ACPI APEI/GHES BIOS detected errors via EDAC"
66 mechanisms, if a GHES BIOS is detected, entering into the
/drivers/firmware/arm_scmi/vendors/imx/
A Dimx95.rst924 | |1 RTC rollover detected. |
925 | |0 no RTC rollover detected. |
947 | |1 button change detected. |
948 | |0 no button change detected. |
/drivers/platform/surface/
A DKconfig112 client devices that cannot be detected automatically, e.g. via ACPI.
/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c758 uint32_t detected = 0; in dce110_edp_wait_for_hpd_ready() local
760 dal_gpio_get_value(hpd, &detected); in dce110_edp_wait_for_hpd_ready()
762 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready()
/drivers/atm/
A DKconfig59 when an inconsistency is detected. This mechanism is faster than
/drivers/mtd/nand/raw/
A DKconfig556 are detected by Linux, they will not be recorded in the BBT, which
/drivers/clocksource/
A DKconfig377 core is detected.
/drivers/perf/
A Dxgene_pmu.c416 XGENE_PMU_EVENT_ATTR(vcc-droop-detected, 0x27),
/drivers/crypto/
A DKconfig170 modprobe if no protected execution environment is detected.

Completed in 69 milliseconds

12