Searched refs:outhead (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbhid.h87 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member in struct:usbhid_device
H A Dhid-core.c205 if ((kicked = (usbhid->outhead != usbhid->outtail))) {
206 dbg("Kicking head %d tail %d", usbhid->outhead, usbhid->outtail);
423 usbhid->outtail = usbhid->outhead;
427 if (usbhid->outhead != usbhid->outtail) {
503 if ((head = (usbhid->outhead + 1) & (HID_OUTPUT_FIFO_SIZE - 1)) == usbhid->outtail) {
508 usbhid->out[usbhid->outhead].raw_report = kmalloc(len, GFP_ATOMIC);
509 if (!usbhid->out[usbhid->outhead].raw_report) {
513 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report);
514 usbhid->out[usbhid->outhead].report = report;
515 usbhid->outhead
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl164 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
711 vperm $outhead, v0, v0, $outperm # rotate right/left
714 stvebx $outhead, r8, r9
735 vsel v1, $outhead, v0, $outmask
736 vmr $outhead, v0
762 vperm $outhead, v0, v0, $outperm # rotate right/left
765 stvebx $outhead, r8, r9
787 vsel v1, $outhead, v0, $outmask
788 vmr $outhead, v0
801 stvebx $outhead, r
[all...]
H A Daesp8-ppc.pl63 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
133 lvx $outhead,0,$out
147 vsel $stage,$outhead,$outtail,$outmask
148 vmr $outhead,$outtail
167 vsel $stage,$outhead,$outtail,$outmask
168 vmr $outhead,$outtail
184 vsel $stage,$outhead,$outtail,$outmask
185 vmr $outhead,$outtail
197 vsel $stage,$outhead,$outtail,$outmask
198 vmr $outhead,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Dvpaes-ppc.pl164 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
711 vperm $outhead, v0, v0, $outperm # rotate right/left
714 stvebx $outhead, r8, r9
735 vsel v1, $outhead, v0, $outmask
736 vmr $outhead, v0
762 vperm $outhead, v0, v0, $outperm # rotate right/left
765 stvebx $outhead, r8, r9
787 vsel v1, $outhead, v0, $outmask
788 vmr $outhead, v0
801 stvebx $outhead, r
[all...]
H A Daesp8-ppc.pl63 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
133 lvx $outhead,0,$out
147 vsel $stage,$outhead,$outtail,$outmask
148 vmr $outhead,$outtail
167 vsel $stage,$outhead,$outtail,$outmask
168 vmr $outhead,$outtail
184 vsel $stage,$outhead,$outtail,$outmask
185 vmr $outhead,$outtail
197 vsel $stage,$outhead,$outtail,$outmask
198 vmr $outhead,
[all...]

Completed in 110 milliseconds