Searched refs:ustatus (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | nv50.c | 271 if (ustatus) { in nv50_gr_prop_trap() 343 if (!ustatus) in nv50_gr_tp_trap() 353 if (ustatus) { in nv50_gr_tp_trap() 359 ustatus = 0; in nv50_gr_tp_trap() 373 ustatus = 0; in nv50_gr_tp_trap() 380 ustatus = 0; in nv50_gr_tp_trap() 383 if (ustatus) { in nv50_gr_tp_trap() 401 u32 ustatus; in nv50_gr_trap_handler() local 491 ustatus, msg); in nv50_gr_trap_handler() 514 ustatus, msg); in nv50_gr_trap_handler() [all …]
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | syscalls.c | 36 __u32 __user *ustatus) in do_spu_run() argument 57 if (ustatus && put_user(status, ustatus)) in do_spu_run()
|
| /linux-6.15/arch/powerpc/platforms/cell/ |
| H A D | spu_syscalls.c | 78 SYSCALL_DEFINE3(spu_run,int, fd, __u32 __user *, unpc, __u32 __user *, ustatus) in SYSCALL_DEFINE3() argument 88 return calls->spu_run(fd_file(arg), unpc, ustatus); in SYSCALL_DEFINE3()
|
| /linux-6.15/sound/usb/ |
| H A D | fcp.c | 934 int ustatus = urb->status; in fcp_notify() local 937 if (ustatus != 0 || len != 8) in fcp_notify() 959 if (ustatus != -ENOENT && in fcp_notify() 960 ustatus != -ECONNRESET && in fcp_notify() 961 ustatus != -ESHUTDOWN) { in fcp_notify()
|
| H A D | mixer.c | 3480 int ustatus = urb->status; in snd_usb_mixer_interrupt() local 3482 if (ustatus != 0) in snd_usb_mixer_interrupt() 3523 if (ustatus != -ENOENT && in snd_usb_mixer_interrupt() 3524 ustatus != -ECONNRESET && in snd_usb_mixer_interrupt() 3525 ustatus != -ESHUTDOWN) { in snd_usb_mixer_interrupt()
|
| H A D | mixer_scarlett2.c | 8444 int ustatus = urb->status; in scarlett2_notify() local 8450 if (ustatus != 0 || len != 8) in scarlett2_notify() 8476 if (ustatus != -ENOENT && in scarlett2_notify() 8477 ustatus != -ECONNRESET && in scarlett2_notify() 8478 ustatus != -ESHUTDOWN) { in scarlett2_notify()
|
| /linux-6.15/include/video/ |
| H A D | newport.h | 282 npireg_t ustatus; member
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | spu.h | 219 __u32 __user *ustatus);
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1109 SYSCALL_DEFINE4(osf_wait4, pid_t, pid, int __user *, ustatus, int, options, in SYSCALL_DEFINE4() argument 1113 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 1012 __u32 __user *ustatus);
|