Searched refs:object_attach (Results 1 – 9 of 9) sorted by relevance
124 if (nv_parent(parent)->object_attach) { in nvkm_handle_create()125 ret = nv_parent(parent)->object_attach(parent, object, _handle); in nvkm_handle_create()
21 int (*object_attach)(struct nvkm_object *parent, member
84 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv10_fifo_chan_ctor()
91 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv17_fifo_chan_ctor()
211 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_dma()286 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_ind()
223 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_dma()286 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_ind()
210 nv_parent(chan)->object_attach = nv40_fifo_object_attach; in nv40_fifo_chan_ctor()
141 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv04_fifo_chan_ctor()
76 nv_parent(chan)->object_attach = impl->attach; in nv50_disp_chan_create_()