Symbol: dmub_rb
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
418
struct dmub_rb rb;
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
618
struct dmub_rb outbox1_rb;
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
620
struct dmub_rb outbox0_rb;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7837
static inline bool dmub_rb_empty(struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7848
static inline uint32_t dmub_rb_num_outstanding(struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7866
static inline uint32_t dmub_rb_num_free(struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7888
static inline bool dmub_rb_full(struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7909
static inline bool dmub_rb_push_front(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7942
static inline bool dmub_rb_out_push_front(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7972
static inline bool dmub_rb_front(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
7992
static inline void dmub_rb_get_rptr_with_offset(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8014
static inline bool dmub_rb_peek_offset(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8036
static inline bool dmub_rb_out_front(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8060
static inline bool dmub_rb_pop_front(struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8084
static inline void dmub_rb_flush_pending(const struct dmub_rb *rb)
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8111
static inline void dmub_rb_init(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
8126
static inline void dmub_rb_get_return_data(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
1226
static inline bool dmub_rb_out_trace_buffer_front(struct dmub_rb *rb,
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
961
struct dmub_rb flush_rb;