Home
last modified time | relevance | path

Searched refs:group_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1387 tunnel, group_state); in add_tunnel_state()
1393 tunnel_state->group_state = group_state; in add_tunnel_state()
1425 kfree(group_state); in free_group_state()
1460 group_state = kzalloc(sizeof(*group_state), GFP_KERNEL); in tunnel_group_duplicate_state()
1461 if (!group_state) in tunnel_group_duplicate_state()
1486 return &group_state->base; in tunnel_group_duplicate_state()
1522 if (IS_ERR(group_state)) in drm_dp_tunnel_atomic_get_state()
1585 group_state = kzalloc(sizeof(*group_state), GFP_KERNEL); in init_group()
1586 if (!group_state) in init_group()
1786 if (IS_ERR(group_state)) in drm_dp_tunnel_atomic_get_group_streams_in_state()
[all …]
/linux-6.15/sound/pci/mixart/
H A Dmixart.c61 struct mixart_group_state_req group_state; in mixart_set_pipe_state() local
99 memset(&group_state, 0, sizeof(group_state)); in mixart_set_pipe_state()
100 group_state.pipe_count = 1; in mixart_set_pipe_state()
101 group_state.pipe_uid = pipe->group_uid; in mixart_set_pipe_state()
109 request.data = &group_state; in mixart_set_pipe_state()
110 request.size = sizeof(group_state); in mixart_set_pipe_state()
123 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */ in mixart_set_pipe_state()