Home
last modified time | relevance | path

Searched refs:outhead (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/powerpc/crypto/
H A Daesp10-ppc.pl190 lvx $outhead,0,$out
205 vmr $outhead,$outtail
225 vmr $outhead,$outtail
242 vmr $outhead,$outtail
255 vmr $outhead,$outtail
270 vmr $outhead,$outtail
303 vmr $outhead,$outtail
313 vmr $outhead,$outtail
329 vmr $outhead,$outtail
346 vmr $outhead,$outtail
[all …]
H A Daesp8-ppc.pl191 lvx $outhead,0,$out
206 vmr $outhead,$outtail
226 vmr $outhead,$outtail
243 vmr $outhead,$outtail
256 vmr $outhead,$outtail
570 lvx $outhead,0,$out
617 vmr $outhead,$tmp
666 vmr $outhead,$tmp
685 lvx $outhead,0,$ivp
1353 lvx $outhead,0,$out
[all …]
/linux-6.15/drivers/hid/usbhid/
H A Dusbhid.h78 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member
H A Dhid-core.c202 if ((kicked = (usbhid->outhead != usbhid->outtail))) { in usbhid_restart_out_queue()
203 hid_dbg(hid, "Kicking head %d tail %d", usbhid->outhead, usbhid->outtail); in usbhid_restart_out_queue()
453 usbhid->outtail = usbhid->outhead; in hid_irq_out()
457 if (usbhid->outhead != usbhid->outtail && in hid_irq_out()
534 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) { in __usbhid_submit_report()
539 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()
540 if (!usbhid->out[usbhid->outhead].raw_report) { in __usbhid_submit_report()
544 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report()
545 usbhid->out[usbhid->outhead].report = report; in __usbhid_submit_report()
546 usbhid->outhead = head; in __usbhid_submit_report()