Home
last modified time | relevance | path

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

/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()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2516 struct msm_perfcntr_group_state *group_state = in a6xx_perfcntr_configure() local
2534 unsigned nr = group_state->allocated_counters; in a6xx_perfcntr_configure()
2536 group_state->countables, nr, &reglist); in a6xx_perfcntr_configure()
2543 group_state->countables, nr, &reglist); in a6xx_perfcntr_configure()