/include/media/ |
D | msp3400.h | 89 #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
|
/include/trace/events/ |
D | gpio.h | 11 TP_PROTO(unsigned gpio, int in, int err), 13 TP_ARGS(gpio, in, err), 17 __field(int, in) 23 __entry->in = in; 28 __entry->in ? "in" : "out", __entry->err)
|
/include/net/netfilter/ |
D | nf_tproxy_core.h | 70 const struct net_device *in, int lookup_type) in nf_tproxy_get_sock_v4() argument 81 in->ifindex); in nf_tproxy_get_sock_v4() 86 in->ifindex); in nf_tproxy_get_sock_v4() 97 in->ifindex); in nf_tproxy_get_sock_v4() 107 in->ifindex); in nf_tproxy_get_sock_v4() 139 const struct net_device *in, int lookup_type) in nf_tproxy_get_sock_v6() argument 150 in->ifindex); in nf_tproxy_get_sock_v6() 155 in->ifindex); in nf_tproxy_get_sock_v6() 166 in->ifindex); in nf_tproxy_get_sock_v6() 176 in->ifindex); in nf_tproxy_get_sock_v6()
|
D | nf_log.h | 36 const struct net_device *in, 60 const struct net_device *in,
|
D | nf_nat_rule.h | 11 const struct net_device *in,
|
D | nfnetlink_log.h | 8 const struct net_device *in,
|
/include/linux/ |
D | auto_dev-ioctl.h | 80 } in; member 121 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in init_autofs_dev_ioctl() argument 123 memset(in, 0, sizeof(struct autofs_dev_ioctl)); in init_autofs_dev_ioctl() 124 in->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR; in init_autofs_dev_ioctl() 125 in->ver_minor = AUTOFS_DEV_IOCTL_VERSION_MINOR; in init_autofs_dev_ioctl() 126 in->size = sizeof(struct autofs_dev_ioctl); in init_autofs_dev_ioctl() 127 in->ioctlfd = -1; in init_autofs_dev_ioctl()
|
D | bitrev.h | 13 extern u16 bitrev16(u16 in); 14 extern u32 bitrev32(u32 in);
|
D | cryptohash.h | 14 void md5_transform(__u32 *hash, __u32 const *in); 16 __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]);
|
D | netfilter.h | 77 struct in_addr in; member 106 const struct net_device *in, 231 struct net_device *in, struct net_device *out, in NF_HOOK_THRESH() argument 234 int ret = nf_hook_thresh(pf, hook, skb, in, out, okfn, thresh); in NF_HOOK_THRESH() 242 struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 248 ((ret = nf_hook_thresh(pf, hook, skb, in, out, okfn, INT_MIN)) == 1)) in NF_HOOK_COND() 255 struct net_device *in, struct net_device *out, in NF_HOOK() argument 258 return NF_HOOK_THRESH(pf, hook, skb, in, out, okfn, INT_MIN); in NF_HOOK()
|
D | gpio_event.h | 159 uint16_t (*map)(struct gpio_event_axis_info *info, uint16_t in); 166 struct gpio_event_axis_info *info, uint16_t in); 168 struct gpio_event_axis_info *info, uint16_t in);
|
D | isdn_ppp.h | 135 int (*compress) (void *state, struct sk_buff *in, 138 int (*decompress) (void *state,struct sk_buff *in, 142 void (*incomp) (void *state, struct sk_buff *in,int proto);
|
D | kfifo.h | 59 unsigned int in; member 140 __kfifo->in = 0; \ 160 .in = 0, \ 224 __tmp->kfifo.in = __tmp->kfifo.out = 0; \ 238 __tmp->kfifo.out = __tmp->kfifo.in; \ 248 __tmpl->kfifo.in - __tmpl->kfifo.out; \ 258 __tmpq->kfifo.in == __tmpq->kfifo.out; \ 406 )[__kfifo->in & __tmp->kfifo.mask] = \ 409 __kfifo->in++; \ 706 __kfifo->in += __len / sizeof(*__tmp->type); \
|
D | xz.h | 137 const uint8_t *in; member
|
D | topology.h | 210 #error Please define an appropriate SD_BOOK_INIT in include/asm/topology.h!!! 216 #error Please define an appropriate SD_NODE_INIT in include/asm/topology.h!!!
|
/include/linux/decompress/ |
D | unxz.h | 13 int unxz(unsigned char *in, int in_size,
|
/include/xen/interface/io/ |
D | console.h | 17 char in[1024]; member
|
/include/net/netfilter/ipv6/ |
D | nf_defrag_ipv6.h | 10 struct net_device *in,
|
/include/crypto/ |
D | hash.h | 47 int (*import)(struct ahash_request *req, const void *in); 71 int (*import)(struct shash_desc *desc, const void *in); 92 int (*import)(struct ahash_request *req, const void *in); 193 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() argument 195 return crypto_ahash_reqtfm(req)->import(req, in); in crypto_ahash_import() 337 static inline int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() argument 339 return crypto_shash_alg(desc->tfm)->import(desc, in); in crypto_shash_import()
|
D | algapi.h | 94 struct scatter_walk in; member 114 struct scatter_walk in; member 307 walk->in.sg = src; in blkcipher_walk_init() 317 walk->in.sg = src; in ablkcipher_walk_init()
|
/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, 266 void *iv, void *in, void *out, int length); 270 void *iv, void *in, void *out, int length);
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 163 char in[IFNAMSIZ]; member 205 bool (*match)(const struct sk_buff *skb, const struct net_device *in, 223 const struct net_device *in, const struct net_device *out, 241 const struct net_device *in, const struct net_device *out, 294 const struct net_device *in, const struct net_device *out,
|
/include/xen/interface/ |
D | memory.h | 70 struct xen_memory_reservation in; member
|
/include/linux/usb/ |
D | usbnet.h | 38 unsigned in, out; member 150 int in; /* rx endpoint */ member
|
/include/linux/mfd/ |
D | adp5520.h | 109 #define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4)) argument
|