Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 47) sorted by relevance

12

/include/media/
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
/include/trace/events/
Dgpio.h11 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/
Dnf_tproxy_core.h70 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()
Dnf_log.h36 const struct net_device *in,
60 const struct net_device *in,
Dnf_nat_rule.h11 const struct net_device *in,
Dnfnetlink_log.h8 const struct net_device *in,
/include/linux/
Dauto_dev-ioctl.h80 } 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()
Dbitrev.h13 extern u16 bitrev16(u16 in);
14 extern u32 bitrev32(u32 in);
Dcryptohash.h14 void md5_transform(__u32 *hash, __u32 const *in);
16 __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]);
Dnetfilter.h77 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()
Dgpio_event.h159 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);
Disdn_ppp.h135 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);
Dkfifo.h59 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); \
Dxz.h137 const uint8_t *in; member
Dtopology.h210 #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/
Dunxz.h13 int unxz(unsigned char *in, int in_size,
/include/xen/interface/io/
Dconsole.h17 char in[1024]; member
/include/net/netfilter/ipv6/
Dnf_defrag_ipv6.h10 struct net_device *in,
/include/crypto/
Dhash.h47 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()
Dalgapi.h94 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/
Dgss_krb5.h75 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/
Debtables.h163 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/
Dmemory.h70 struct xen_memory_reservation in; member
/include/linux/usb/
Dusbnet.h38 unsigned in, out; member
150 int in; /* rx endpoint */ member
/include/linux/mfd/
Dadp5520.h109 #define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4)) argument

12