Searched full:decoupled (Results 1 – 25 of 32) sorted by relevance
12
/linux-5.10/sound/hda/ext/ |
D | hdac_ext_stream.c | 56 stream->decoupled = false; in snd_hdac_ext_stream_init() 130 stream->decoupled = decouple; in snd_hdac_ext_stream_decouple() 262 /* check if decoupled stream and not in use is available */ in hdac_ext_link_stream_assign() 263 if (hstream->decoupled && !hstream->link_locked) { in hdac_ext_link_stream_assign() 303 if (!hstream->decoupled) in hdac_ext_host_stream_assign() 330 * host: Looks for an unused decoupled host stream 331 * link: Looks for an unused decoupled link stream 335 * decoupled, it becomes a host stream and link stream. 381 if (stream->decoupled && !stream->link_locked) in snd_hdac_ext_stream_release() 387 if (stream->decoupled && !stream->hstream.opened) in snd_hdac_ext_stream_release()
|
/linux-5.10/include/sound/ |
D | hdaudio_ext.h | 51 * @decoupled: stream host and link is decoupled 69 bool decoupled:1; member
|
/linux-5.10/arch/arm/mach-ux500/ |
D | pm.c | 79 * makes sense if the gic has been decoupled before with the 128 * makes sense only if the gic is decoupled with the db8500_prcmu_gic_decouple 196 * On watchdog reboot the GIC is in some cases decoupled. in ux500_pm_init()
|
/linux-5.10/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 54 * The force_array structure shows the layout for the decoupled and 399 * Decoupled and filtered data is scaled so that +/- 16384 is equal 414 * the sensor data to obtain the decoupled data. The offsets are set a 419 * decoupled data to zero, add these values to the current decoupled 445 * Filter0 is the decoupled, unfiltered data from the JR3 sensor. 448 * These force_arrays hold the filtered data. The decoupled data is
|
/linux-5.10/arch/mips/pci/ |
D | pci-rc32434.c | 136 /* Zero out the PCI decoupled registers */ in rc32434_pcibridge_init() 138 * disable PCI decoupled accesses at in rc32434_pcibridge_init()
|
/linux-5.10/Documentation/devicetree/bindings/powerpc/ |
D | sleep.yaml | 14 states that are decoupled from the devices' own register blocks. Sometimes,
|
/linux-5.10/drivers/cpuidle/ |
D | cpuidle-ux500.c | 46 /* At this state, as the gic is decoupled, if the other in ux500_enter_idle()
|
/linux-5.10/arch/mips/include/asm/mach-rc32434/ |
D | pci.h | 246 * PCI Decoupled Access Control Register 251 * PCI Decoupled Access Status Register
|
/linux-5.10/sound/soc/sof/intel/ |
D | hda-dai.c | 106 * Decouple host and link DMA. The decoupled flag in hda_link_stream_assign() 109 if (!res->decoupled) in hda_link_stream_assign()
|
D | hda-stream.c | 542 * enable decoupled mode in hda_dsp_stream_hw_params()
|
/linux-5.10/Documentation/scheduler/ |
D | sched-nice-design.rst | 91 enough), the scheduler was decoupled from 'time slice' and HZ concepts
|
/linux-5.10/kernel/ |
D | async.c | 16 decoupled and not strictly serialized.
|
/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | ethernet-driver.rst | 129 DPNIs are decoupled from PHYs; a DPNI can be connected to a PHY through a DPMAC
|
/linux-5.10/arch/sh/include/asm/ |
D | pgtable_32.h | 358 * individually toggled (and user permissions are entirely decoupled from
|
/linux-5.10/include/linux/ |
D | kernfs.h | 3 * kernfs.h - pseudo filesystem decoupled from vfs locking
|
/linux-5.10/Documentation/sound/cards/ |
D | audigy-mixer.rst | 330 Audio Effects Processor having Decoupled Instruction
|
D | sb-live-mixer.rst | 335 Audio Effects Processor having Decoupled Instruction
|
/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | core.h | 130 /* Firmware supports sched scan decoupled from host sleep */
|
/linux-5.10/drivers/tty/serial/ |
D | arc_uart.c | 8 * -Decoupled the driver from arch/arc
|
/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_internal.h | 818 * Remove it when the Host and the SP is decoupled.
|
/linux-5.10/arch/powerpc/kernel/ |
D | dt_cpu_ftrs.c | 539 * to be decoupled if EBB becomes more generic. For now, follow in feat_enable_ebb()
|
/linux-5.10/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 447 * doing this, but since we've decoupled the encoder in drm_crtc_helper_disable()
|
D | drm_mm.c | 886 /* During drm_mm_scan_add_block() we decoupled this node leaving in drm_mm_scan_remove_block()
|
/linux-5.10/lib/ |
D | scatterlist.c | 157 * allocation not to become decoupled (and thus a in sg_kmalloc()
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_active.c | 930 * decoupled it from the rbtree, we can reuse the in i915_active_acquire_preallocate_barrier()
|
12