Searched refs:inout (Results 1 – 8 of 8) sorted by relevance
/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 476 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3)); 520 vmr $inout,$inptail 527 vperm $inout,$inout,$inptail,$inpperm 531 vxor $inout,$inout,$rndkey0 534 vxor $inout,$inout,$ivec 538 vcipher $inout,$inout,$rndkey1 542 vcipher $inout,$inout,$rndkey0 548 vcipher $inout,$inout,$rndkey1 552 vcipherlast $ivec,$inout,$rndkey0 556 vsel $inout,$outhead,$tmp,$outmask [all …]
|
/drivers/media/rc/ |
D | mceusb.c | 542 char *inout; in mceusb_dev_printdata() local 558 inout = out ? "Request" : "Got"; in mceusb_dev_printdata() 641 inout, carrier, period); in mceusb_dev_printdata() 648 inout, data1); in mceusb_dev_printdata() 654 inout, period); in mceusb_dev_printdata() 664 inout, data1 == 0x02 ? "short" : "long"); in mceusb_dev_printdata()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 75 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_set_swabbed() argument 78 if (inout) in ptlrpc_buf_set_swabbed() 85 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_need_swab() argument 88 if (inout) in ptlrpc_buf_need_swab() 602 const int inout, int offset) in lustre_unpack_ptlrpc_body_v2() argument 605 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 612 if (ptlrpc_buf_need_swab(req, inout, offset)) { in lustre_unpack_ptlrpc_body_v2() 614 ptlrpc_buf_set_swabbed(req, inout, offset); in lustre_unpack_ptlrpc_body_v2() 622 if (!inout) in lustre_unpack_ptlrpc_body_v2()
|
D | layout.c | 1863 int inout = loc == RCL_CLIENT; in swabber_dumper_helper() local 1867 if (ptlrpc_buf_need_swab(pill->rc_req, inout, offset) && in swabber_dumper_helper() 1885 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper() 1918 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper()
|
/drivers/crypto/ |
D | omap-des.c | 47 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
D | omap-aes.c | 43 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
/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 | 2536 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, 2538 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout,
|