Searched refs:tracebuf_ctrl (Results 1 – 2 of 2) sorted by relevance
22 struct rogue_fwif_tracebuf *tracebuf_ctrl = cpu_ptr; in tracebuf_ctrl_init() local26 tracebuf_ctrl->tracebuf_size_in_dwords = ROGUE_FW_TRACE_BUF_DEFAULT_SIZE_IN_DWORDS; in tracebuf_ctrl_init()27 tracebuf_ctrl->tracebuf_flags = 0; in tracebuf_ctrl_init()30 tracebuf_ctrl->log_type = fw_trace->group_mask | ROGUE_FWIF_LOG_TYPE_TRACE; in tracebuf_ctrl_init()32 tracebuf_ctrl->log_type = ROGUE_FWIF_LOG_TYPE_NONE; in tracebuf_ctrl_init()36 &tracebuf_ctrl->tracebuf[thread_nr]; in tracebuf_ctrl_init()75 fw_trace->tracebuf_ctrl = in pvr_fw_trace_init()77 sizeof(*fw_trace->tracebuf_ctrl), in pvr_fw_trace_init()82 if (IS_ERR(fw_trace->tracebuf_ctrl)) { in pvr_fw_trace_init()84 err = PTR_ERR(fw_trace->tracebuf_ctrl); in pvr_fw_trace_init()[all …]
53 struct rogue_fwif_tracebuf *tracebuf_ctrl; member