| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_lvds.c | 61 struct intel_pps_delays delays; member 167 pps->delays.power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, val); in intel_lvds_pps_get_hw_state() 168 pps->delays.backlight_on = REG_FIELD_GET(PANEL_LIGHT_ON_DELAY_MASK, val); in intel_lvds_pps_get_hw_state() 171 pps->delays.power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val); in intel_lvds_pps_get_hw_state() 172 pps->delays.backlight_off = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state() 185 pps->delays.power_cycle = val * 1000; in intel_lvds_pps_get_hw_state() 188 pps->delays.power_up == 0 && in intel_lvds_pps_get_hw_state() 189 pps->delays.backlight_on == 0 && in intel_lvds_pps_get_hw_state() 190 pps->delays.power_down == 0 && in intel_lvds_pps_get_hw_state() 191 pps->delays.backlight_off == 0) { in intel_lvds_pps_get_hw_state() [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given. 40 hisilicon,phy-reset-delays-us = <10000 20000 20000>;
|
| H A D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given. 55 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | R+poonceonces.litmus | 8 * store propagation delays.
|
| H A D | R+fencembonceonces.litmus | 8 * propagation delays. Note that weakening either of the barriers would
|
| /linux/tools/perf/util/ |
| H A D | bpf_lock_contention.c | 277 con->delays[i].sym, in lock_contention_prepare() 281 con->delays[i].sym); in lock_contention_prepare() 285 con->delays[i].addr = map__unmap_ip(kmap, sym->start); in lock_contention_prepare() 386 bpf_map_update_elem(fd, &con->delays[i].addr, &con->delays[i].time, BPF_ANY); in lock_contention_prepare()
|
| H A D | lock-contention.h | 149 struct lock_delay *delays; member
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_functions.c | 1222 struct sdca_pde_delay *delays; in find_sdca_entity_pde() local 1253 delays = devm_kcalloc(dev, num_delays, sizeof(*delays), GFP_KERNEL); in find_sdca_entity_pde() 1254 if (!delays) in find_sdca_entity_pde() 1258 delays[i].from_ps = delay_list[j++]; in find_sdca_entity_pde() 1259 delays[i].to_ps = delay_list[j++]; in find_sdca_entity_pde() 1260 delays[i].us = delay_list[j++]; in find_sdca_entity_pde() 1263 delays[i].from_ps, delays[i].to_ps, delays[i].us); in find_sdca_entity_pde() 1267 power->max_delay = delays; in find_sdca_entity_pde()
|
| /linux/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 41 - Can cause delays in the execution of the code (beneficial to confirm whether 47 - Can cause delays in the execution of the code (which can cause issues to be 60 delays into the code execution, causing issues to be flaky or hidden.)
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qcs404-evb-4000.dts | 22 snps,reset-delays-us = <0 10000 10000>;
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 65 static struct lock_delay *delays; variable 2007 .delays = delays, in __cmd_contention() 2552 tmp = realloc(delays, (nr_delays + 1) * sizeof(*delays)); in add_lock_delay() 2557 delays = tmp; in add_lock_delay() 2559 delays[nr_delays].sym = strdup(at + 1); in add_lock_delay() 2560 if (delays[nr_delays].sym == NULL) { in add_lock_delay() 2564 delays[nr_delays].time = duration; in add_lock_delay() 2668 "Inject delays t in cmd_lock() [all...] |
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-engicam-common.dtsi | 85 snps,reset-delays-us = <0 50000 50000>;
|
| H A D | rk3399-ficus.dts | 89 snps,reset-delays-us = <0 10000 50000>;
|
| H A D | rk3568-nanopi-r5s.dts | 91 snps,reset-delays-us = <0 15000 50000>;
|
| H A D | px30-firefly-jd4-core-mb.dts | 104 snps,reset-delays-us = <0 50000 50000>;
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | fsl-upm-nand.txt | 17 - fsl,upm-wait-flags : add chip-dependent short delays after running the
|
| /linux/Documentation/watchdog/ |
| H A D | wdt.rst | 14 to within a timeout or the machine will reboot. Each write delays the reboot
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stih418-b2264.dts | 113 snps,reset-delays-us = <0 10000 1000000>;
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-lock.txt | 221 Add delays to the given lock. It's added to the contention-end part so 227 units are "ms", "us" and "ns". Currently it accepts up to 10ms of delays
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 99 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | cu1000-neo.dts | 165 snps,reset-delays-us = <0 10000 30000>;
|
| H A D | cu1830-neo.dts | 168 snps,reset-delays-us = <0 10000 30000>;
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | firmware_cache.rst | 9 the root filesystem for firmware delays user experience with device
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | cpuid.rst | 47 KVM_FEATURE_NOP_IO_DELAY 1 not necessary to perform delays
|
| /linux/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_cyclone5_vining_fpga.dts | 87 snps,reset-delays-us = <10000 10000 10000>;
|