Searched refs:status_state (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1503 csg_slot->idle = csg_iface->output->status_state & CSG_STATUS_STATE_IS_IDLE;
H A Dpanthor_fw.h189 u32 status_state; member in struct:panthor_fw_csg_output_iface
/linux-master/drivers/of/
H A Ddynamic.c109 int is_status, status_state, old_status_state, prev_state, new_state; local
130 status_state = -1;
137 status_state = !strcmp(prop->value, "okay") ||
148 new_state = status_state != 0;
152 prev_state = status_state != 0;
159 new_state = status_state;
164 prev_state = status_state;
172 new_state = status_state != 0;

Completed in 155 milliseconds