HomeSort by: relevance | last modified time | path
    Searched defs:vce (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
smu10_hwmgr.h 113 uint32_t vce : 1; member in struct:pp_disable_nbpslo_flags::__anon67c21e05010a::__anon67c21e050208
smu8_hwmgr.h 136 uint32_t vce : 1; member in struct:pp_disable_nb_ps_flags::__anonaf84f57c010a::__anonaf84f57c0208
  /src/sys/dev/hyperv/
vmbus.c 2199 struct vmbus_chev *vce; local in function:vmbus_chevq_enqueue
2201 vce = kmem_intr_alloc(sizeof(*vce), KM_NOSLEEP);
2202 if (vce == NULL) {
2207 vce->vce_type = type;
2208 vce->vce_arg = arg;
2211 SIMPLEQ_INSERT_TAIL(&sc->sc_chevq, vce, vce_entry);
2220 struct vmbus_chev *vce; local in function:vmbus_process_chevq
2227 vce = SIMPLEQ_FIRST(&sc->sc_chevq);
2231 switch (vce->vce_type)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 909 /* vce */
910 struct amdgpu_vce vce; member in struct:amdgpu_device
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1387 /* VCE clocks */
1571 /* vce clocks */
1593 /* vce requirements */
1754 * VCE
2448 struct radeon_vce vce; member in struct:radeon_device
2468 const struct firmware *vce_fw; /* VCE firmware */

Completed in 19 milliseconds