| /linux/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 142 * This functionality also can be controlled by the driver by enabling and 686 * enabling a CRTC. The atomic helpers already take care of that in 830 * enabling a CRTC. The atomic helpers already take care of that in 1177 drm_dbg_core(dev, "enabling vblank on crtc %u, ret: %d\n", in drm_vblank_enable() 1369 * Prevent subsequent drm_vblank_get() from re-enabling in drm_crtc_vblank_off() 1397 /* Will be reset by the modeset helpers when re-enabling the crtc by in drm_crtc_vblank_off() 1425 * Prevent subsequent drm_vblank_get() from enabling the vblank in drm_crtc_vblank_reset() 1521 * drm_crtc_vblank_off() again and is generally called when enabling @crtc. Note
|
| /linux/drivers/iio/adc/ |
| H A D | rohm-bd79124.c | 108 * The BD79124 does not allow disabling/enabling limit separately for 775 dev_warn(data->dev, "Low limit enabling failed for channel%d\n", in bd79124_re_enable_lo() 798 dev_warn(data->dev, "High limit enabling failed for channel%d\n", in bd79124_re_enable_hi() 900 * re-enabling the event later to prevent storm of in bd79124_event_handler()
|
| /linux/drivers/net/can/sja1000/ |
| H A D | ems_pci.c | 256 /* Enabling PCI device */ in ems_pci_add_card() 258 dev_err(&pdev->dev, "Enabling PCI device failed\n"); in ems_pci_add_card()
|
| /linux/Documentation/misc-devices/ |
| H A D | xilinx_sdfec.rst | 174 Enabling or disabling interrupts is done by using the ioctl :c:macro:`XSDFEC_SET_IRQ`. The members … 179 …C_GET_CONFIG` indicates the SD-FEC core is configured as TURBO then the enabling ECC errors is not…
|
| /linux/drivers/usb/gadget/ |
| H A D | Kconfig | 56 Avoid enabling these messages, even if you're actively 70 Avoid enabling these messages, even if you're actively
|
| /linux/drivers/pci/msi/ |
| H A D | api.c | 115 * pci_msix_can_alloc_dyn - Query whether dynamic allocation after enabling 132 * pci_msix_alloc_irq_at - Allocate an MSI-X interrupt after enabling MSI-X
|
| /linux/kernel/sched/ |
| H A D | idle.c | 158 * care of re-enabling the local interrupts in call_cpuidle() 180 * case, exit the function after re-enabling the local IRQ. in cpuidle_idle_call()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | hw_irq.h | 257 * To support disabling and enabling of irq with PMI, set of 381 * Do the hard enabling, only call this if should_hard_irq_enable is true.
|
| /linux/arch/riscv/kernel/ |
| H A D | process.c | 320 * Do not allow the enabling of the tagged address ABI if globally in set_tagged_addr_ctrl() 384 * only prevents the tagged address ABI enabling via prctl() and does not
|
| /linux/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 176 # Run when re-enabling a disabled farm, but not when disabling it 204 # Run when re-enabling a disabled farm, but not when disabling it
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | imx-uapi.rst | 15 This subdev can generate the following event when enabling the second
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_pfvf.c | 71 * are not in vf_mask and were not already disabled. Re-enabling will in adf_gen4_disable_pending_vf2pf_interrupts()
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | run_manual.rst | 26 tests can also be built by enabling their config options in our
|
| /linux/tools/perf/util/ |
| H A D | sideband_evlist.c | 21 pr_warning("enabling sample_id_all for all side band events\n"); in evlist__add_sb_event()
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 23 Checking that host ptys support SIGIO on close...No, enabling workaround
|
| /linux/Documentation/arch/arm/ |
| H A D | uefi.rst | 23 For actually enabling [U]EFI support, enable:
|
| /linux/drivers/regulator/ |
| H A D | sy8106a-regulator.c | 35 /* Enabling/disabling the regulator is not yet implemented */
|
| /linux/include/drm/ |
| H A D | drm_cache.h | 63 * case. However, on ARM and arm64, enabling this optimization on a in drm_arch_can_wc_memory()
|
| /linux/arch/m68k/emu/ |
| H A D | nfcon.c | 113 * of enabling consoles, it must be explicitly enabled. in nf_debug_setup()
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 161 * * Enabling lower priority signals requires higher priority signals be 192 * participates, for the purpose of enabling the Other function. This is done 372 * For ball E19, we have multiple functions enabling a single signal, LPCRST#. 471 * A struct capturing the list of expressions enabling signals at each priority 590 * the signal for a group multiple times) whilst enabling multiple pin groups
|
| /linux/sound/soc/qcom/ |
| H A D | lpass-cpu.c | 91 dev_err(dai->dev, "error in enabling mi2s osr clk: %d\n", ret); in lpass_cpu_daiops_startup() 96 dev_err(dai->dev, "error in enabling mi2s bit clk: %d\n", ret); in lpass_cpu_daiops_startup() 336 dev_err(dai->dev, "error in enabling mi2s bit clk: %d\n", ret); in lpass_cpu_daiops_trigger() 392 * Check mi2s_was_prepared before enabling BCLK as lpass_cpu_daiops_prepare can in lpass_cpu_daiops_prepare() 399 dev_err(dai->dev, "error in enabling mi2s bit clk: %d\n", ret); in lpass_cpu_daiops_prepare()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | gadget.rst | 107 enabling and configuring endpoints 180 involves enabling one or more of the struct usb_ep objects exposed by 268 That involves using a list of the hardware's endpoints, enabling each
|
| /linux/Documentation/sound/cards/ |
| H A D | audiophile-usb.rst | 78 * Apart from recording an audio digital stream, enabling the Di port is a way 83 - Enabling Di when no digital source is connected can result in a 541 Enabling multiple Audiophile USB interfaces for Jackd will certainly require:
|
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 158 Note that enabling this parameter makes Hardware Tag-Based KASAN skip checks 286 Enabling CONFIG_KASAN_EXTRA_INFO allows KASAN to record and report more 398 Note that enabling CONFIG_KASAN_HW_TAGS always results in in-kernel TBI being
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nuvoton,wpcm450-pinctrl.yaml | 101 A list of pins to configure in certain ways, such as enabling
|