Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1497 nv50_mstm_del(struct nv50_mstm **pmstm) in nv50_mstm_del() argument
1499 struct nv50_mstm *mstm = *pmstm; in nv50_mstm_del()
1502 kfree(*pmstm); in nv50_mstm_del()
1503 *pmstm = NULL; in nv50_mstm_del()
1509 int conn_base_id, struct nv50_mstm **pmstm) in nv50_mstm_new() argument
1516 if (!(mstm = *pmstm = kzalloc(sizeof(*mstm), GFP_KERNEL))) in nv50_mstm_new()