| /include/media/drv-intf/ |
| A 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/mlx5/ |
| A 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/linux/ |
| A 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()
|
| A D | splice.h | 79 ssize_t vfs_splice_read(struct file *in, loff_t *ppos, 84 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, 86 ssize_t do_splice_direct(struct file *in, loff_t *ppos, struct file *out, 88 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out, 91 static inline long splice_copy_file_range(struct file *in, loff_t pos_in, in splice_copy_file_range() argument 95 return splice_file_range(in, &pos_in, out, &pos_out, len); in splice_copy_file_range() 98 ssize_t do_tee(struct file *in, struct file *out, size_t len,
|
| A D | acpi_amd_wbrf.h | 51 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in); 64 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in) in acpi_amd_wbrf_add_remove() argument
|
| A D | netfilter.h | 81 struct net_device *in; member 172 p->in = indev; in nf_hook_state_init() 299 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 306 ((ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn)) == 1)) in NF_HOOK_COND() 313 struct net_device *in, struct net_device *out, in NF_HOOK() argument 316 int ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn); in NF_HOOK() 324 struct list_head *head, struct net_device *in, struct net_device *out, in NF_HOOK_LIST() argument 352 nf_hook_state_init(&state, hook, pf, in, out, sk, net, okfn); in NF_HOOK_LIST() 410 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 419 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() argument [all …]
|
| A D | wmi.h | 41 const struct acpi_buffer *in, 47 acpi_status wmidev_block_set(struct wmi_device *wdev, u8 instance, const struct acpi_buffer *in);
|
| /include/trace/events/ |
| A 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/uapi/linux/ |
| A 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
|
| A 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/video/ |
| A D | imx-ipu-image-convert.h | 52 void ipu_image_convert_adjust(struct ipu_image *in, struct ipu_image *out, 66 int ipu_image_convert_verify(struct ipu_image *in, struct ipu_image *out, 88 struct ipu_image *in, struct ipu_image *out, 161 struct ipu_image *in, struct ipu_image *out,
|
| /include/crypto/internal/ |
| A D | blake2b.h | 72 const u8 *in, unsigned int inlen, in crypto_blake2b_update_bo() argument 78 compress(state, in, inlen / BLAKE2B_BLOCK_SIZE, BLAKE2B_BLOCK_SIZE); in crypto_blake2b_update_bo() 82 static inline int crypto_blake2b_finup(struct shash_desc *desc, const u8 *in, in crypto_blake2b_finup() argument 90 memcpy(buf, in, inlen); in crypto_blake2b_finup()
|
| A D | ecc.h | 63 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits() argument 65 const __be64 *src = (__force __be64 *)in; in ecc_swap_digits() 82 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes,
|
| /include/crypto/ |
| A 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()
|
| A 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);
|
| A D | arc4.h | 21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
|
| /include/linux/platform_data/x86/ |
| A D | intel_scu_ipc.h | 61 int sub, const void *in, size_t inlen, 65 int sub, const void *in, size_t inlen, in intel_scu_ipc_dev_command() argument 68 return intel_scu_ipc_dev_command_with_size(scu, cmd, sub, in, inlen, in intel_scu_ipc_dev_command()
|
| /include/rdma/ |
| A 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/ |
| A D | nf_log.h | 43 const struct net_device *in, 84 const struct net_device *in, 94 const struct net_device *in,
|
| A D | nf_tproxy.h | 87 const struct net_device *in, 126 const struct net_device *in,
|
| A D | nft_fib.h | 17 nft_fib_is_loopback(const struct sk_buff *skb, const struct net_device *in) in nft_fib_is_loopback() argument 19 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
|
| /include/linux/platform_data/ |
| A D | hwmon-s3c.h | 33 struct s3c_hwmon_chcfg *in[8]; member
|
| /include/linux/netfilter_bridge/ |
| A 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/linux/decompress/ |
| A D | unxz.h | 12 int unxz(unsigned char *in, long in_size,
|
| /include/xen/interface/io/ |
| A D | console.h | 18 char in[1024]; member
|