Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_nv04.c72 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv04_disp_new() argument
76 ret = nvkm_disp_new_(&nv04_disp, device, index, pdisp); in nv04_disp_new()
81 ret = nv04_head_new(*pdisp, i); in nv04_disp_new()
H A Dnouveau_nvkm_engine_disp_gp100.c48 gp100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp100_disp_new() argument
50 return nv50_disp_new_(&gp100_disp, device, index, pdisp); in gp100_disp_new()
H A Dnouveau_nvkm_engine_disp_gk104.c49 gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk104_disp_new() argument
51 return nv50_disp_new_(&gk104_disp, device, index, pdisp); in gk104_disp_new()
H A Dnouveau_nvkm_engine_disp_gm200.c49 gm200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm200_disp_new() argument
51 return nv50_disp_new_(&gm200_disp, device, index, pdisp); in gm200_disp_new()
H A Dnouveau_nvkm_engine_disp_gk110.c49 gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk110_disp_new() argument
51 return nv50_disp_new_(&gk110_disp, device, index, pdisp); in gk110_disp_new()
H A Dnouveau_nvkm_engine_disp_gm107.c49 gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm107_disp_new() argument
51 return nv50_disp_new_(&gm107_disp, device, index, pdisp); in gm107_disp_new()
H A Dnouveau_nvkm_engine_disp_mcp77.c47 mcp77_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp77_disp_new() argument
49 return nv50_disp_new_(&mcp77_disp, device, index, pdisp); in mcp77_disp_new()
H A Dnouveau_nvkm_engine_disp_g94.c49 g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g94_disp_new() argument
51 return nv50_disp_new_(&g94_disp, device, index, pdisp); in g94_disp_new()
H A Dnouveau_nvkm_engine_disp_gt215.c49 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt215_disp_new() argument
51 return nv50_disp_new_(&gt215_disp, device, index, pdisp); in gt215_disp_new()
H A Dnouveau_nvkm_engine_disp_mcp89.c47 mcp89_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp89_disp_new() argument
49 return nv50_disp_new_(&mcp89_disp, device, index, pdisp); in mcp89_disp_new()
H A Dnouveau_nvkm_engine_disp_g84.c49 g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g84_disp_new() argument
51 return nv50_disp_new_(&g84_disp, device, index, pdisp); in g84_disp_new()
H A Dnouveau_nvkm_engine_disp_gt200.c49 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt200_disp_new() argument
51 return nv50_disp_new_(&gt200_disp, device, index, pdisp); in gt200_disp_new()
H A Dnouveau_nvkm_engine_disp_gp102.c75 gp102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp102_disp_new() argument
77 return nv50_disp_new_(&gp102_disp, device, index, pdisp); in gp102_disp_new()
H A Dnouveau_nvkm_engine_disp_tu102.c154 tu102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in tu102_disp_new() argument
156 return nv50_disp_new_(&tu102_disp, device, index, pdisp); in tu102_disp_new()
H A Dnouveau_nvkm_engine_disp_base.c493 int index, struct nvkm_disp **pdisp) in nvkm_disp_new_() argument
495 if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL))) in nvkm_disp_new_()
497 return nvkm_disp_ctor(func, device, index, *pdisp); in nvkm_disp_new_()
H A Dnouveau_nvkm_engine_disp_gf119.c274 gf119_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gf119_disp_new() argument
276 return nv50_disp_new_(&gf119_disp, device, index, pdisp); in gf119_disp_new()
H A Dnouveau_nvkm_engine_disp_nv50.c162 int index, struct nvkm_disp **pdisp) in nv50_disp_new_() argument
170 *pdisp = &disp->base; in nv50_disp_new_()
777 nv50_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv50_disp_new() argument
779 return nv50_disp_new_(&nv50_disp, device, index, pdisp); in nv50_disp_new()
H A Dnouveau_nvkm_engine_disp_gv100.c449 gv100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gv100_disp_new() argument
451 return nv50_disp_new_(&gv100_disp, device, index, pdisp); in gv100_disp_new()
/netbsd/sys/dev/iscsi/
H A Discsi_send.c330 pdu_disp_t pdisp; in iscsi_send_thread() local
358 pdisp = pdu->pdu_disp; in iscsi_send_thread()
359 if (pdisp > PDUDISP_FREE) in iscsi_send_thread()
362 if (pdisp <= PDUDISP_FREE) in iscsi_send_thread()
478 send_pdu(ccb_t *ccb, pdu_t *pdu, ccb_disp_t cdisp, pdu_disp_t pdisp) in send_pdu() argument
491 pdu->pdu_disp = pdisp; in send_pdu()
499 if (pdisp == PDUDISP_WAIT) { in send_pdu()
H A Discsi_utils.c504 pdu_disp_t pdisp; in free_pdu() local
510 if (PDUDISP_UNUSED == (pdisp = pdu->pdu_disp)) { in free_pdu()