Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 139) sorted by relevance

123456

/linux-4.19.296/fs/udf/
Dudfend.h8 static inline struct kernel_lb_addr lelb_to_cpu(struct lb_addr in) in lelb_to_cpu()
18 static inline struct lb_addr cpu_to_lelb(struct kernel_lb_addr in) in cpu_to_lelb()
28 static inline struct short_ad lesa_to_cpu(struct short_ad in) in lesa_to_cpu()
38 static inline struct short_ad cpu_to_lesa(struct short_ad in) in cpu_to_lesa()
48 static inline struct kernel_long_ad lela_to_cpu(struct long_ad in) in lela_to_cpu()
58 static inline struct long_ad cpu_to_lela(struct kernel_long_ad in) in cpu_to_lela()
68 static inline struct kernel_extent_ad leea_to_cpu(struct extent_ad in) in leea_to_cpu()
/linux-4.19.296/include/media/drv-intf/
Dmsp3400.h89 #define MSP_SCART_TO_DSP(in) (in) argument
93 #define MSP_TUNER_TO_DSP(in) ((in) << 3) argument
120 #define MSP_DSP_TO_MAIN(in) ((in) << 4) argument
121 #define MSP_DSP_TO_AUX(in) ((in) << 8) argument
122 #define MSP_DSP_TO_SCART1(in) ((in) << 12) argument
123 #define MSP_DSP_TO_SCART2(in) ((in) << 16) argument
124 #define MSP_DSP_TO_I2S(in) ((in) << 20) argument
136 #define MSP_SC_TO_SCART1(in) (in) argument
137 #define MSP_SC_TO_SCART2(in) ((in) << 4) argument
/linux-4.19.296/crypto/
Daes_ti.c146 static __always_inline u32 subshift(u32 in[], int pos) in subshift()
154 static __always_inline u32 inv_subshift(u32 in[], int pos) in inv_subshift()
162 static u32 subw(u32 in) in subw()
266 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_encrypt()
314 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_decrypt()
Dtea.c67 const __le32 *in = (const __le32 *)src; in tea_encrypt() local
95 const __le32 *in = (const __le32 *)src; in tea_decrypt() local
140 const __le32 *in = (const __le32 *)src; in xtea_encrypt() local
160 const __le32 *in = (const __le32 *)src; in xtea_decrypt() local
184 const __le32 *in = (const __le32 *)src; in xeta_encrypt() local
204 const __le32 *in = (const __le32 *)src; in xeta_decrypt() local
Dsm4_generic.c172 static void sm4_do_crypt(const u32 *rk, u32 *out, const u32 *in) in sm4_do_crypt()
193 void crypto_sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_sm4_encrypt()
203 void crypto_sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_sm4_decrypt()
Dmd5.c40 #define MD5STEP(f, w, x, y, z, in, s) \ argument
43 static void md5_transform(__u32 *hash, __u32 const *in) in md5_transform()
213 static int md5_import(struct shash_desc *desc, const void *in) in md5_import()
Darc4.c53 static void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, in arc4_crypt()
90 static void arc4_crypt_one(struct crypto_tfm *tfm, u8 *out, const u8 *in) in arc4_crypt_one()
Dtwofish_generic.c108 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt()
145 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt()
/linux-4.19.296/lib/
Dtest-string_helpers.c15 char *in, size_t p, in test_string_check_buf()
35 const char *in; member
67 char *in = kmalloc(q_real, GFP_KERNEL); in test_string_unescape() local
121 const char *in; member
264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow()
282 char *in = kmalloc(256, GFP_KERNEL); in test_string_escape() local
Dsg_split.c22 static int sg_calculate_split(struct scatterlist *in, int nents, int nb_splits, in sg_calculate_split()
150 int sg_split(struct scatterlist *in, const int in_mapped_nents, in sg_split()
/linux-4.19.296/fs/xfs/
Dxfs_fsops.c33 xfs_growfs_data_t *in) /* growfs data input struct */ in xfs_growfs_data_private()
179 xfs_growfs_log_t *in) /* growfs log input struct */ in xfs_growfs_log_private()
229 struct xfs_growfs_data *in) in xfs_growfs_data()
276 xfs_growfs_log_t *in) in xfs_growfs_log()
Dxfs_ioctl32.c69 struct xfs_growfs_data *in, in xfs_compat_growfs_data_copyin()
80 struct xfs_growfs_rt *in, in xfs_compat_growfs_rt_copyin()
617 struct xfs_growfs_data in; in xfs_file_compat_ioctl() local
629 struct xfs_growfs_rt in; in xfs_file_compat_ioctl() local
/linux-4.19.296/include/uapi/linux/
Dvboxguest.h80 } in; member
115 } in; member
133 } in; member
197 } in; member
214 } in; member
250 } in; member
270 } in; member
322 } in; member
/linux-4.19.296/drivers/thunderbolt/
Ddma_port.c250 u32 in; in dma_port_wait_for_completion() local
281 static int dma_port_request(struct tb_dma_port *dma, u32 in, in dma_port_request()
309 u32 in, dwaddress, dwords; in dma_port_flash_read_block() local
333 u32 in, dwaddress, dwords; in dma_port_flash_write_block() local
464 u32 in; in dma_port_flash_update_auth() local
517 u32 in; in dma_port_power_cycle() local
/linux-4.19.296/drivers/isdn/hisax/
Dst5481_usb.c483 struct st5481_in *in = urb->context; in usb_in_complete() local
543 int st5481_setup_in(struct st5481_in *in) in st5481_setup_in()
570 void st5481_release_in(struct st5481_in *in) in st5481_release_in()
620 struct st5481_in *in = context; in st5481_start_rcv() local
632 void st5481_in_mode(struct st5481_in *in, int mode) in st5481_in_mode()
/linux-4.19.296/fs/hfs/
Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc()
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac()
/linux-4.19.296/fs/f2fs/
Dhash.c28 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) in TEA_transform()
79 __u32 in[8], buf[4]; in f2fs_dentry_hash() local
/linux-4.19.296/fs/ceph/
Dquota.c98 struct inode *in; in get_quota_realm() local
174 struct inode *in; in check_quota_exceeded() local
325 struct inode *in; in ceph_quota_update_statfs() local
/linux-4.19.296/lib/lzo/
Dlzo1x_compress.c21 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, in lzo1x_1_do_compress()
216 int lzo1x_1_compress(const unsigned char *in, size_t in_len, in lzo1x_1_compress()
/linux-4.19.296/lib/842/
D842_decompress.c60 u8 *in; member
98 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local
286 int sw842_decompress(const u8 *in, unsigned int ilen, in sw842_decompress()
/linux-4.19.296/include/linux/
Dnetfilter.h54 struct net_device *in; member
265 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND()
279 struct net_device *in, struct net_device *out, in NF_HOOK()
290 struct list_head *head, struct net_device *in, struct net_device *out, in NF_HOOK_LIST()
372 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND()
381 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK()
389 struct list_head *head, struct net_device *in, struct net_device *out, in NF_HOOK_LIST()
Dascii85.h22 ascii85_encode(u32 in, char *out) in ascii85_encode()
/linux-4.19.296/fs/
Dsplice.c296 ssize_t generic_file_splice_read(struct file *in, loff_t *ppos, in generic_file_splice_read()
368 static ssize_t default_file_splice_read(struct file *in, loff_t *ppos, in default_file_splice_read()
858 static long do_splice_to(struct file *in, loff_t *ppos, in do_splice_to()
897 ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd, in splice_direct_to_actor()
1045 long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct()
1102 static long do_splice(struct file *in, loff_t __user *off_in, in do_splice()
1412 struct fd in, out; in SYSCALL_DEFINE6() local
1729 static long do_tee(struct file *in, struct file *out, size_t len, in do_tee()
1758 struct fd in; in SYSCALL_DEFINE4() local
/linux-4.19.296/fs/efs/
Dinode.c54 struct efs_inode_info *in; in efs_iget() local
200 struct efs_inode_info *in = INODE_INFO(inode); in efs_map_block() local
/linux-4.19.296/drivers/hid/
Dhid-tmff.c60 static inline int tmff_scale_u16(unsigned int in, int minimum, int maximum) in tmff_scale_u16()
73 static inline int tmff_scale_s8(int in, int minimum, int maximum) in tmff_scale_s8()

123456