Searched refs:psw (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv10_sw_new() argument 67 return nvkm_sw_new_(&nv10_sw, device, type, inst, psw); in nv10_sw_new()
|
D | nv04.c | 136 nv04_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv04_sw_new() argument 138 return nvkm_sw_new_(&nv04_sw, device, type, inst, psw); in nv04_sw_new()
|
D | base.c | 99 enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nvkm_sw_new_() argument 103 if (!(sw = *psw = kzalloc(sizeof(*sw), GFP_KERNEL))) in nvkm_sw_new_()
|
D | nv50.c | 139 nv50_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv50_sw_new() argument 141 return nvkm_sw_new_(&nv50_sw, device, type, inst, psw); in nv50_sw_new()
|
D | gf100.c | 144 gf100_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in gf100_sw_new() argument 146 return nvkm_sw_new_(&gf100_sw, device, type, inst, psw); in gf100_sw_new()
|
/drivers/usb/host/ |
D | ohci-dbg.c | 300 u16 psw = ohci_hwPSW (ohci, td, i); in ohci_dump_td() local 301 int cc = (psw >> 12) & 0x0f; in ohci_dump_td() 303 psw, cc, in ohci_dump_td() 305 psw & 0x0fff); in ohci_dump_td()
|