SUBMIT
ETHOSU_IOCTL(SUBMIT, submit, 0),
ROCKET_IOCTL(SUBMIT, submit),
PANFROST_IOCTL(SUBMIT, submit, DRM_RENDER_ALLOW),
snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, NULL, 0);
snoop_urb(dev, NULL, pipe, wLength, tmo, SUBMIT, tbuf, wLength);
snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0);
snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1);
as->urb->transfer_buffer_length, 0, SUBMIT,
if (when == SUBMIT)
if (when == SUBMIT)
DRM_IOCTL_ASAHI_SUBMIT = DRM_IOCTL_ASAHI(W, SUBMIT, submit),
DRM_IOCTL_ETHOSU(WR, SUBMIT, submit),