Lines Matching refs:cid
105 u32 cid, mdp5_smp_state_t *assigned);
139 u32 cid, int nblks) in smp_request_block() argument
142 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in smp_request_block()
147 reserved = smp->reserved[cid]; in smp_request_block()
279 u32 cid = pipe2client(pipe, i); in mdp5_smp_release() local
280 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in mdp5_smp_release()
304 u32 cid, mdp5_smp_state_t *assigned) in update_smp_state() argument
319 val |= MDP5_SMP_ALLOC_W_REG_CLIENT0(cid); in update_smp_state()
323 val |= MDP5_SMP_ALLOC_W_REG_CLIENT1(cid); in update_smp_state()
327 val |= MDP5_SMP_ALLOC_W_REG_CLIENT2(cid); in update_smp_state()
344 u32 cid = pipe2client(pipe, i); in mdp5_smp_configure() local
345 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in mdp5_smp_configure()
356 update_smp_state(smp, cid, &assigned); in mdp5_smp_configure()
368 u32 cid = pipe2client(pipe, i); in mdp5_smp_commit() local
369 struct mdp5_client_smp_state *ps = &smp->client_state[cid]; in mdp5_smp_commit()