| /drivers/clk/sophgo/ |
| A D | clk-cv18xx-pll.c | 55 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 D | daisy.c | 106 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 D | udl_main.c | 79 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 D | hdmi_hpd.c | 136 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 D | tvp7002.c | 760 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 D | i2c-core-base.c | 1316 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 D | tw5864-video.c | 1302 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 D | Kconfig | 91 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 D | utils.c | 905 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 D | rx.c | 243 mdata->uapsd_nonagg_detect.detected || in iwl_mvm_rx_handle_tcm()
|
| A D | mvm.h | 760 bool detected; member
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | msm-sm8350-hdk-skips.txt | 91 # [ 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 D | Kconfig | 133 It can be used to timestamp events (falling/rising edges) detected
|
| /drivers/w1/slaves/ |
| A D | Kconfig | 161 For each DS28E17 detected, a new I2C adapter is created within the
|
| /drivers/usb/core/ |
| A D | Kconfig | 38 When a new USB device is detected, the kernel tries very hard
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig | 95 This option enables capturing the GPU state when a hang is detected.
|
| /drivers/edac/ |
| A D | Kconfig | 56 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 D | imx95.rst | 924 | |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 D | Kconfig | 112 client devices that cannot be detected automatically, e.g. via ACPI.
|
| /drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| A D | dce110_hwseq.c | 758 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 D | Kconfig | 59 when an inconsistency is detected. This mechanism is faster than
|
| /drivers/mtd/nand/raw/ |
| A D | Kconfig | 556 are detected by Linux, they will not be recorded in the BBT, which
|
| /drivers/clocksource/ |
| A D | Kconfig | 377 core is detected.
|
| /drivers/perf/ |
| A D | xgene_pmu.c | 416 XGENE_PMU_EVENT_ATTR(vcc-droop-detected, 0x27),
|
| /drivers/crypto/ |
| A D | Kconfig | 170 modprobe if no protected execution environment is detected.
|