Searched refs:psw (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv10_sw_new() argument 67 return nvkm_sw_new_(&nv10_sw, device, index, psw); in nv10_sw_new()
|
D | nv04.c | 135 nv04_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv04_sw_new() argument 137 return nvkm_sw_new_(&nv04_sw, device, index, psw); in nv04_sw_new()
|
D | base.c | 100 int index, struct nvkm_sw **psw) in nvkm_sw_new_() argument 104 if (!(sw = *psw = kzalloc(sizeof(*sw), GFP_KERNEL))) in nvkm_sw_new_()
|
D | gf100.c | 152 gf100_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in gf100_sw_new() argument 154 return nvkm_sw_new_(&gf100_sw, device, index, psw); in gf100_sw_new()
|
D | nv50.c | 145 nv50_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv50_sw_new() argument 147 return nvkm_sw_new_(&nv50_sw, device, index, psw); in nv50_sw_new()
|
/drivers/usb/host/ |
D | ohci-dbg.c | 299 u16 psw = ohci_hwPSW (ohci, td, i); in ohci_dump_td() local 300 int cc = (psw >> 12) & 0x0f; in ohci_dump_td() 302 psw, cc, in ohci_dump_td() 304 psw & 0x0fff); in ohci_dump_td()
|
/drivers/s390/char/ |
D | zcore.c | 519 memset(&map->psw, 0xff, sizeof(map->psw)); in set_lc_mask()
|