Home
last modified time | relevance | path

Searched refs:state_a (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/fpga/
H A Ddfl-n3000-nios.c298 unsigned int val, state_a, state_b; in n3000_nios_init_done_check() local
374 ret2 = regmap_read(nn->regmap, N3000_NIOS_PKVL_A_MODE_STS, &state_a); in n3000_nios_init_done_check()
388 if (IS_MODE_STATUS_OK(state_a) && IS_MODE_STATUS_OK(state_b)) in n3000_nios_init_done_check()
402 dev_err(nn->dev, "PKVL_A_MODE_STS 0x%x\n", state_a); in n3000_nios_init_done_check()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h457 bool resource_is_pipe_topology_changed(const struct dc_state *state_a,
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2237 bool resource_is_pipe_topology_changed(const struct dc_state *state_a, in resource_is_pipe_topology_changed() argument
2243 if (state_a->stream_count != state_b->stream_count) in resource_is_pipe_topology_changed()
2247 pipe_a = &state_a->res_ctx.pipe_ctx[i]; in resource_is_pipe_topology_changed()