Searched refs:inout (Results 1 – 8 of 8) sorted by relevance
/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 496 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3)); 540 vmr $inout,$inptail 547 vperm $inout,$inout,$inptail,$inpperm 551 vxor $inout,$inout,$rndkey0 554 vxor $inout,$inout,$ivec 558 vcipher $inout,$inout,$rndkey1 562 vcipher $inout,$inout,$rndkey0 568 vcipher $inout,$inout,$rndkey1 572 vcipherlast $ivec,$inout,$rndkey0 576 vsel $inout,$outhead,$tmp,$outmask [all …]
|
/drivers/crypto/ |
D | omap-aes.h | 19 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
D | omap-des.c | 50 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
/drivers/media/rc/ |
D | mceusb.c | 545 char *inout; in mceusb_dev_printdata() local 562 inout = out ? "Request" : "Got"; in mceusb_dev_printdata() 639 inout, carrier, period); in mceusb_dev_printdata() 646 inout, data[0]); in mceusb_dev_printdata() 653 inout, period); in mceusb_dev_printdata() 663 inout, data[0] == 0x02 ? "short" : "long"); in mceusb_dev_printdata()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 73 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_set_swabbed() argument 76 if (inout) in ptlrpc_buf_set_swabbed() 82 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_need_swab() argument 85 if (inout) in ptlrpc_buf_need_swab() 594 const int inout, int offset) in lustre_unpack_ptlrpc_body_v2() argument 597 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 604 if (ptlrpc_buf_need_swab(req, inout, offset)) { in lustre_unpack_ptlrpc_body_v2() 606 ptlrpc_buf_set_swabbed(req, inout, offset); in lustre_unpack_ptlrpc_body_v2() 614 if (!inout) in lustre_unpack_ptlrpc_body_v2()
|
D | layout.c | 1784 int inout = loc == RCL_CLIENT; in swabber_dumper_helper() local 1788 if (ptlrpc_buf_need_swab(pill->rc_req, inout, offset) && in swabber_dumper_helper() 1806 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper() 1839 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper()
|
/drivers/isdn/i4l/ |
D | isdn_net.c | 2945 int inout = phone->outgoing & 1; in isdn_net_getphones() local 2952 inout &= 1; in isdn_net_getphones() 2953 for (n = p->local->phone[inout]; n; n = n->next) { in isdn_net_getphones() 3011 int inout = phone->outgoing & 1; in isdn_net_delphone() local 3016 n = p->local->phone[inout]; in isdn_net_delphone() 3025 p->local->phone[inout] = n->next; in isdn_net_delphone()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2016 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, 2018 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout,
|