Home
last modified time | relevance | path

Searched defs:chid (Results 1 – 25 of 34) sorted by relevance

12

/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv04.c65 u32 context, chid = chan->base.chid; in nv04_fifo_object_attach() local
197 u32 chid; in nv04_fifo_chan_fini() local
351 nv04_fifo_swmthd(struct nv04_fifo_priv *priv, u32 chid, u32 addr, u32 data) in nv04_fifo_swmthd()
404 struct nv04_fifo_priv *priv, u32 chid, u32 get) in nv04_fifo_cache_error()
450 u32 chid) in nv04_fifo_dma_pusher()
504 uint32_t chid, get; in nv04_fifo_intr() local
Dnvc0.c234 u32 chid = chan->base.chid; in nvc0_fifo_chan_init() local
252 u32 chid = chan->base.chid; in nvc0_fifo_chan_fini() local
462 nvc0_fifo_swmthd(struct nvc0_fifo_priv *priv, u32 chid, u32 mthd, u32 data) in nvc0_fifo_swmthd()
493 u32 chid = nv_rd32(priv, 0x040120 + (unit * 0x2000)) & 0x7f; in nvc0_fifo_isr_subfifo_intr() local
Dnve0.c275 u32 chid = chan->base.chid; in nve0_fifo_chan_init() local
295 u32 chid = chan->base.chid; in nve0_fifo_chan_fini() local
452 nve0_fifo_swmthd(struct nve0_fifo_priv *priv, u32 chid, u32 mthd, u32 data) in nve0_fifo_swmthd()
483 u32 chid = nv_rd32(priv, 0x040120 + (unit * 0x2000)) & 0xfff; in nve0_fifo_isr_subfifo_intr() local
Dnv50.c313 u32 chid = chan->base.chid; in nv50_fifo_chan_init() local
330 u32 chid = chan->base.chid; in nv50_fifo_chan_fini() local
Dbase.c154 nouveau_client_name_for_fifo_chid(struct nouveau_fifo *fifo, u32 chid) in nouveau_client_name_for_fifo_chid()
Dnv40.c75 u32 context, chid = chan->base.chid; in nv40_fifo_object_attach() local
Dnv84.c283 u32 chid = chan->base.chid; in nv84_fifo_chan_init() local
/drivers/gpu/drm/nouveau/core/core/
Dramht.c30 nouveau_ramht_hash(struct nouveau_ramht *ramht, int chid, u32 handle) in nouveau_ramht_hash()
45 nouveau_ramht_insert(struct nouveau_ramht *ramht, int chid, in nouveau_ramht_insert()
/drivers/gpu/drm/nouveau/core/engine/disp/
Dnv50.c50 struct nouveau_oclass *oclass, int chid, in nv50_disp_chan_create_()
107 u32 chid = chan->chid; in nv50_disp_dmac_object_attach() local
122 struct nouveau_oclass *oclass, u32 pushbuf, int chid, in nv50_disp_dmac_create_()
175 int chid = dmac->base.chid; in nv50_disp_dmac_init() local
208 int chid = dmac->base.chid; in nv50_disp_dmac_fini() local
407 struct nouveau_oclass *oclass, int chid, in nv50_disp_pioc_create_()
426 int chid = pioc->base.chid; in nv50_disp_pioc_init() local
455 int chid = pioc->base.chid; in nv50_disp_pioc_fini() local
760 int chid; in nv50_disp_intr_error() local
Dnvd0.c71 int chid = dmac->base.chid; in nvd0_disp_dmac_init() local
105 int chid = dmac->base.chid; in nvd0_disp_dmac_fini() local
303 struct nouveau_oclass *oclass, int chid, in nvd0_disp_pioc_create_()
322 int chid = pioc->base.chid; in nvd0_disp_pioc_init() local
349 int chid = pioc->base.chid; in nvd0_disp_pioc_fini() local
908 int chid = ffs(stat) - 1; in nvd0_disp_intr() local
Dnv50.h95 int chid; member
/drivers/gpu/drm/nouveau/core/engine/graph/
Dnv10.c401 int chid; member
614 int chid = nv_rd32(priv, 0x400148) >> 24; in nv10_graph_channel() local
869 nv10_graph_load_dma_vtxbuf(struct nv10_graph_chan *chan, int chid, u32 inst) in nv10_graph_load_dma_vtxbuf()
939 nv10_graph_load_context(struct nv10_graph_chan *chan, int chid) in nv10_graph_load_context()
991 int chid; in nv10_graph_context_switch() local
1164 u32 chid = (addr & 0x01f00000) >> 20; in nv10_graph_intr() local
Dnv04.c363 int chid; member
1046 int chid = nv_rd32(priv, NV04_PGRAPH_CTX_USER) >> 24; in nv04_graph_channel() local
1054 nv04_graph_load_context(struct nv04_graph_chan *chan, int chid) in nv04_graph_load_context()
1088 int chid; in nv04_graph_context_switch() local
1267 u32 chid = (addr & 0x0f000000) >> 24; in nv04_graph_intr() local
Dnv20.c130 int chid = -1; in nv20_graph_context_fini() local
207 u32 chid = (addr & 0x01f00000) >> 20; in nv20_graph_intr() local
Dnv20.h16 int chid; member
Dnve0.c276 nve0_graph_trap_isr(struct nvc0_graph_priv *priv, int chid, u64 inst, in nve0_graph_trap_isr()
365 int chid; in nve0_graph_intr() local
Dnv50.c544 int chid, u64 inst, struct nouveau_object *engctx) in nv50_graph_trap_handler()
769 int chid; in nv50_graph_intr() local
Dnv40.c311 int chid; in nv40_graph_intr() local
/drivers/usb/wusbcore/
Dwusbhc.c97 const struct wusb_ckhdid *chid; in wusb_chid_show() local
124 struct wusb_ckhdid chid; in wusb_chid_store() local
Dmmc.c264 int wusbhc_chid_set(struct wusbhc *wusbhc, const struct wusb_ckhdid *chid) in wusbhc_chid_set()
/drivers/gpu/drm/nouveau/core/include/engine/
Dfifo.h14 u16 chid; member
76 int (*chid)(struct nouveau_fifo *, struct nouveau_object *); member
/drivers/gpu/drm/nouveau/core/engine/crypt/
Dnv98.c98 int chid; in nv98_crypt_intr() local
Dnv84.c124 int chid; in nv84_crypt_intr() local
/drivers/gpu/drm/nouveau/core/engine/copy/
Dnva3.c96 int chid; in nva3_copy_intr() local
/drivers/gpu/drm/nouveau/core/engine/mpeg/
Dnv31.c211 int chid; in nv31_mpeg_intr() local

12