Searched refs:outhead (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aesp10-ppc.pl | 122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 190 lvx $outhead,0,$out 204 vsel $stage,$outhead,$outtail,$outmask 205 vmr $outhead,$outtail 224 vsel $stage,$outhead,$outtail,$outmask 225 vmr $outhead,$outtail 241 vsel $stage,$outhead,$outtail,$outmask 242 vmr $outhead,$outtail 254 vsel $stage,$outhead,$outtail,$outmask 255 vmr $outhead, [all...] |
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | usbhid.h | 78 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member
|
H 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() 454 usbhid->outtail = usbhid->outhead; in hid_irq_out() 458 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 in __usbhid_submit_report() [all...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | usbhid.h | 78 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member
|
H 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 in __usbhid_submit_report() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 190 lvx $outhead,0,$out 204 vsel $stage,$outhead,$outtail,$outmask 205 vmr $outhead,$outtail 224 vsel $stage,$outhead,$outtail,$outmask 225 vmr $outhead,$outtail 241 vsel $stage,$outhead,$outtail,$outmask 242 vmr $outhead,$outtail 254 vsel $stage,$outhead,$outtail,$outmask 255 vmr $outhead, [all...] |
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 190 lvx $outhead,0,$out 204 vsel $stage,$outhead,$outtail,$outmask 205 vmr $outhead,$outtail 224 vsel $stage,$outhead,$outtail,$outmask 225 vmr $outhead,$outtail 241 vsel $stage,$outhead,$outtail,$outmask 242 vmr $outhead,$outtail 254 vsel $stage,$outhead,$outtail,$outmask 255 vmr $outhead, [all...] |
Completed in 5 milliseconds