Searched refs:outhead (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/crypto/vmx/ |
A D | aesp8-ppc.pl | 190 lvx $outhead,0,$out 205 vmr $outhead,$outtail 225 vmr $outhead,$outtail 242 vmr $outhead,$outtail 255 vmr $outhead,$outtail 569 lvx $outhead,0,$out 616 vmr $outhead,$tmp 665 vmr $outhead,$tmp 684 lvx $outhead,0,$ivp 1352 lvx $outhead,0,$out [all …]
|
/linux-6.3-rc2/drivers/hid/usbhid/ |
A D | usbhid.h | 78 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member
|
A D | hid-core.c | 200 if ((kicked = (usbhid->outhead != usbhid->outtail))) { in usbhid_restart_out_queue() 201 hid_dbg(hid, "Kicking head %d tail %d", usbhid->outhead, usbhid->outtail); in usbhid_restart_out_queue() 451 usbhid->outtail = usbhid->outhead; in hid_irq_out() 455 if (usbhid->outhead != usbhid->outtail && in hid_irq_out() 532 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) { in __usbhid_submit_report() 537 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report() 538 if (!usbhid->out[usbhid->outhead].raw_report) { in __usbhid_submit_report() 542 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report() 543 usbhid->out[usbhid->outhead].report = report; in __usbhid_submit_report() 544 usbhid->outhead = head; in __usbhid_submit_report()
|
Completed in 19 milliseconds