Searched +defs:ring +defs:o (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/msm/adreno/ |
| D | a5xx_gpu.c | 21 static void update_shadow_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_shadow_rptr() 33 void a5xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring, in a5xx_flush() 68 struct msm_ringbuffer *ring = submit->ring; in a5xx_submit_in_rb() local 128 struct msm_ringbuffer *ring = submit->ring; in a5xx_submit() local 469 struct msm_ringbuffer *ring = gpu->rb[0]; in a5xx_me_init() local 511 struct msm_ringbuffer *ring = gpu->rb[0]; in a5xx_preempt_start() local 1076 bool a5xx_idle(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a5xx_idle() 1226 struct msm_ringbuffer *ring = gpu->funcs->active_ring(gpu); in a5xx_fault_detect_irq() local 1636 u32 o = a5xx_hlsq_aperture_regs[i].regoffset; in a5xx_show() local 1676 static uint32_t a5xx_get_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a5xx_get_rptr()
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ring.h | 232 volatile uint32_t *ring; member 299 #define amdgpu_ring_emit_rreg(r, d, o) (r)->funcs->emit_rreg((r), (d), (o)) argument 306 #define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o)) argument 325 static inline void amdgpu_ring_set_preempt_cond_exec(struct amdgpu_ring *ring, in amdgpu_ring_set_preempt_cond_exec() 331 static inline void amdgpu_ring_clear_ring(struct amdgpu_ring *ring) in amdgpu_ring_clear_ring() 339 static inline void amdgpu_ring_write(struct amdgpu_ring *ring, uint32_t v) in amdgpu_ring_write() 348 static inline void amdgpu_ring_write_multiple(struct amdgpu_ring *ring, in amdgpu_ring_write_multiple() 379 #define amdgpu_mes_ctx_get_offs_gpu_addr(ring, offset) \ argument 383 #define amdgpu_mes_ctx_get_offs_cpu_addr(ring, offset) \ argument
|
| /Linux-v6.1/tools/virtio/ |
| D | virtio_test.c | 32 void *ring; member 348 int o; in main() local
|
| /Linux-v6.1/drivers/usb/host/ |
| D | u132-hcd.c | 149 struct u132_ring *ring; member 183 struct u132_ring ring[MAX_U132_RINGS]; member 297 static inline void u132_ring_put_kref(struct u132 *u132, struct u132_ring *ring) in u132_ring_put_kref() 302 static void u132_ring_requeue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_requeue_work() 313 static void u132_ring_queue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_queue_work() 320 static void u132_ring_cancel_work(struct u132 *u132, struct u132_ring *ring) in u132_ring_cancel_work() 336 struct u132_ring *ring = endp->ring; in u132_endp_delete() local 507 struct u132_ring *ring; in u132_hcd_giveback_urb() local 570 static inline int edset_input(struct u132 *u132, struct u132_ring *ring, in edset_input() 580 static inline int edset_setup(struct u132 *u132, struct u132_ring *ring, in edset_setup() [all …]
|
| /Linux-v6.1/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_ethtool.c | 274 int i, o = 0; in enetc_get_ethtool_stats() local 674 struct ethtool_ringparam *ring, in enetc_get_ringparam()
|
| /Linux-v6.1/drivers/gpu/drm/radeon/ |
| D | radeon.h | 380 unsigned ring; member 823 int ring; member 833 volatile uint32_t *ring; member 969 volatile uint32_t *ring; member 1082 u32 ring; member 1916 const struct radeon_asic_ring *ring[RADEON_NUM_RINGS]; member 2411 struct radeon_ring ring[RADEON_NUM_RINGS]; member 2715 static inline void radeon_ring_write(struct radeon_ring *ring, uint32_t v) in radeon_ring_write() 2780 #define radeon_set_surface_reg(rdev, r, f, p, o, s) ((rdev)->asic->surface.set_reg((rdev), (r), (f)… argument
|