Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c156 struct drm_dp_tunnel_group_state *group_state; member
1380 add_tunnel_state(struct drm_dp_tunnel_group_state *group_state, in add_tunnel_state() argument
1387 tunnel, group_state); in add_tunnel_state()
1393 tunnel_state->group_state = group_state; in add_tunnel_state()
1398 list_add(&tunnel_state->node, &group_state->tunnel_states); in add_tunnel_state()
1417 static void free_group_state(struct drm_dp_tunnel_group_state *group_state) in free_group_state() argument
1422 for_each_tunnel_state_safe(group_state, tunnel_state, tunnel_state_tmp) in free_group_state()
1425 kfree(group_state); in free_group_state()
1429 get_tunnel_state(struct drm_dp_tunnel_group_state *group_state, in get_tunnel_state() argument
1434 for_each_tunnel_state(group_state, tunnel_state) in get_tunnel_state()
[all …]
/linux/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()