d71_pipeline
struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline);
struct d71_pipeline *pipe;
static void d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf)
static void d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf)
struct d71_pipeline *d71_pipe = to_d71_pipeline(pipe);
static u64 get_dou_event(struct d71_pipeline *d71_pipeline)
u32 __iomem *reg = d71_pipeline->dou_addr;
static u64 get_lpu_event(struct d71_pipeline *d71_pipeline)
u32 __iomem *reg = d71_pipeline->lpu_addr;
static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status)
evts |= get_lpu_event(d71_pipeline);
evts |= get_cu_event(d71_pipeline);
evts |= get_dou_event(d71_pipeline);
struct d71_pipeline *pipe;
struct d71_pipeline *pipe;
struct d71_pipeline *pipe = d71->pipes[master_pipe];
pipe = komeda_pipeline_add(mdev, sizeof(struct d71_pipeline),
static u64 get_cu_event(struct d71_pipeline *d71_pipeline)
u32 __iomem *reg = d71_pipeline->cu_addr;
struct d71_pipeline *pipes[D71_MAX_PIPELINE];
#define to_d71_pipeline(x) container_of(x, struct d71_pipeline, base)