uhidev.c | 679 * uhidev_write will fail gracefully (it checks sc->sc_opipe), 905 * Side effect: If uhidev_write was in progress for this scd, 935 * uhidev_write, and must wait for all uhidev_writes to return 939 * Suspend the pipe, but hold up uhidev_write from any report 985 * uhidev_write on the same report is possible, and wake anyone 1066 uhidev_write(struct uhidev *scd, void *data, int len) function in typeref:typename:usbd_status 1071 DPRINTF(("uhidev_write: data=%p, len=%d\n", data, len)); 1101 DPRINTF(("uhidev_write: data ="));
|