/include/media/drv-intf/ |
D | msp3400.h | 77 #define MSP_SCART_TO_DSP(in) (in) argument 81 #define MSP_TUNER_TO_DSP(in) ((in) << 3) argument 108 #define MSP_DSP_TO_MAIN(in) ((in) << 4) argument 109 #define MSP_DSP_TO_AUX(in) ((in) << 8) argument 110 #define MSP_DSP_TO_SCART1(in) ((in) << 12) argument 111 #define MSP_DSP_TO_SCART2(in) ((in) << 16) argument 112 #define MSP_DSP_TO_I2S(in) ((in) << 20) argument 124 #define MSP_SC_TO_SCART1(in) (in) argument 125 #define MSP_SC_TO_SCART2(in) ((in) << 4) argument
|
/include/linux/ |
D | ascii85.h | 23 ascii85_encode(u32 in, char *out) in ascii85_encode() argument 27 if (in == 0) in ascii85_encode() 32 out[i] = '!' + in % 85; in ascii85_encode() 33 in /= 85; in ascii85_encode()
|
D | netfilter.h | 71 struct net_device *in; member 157 p->in = indev; in nf_hook_state_init() 286 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 293 ((ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn)) == 1)) in NF_HOOK_COND() 300 struct net_device *in, struct net_device *out, in NF_HOOK() argument 303 int ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn); in NF_HOOK() 311 struct list_head *head, struct net_device *in, struct net_device *out, in NF_HOOK_LIST() argument 339 nf_hook_state_init(&state, hook, pf, in, out, sk, net, okfn); in NF_HOOK_LIST() 403 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 412 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() argument [all …]
|
D | splice.h | 81 extern long do_splice(struct file *in, loff_t *off_in, 85 extern long do_tee(struct file *in, struct file *out, size_t len,
|
/include/linux/mlx5/ |
D | transobj.h | 40 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, 42 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in); 45 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, 47 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in); 51 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, u32 *tirn); 52 int mlx5_core_modify_tir(struct mlx5_core_dev *dev, u32 tirn, u32 *in); 54 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn); 55 int mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in); 57 int mlx5_core_create_rqt(struct mlx5_core_dev *dev, u32 *in, int inlen, 59 int mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in,
|
/include/trace/events/ |
D | gpio.h | 12 TP_PROTO(unsigned gpio, int in, int err), 14 TP_ARGS(gpio, in, err), 18 __field(int, in) 24 __entry->in = in; 29 __entry->in ? "in" : "out", __entry->err)
|
/include/video/ |
D | imx-ipu-image-convert.h | 65 void ipu_image_convert_adjust(struct ipu_image *in, struct ipu_image *out, 79 int ipu_image_convert_verify(struct ipu_image *in, struct ipu_image *out, 101 struct ipu_image *in, struct ipu_image *out, 174 struct ipu_image *in, struct ipu_image *out, 194 struct ipu_image *in, struct ipu_image *out,
|
/include/uapi/linux/ |
D | vboxguest.h | 80 } in; member 115 } in; member 133 } in; member 197 } in; member 214 } in; member 250 } in; member 272 } in; member 294 } in; member 346 } in; member
|
D | auto_dev-ioctl.h | 74 } in; member 115 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in init_autofs_dev_ioctl() argument 117 memset(in, 0, AUTOFS_DEV_IOCTL_SIZE); in init_autofs_dev_ioctl() 118 in->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR; in init_autofs_dev_ioctl() 119 in->ver_minor = AUTOFS_DEV_IOCTL_VERSION_MINOR; in init_autofs_dev_ioctl() 120 in->size = AUTOFS_DEV_IOCTL_SIZE; in init_autofs_dev_ioctl() 121 in->ioctlfd = -1; in init_autofs_dev_ioctl()
|
/include/crypto/internal/ |
D | blake2b.h | 26 const u8 *in, size_t inlen, in __blake2b_update() argument 34 memcpy(state->buf + state->buflen, in, fill); in __blake2b_update() 37 in += fill; in __blake2b_update() 43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update() 44 in += BLAKE2B_BLOCK_SIZE * (nblocks - 1); in __blake2b_update() 47 memcpy(state->buf + state->buflen, in, inlen); in __blake2b_update() 97 const u8 *in, unsigned int inlen, in crypto_blake2b_update() argument 102 __blake2b_update(state, in, inlen, compress); in crypto_blake2b_update()
|
/include/trace/hooks/ |
D | fips140.h | 36 const u8 *in, 38 TP_ARGS(ctx, out, in, hook_inuse)); 43 const u8 *in, 45 TP_ARGS(ctx, out, in, hook_inuse));
|
/include/crypto/ |
D | blake2s.h | 86 void blake2s_update(struct blake2s_state *state, const u8 *in, size_t inlen); 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() argument 95 WARN_ON(IS_ENABLED(DEBUG) && ((!in && inlen > 0) || !out || !outlen || in blake2s() 100 blake2s_update(&state, in, inlen); in blake2s()
|
D | aes.h | 77 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in); 85 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
|
D | polyval.h | 19 void polyval_update_non4k(const u8 *key, const u8 *in,
|
D | sm4.h | 42 void sm4_crypt_block(const u32 *rk, u8 *out, const u8 *in);
|
/include/rdma/ |
D | iba.h | 72 #define _IBA_SET_MEM(field_struct, field_offset, type, num_bits, ptr, in, \ argument 75 const type *_in_ptr = in; \ 77 if (in && bytes) \ 82 #define IBA_SET_MEM(field, ptr, in, bytes) _IBA_SET_MEM(field, ptr, in, bytes) argument
|
/include/net/netfilter/ |
D | nf_log.h | 43 const struct net_device *in, 81 const struct net_device *in, 91 const struct net_device *in,
|
D | nft_fib.h | 16 nft_fib_is_loopback(const struct sk_buff *skb, const struct net_device *in) in nft_fib_is_loopback() argument 18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
|
D | nf_tproxy.h | 86 const struct net_device *in, 125 const struct net_device *in,
|
/include/linux/platform_data/ |
D | hwmon-s3c.h | 33 struct s3c_hwmon_chcfg *in[8]; member
|
/include/linux/decompress/ |
D | unxz.h | 13 int unxz(unsigned char *in, long in_size,
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 23 bool (*match)(const struct sk_buff *skb, const struct net_device *in, 41 const struct net_device *in, const struct net_device *out, 59 const struct net_device *in, const struct net_device *out,
|
/include/xen/interface/io/ |
D | console.h | 18 char in[1024]; member
|
/include/linux/sunrpc/ |
D | gss_krb5.h | 75 void *iv, void *in, void *out, 78 void *iv, void *in, void *out, 81 struct xdr_netobj *in, 262 void *iv, void *in, void *out, int length); 266 void *iv, void *in, void *out, int length);
|
/include/uapi/drm/ |
D | amdgpu_drm.h | 162 struct drm_amdgpu_gem_create_in in; member 200 struct drm_amdgpu_bo_list_in in; member 268 struct drm_amdgpu_ctx_in in; member 288 struct drm_amdgpu_vm_in in; member 306 struct drm_amdgpu_sched_in in; member 398 struct drm_amdgpu_gem_mmap_in in; member 419 struct drm_amdgpu_gem_wait_idle_in in; member 443 struct drm_amdgpu_wait_cs_in in; member 469 struct drm_amdgpu_wait_fences_in in; member 579 struct drm_amdgpu_cs_in in; member [all …]
|