Searched refs:inout (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 535 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3)); 579 vmr $inout,$inptail 586 vperm $inout,$inout,$inptail,$inpperm 590 vxor $inout,$inout,$rndkey0 593 vxor $inout,$inout,$ivec 597 vcipher $inout,$inout,$rndkey1 601 vcipher $inout,$inout,$rndkey0 607 vcipher $inout,$inout,$rndkey1 611 vcipherlast $ivec,$inout,$rndkey0 615 vsel $inout,$outhead,$tmp,$outmask [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | omap-aes.h | 21 #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
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_core.c | 744 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp() argument 752 if (inout) { in ip_vs_nat_icmp() 769 if (inout) in ip_vs_nat_icmp() 780 if (inout) in ip_vs_nat_icmp() 790 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6() argument 807 if (inout) { in ip_vs_nat_icmp_v6() 821 ntohs(inout ? ports[1] : ports[0]), in ip_vs_nat_icmp_v6() 822 ntohs(inout ? cp->vport : cp->dport)); in ip_vs_nat_icmp_v6() 823 if (inout) in ip_vs_nat_icmp_v6() 837 if (inout) in ip_vs_nat_icmp_v6()
|
/Linux-v4.19/drivers/media/rc/ |
D | mceusb.c | 599 char *inout; in mceusb_dev_printdata() local 616 inout = out ? "Request" : "Got"; in mceusb_dev_printdata() 693 inout, carrier, period); in mceusb_dev_printdata() 700 inout, data[0]); in mceusb_dev_printdata() 707 inout, period); in mceusb_dev_printdata() 717 inout, data[0] == 0x02 ? "short" : "long"); in mceusb_dev_printdata()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_ioctl.c | 2052 xfs_fsop_resblks_t inout; in xfs_file_ioctl() local 2061 if (copy_from_user(&inout, arg, sizeof(inout))) in xfs_file_ioctl() 2069 in = inout.resblks; in xfs_file_ioctl() 2070 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl() 2075 if (copy_to_user(arg, &inout, sizeof(inout))) in xfs_file_ioctl()
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_net.c | 2944 int inout = phone->outgoing & 1; in isdn_net_getphones() local 2951 inout &= 1; in isdn_net_getphones() 2952 for (n = p->local->phone[inout]; n; n = n->next) { in isdn_net_getphones() 3010 int inout = phone->outgoing & 1; in isdn_net_delphone() local 3015 n = p->local->phone[inout]; in isdn_net_delphone() 3024 p->local->phone[inout] = n->next; in isdn_net_delphone()
|