Searched refs:af (Results 1 - 25 of 125) sorted by relevance

12345

/linux-master/drivers/net/ethernet/marvell/octeontx2/
H A DMakefile6 obj-$(CONFIG_OCTEONTX2_MBOX) += af/
7 obj-$(CONFIG_OCTEONTX2_AF) += af/
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc.c30 memmove(&dfltcc_state->af, &dfltcc_state->param, sizeof(dfltcc_state->af));
32 memset(&dfltcc_state->af, 0, sizeof(dfltcc_state->af));
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c26 static void h3a_af_setup_regs(struct ispstat *af, void *priv) argument
38 if (af->state == ISPSTAT_DISABLED)
41 isp_reg_writel(af->isp, af->active_buf->dma_addr, OMAP3_ISP_IOMEM_H3A,
44 if (!af->update)
51 isp_reg_writel(af->isp, pax1, OMAP3_ISP_IOMEM_H3A, ISPH3A_AFPAX1);
60 isp_reg_writel(af->isp, pax2, OMAP3_ISP_IOMEM_H3A, ISPH3A_AFPAX2);
67 isp_reg_writel(af->isp, paxstart, OMAP3_ISP_IOMEM_H3A,
71 isp_reg_writel(af->isp, conf->iir.h_start,
82 isp_reg_writel(af
128 h3a_af_enable(struct ispstat *af, int enable) argument
141 h3a_af_busy(struct ispstat *af) argument
153 h3a_af_validate_params(struct ispstat *af, void *new_conf) argument
227 h3a_af_set_params(struct ispstat *af, void *new_conf) argument
352 struct ispstat *af = &isp->isp_af; local
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c40 ah_esp_conn_fill_param_proto(struct netns_ipvs *ipvs, int af, argument
45 ip_vs_conn_fill_param(ipvs, af, IPPROTO_UDP,
49 ip_vs_conn_fill_param(ipvs, af, IPPROTO_UDP,
55 ah_esp_conn_in_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, argument
61 ah_esp_conn_fill_param_proto(ipvs, af, iph, &p);
72 IP_VS_DBG_ADDR(af, &iph->saddr),
73 IP_VS_DBG_ADDR(af, &iph->daddr));
81 ah_esp_conn_out_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, argument
87 ah_esp_conn_fill_param_proto(ipvs, af, iph, &p);
94 IP_VS_DBG_ADDR(af,
103 ah_esp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, int *verdict, struct ip_vs_conn **cpp, struct ip_vs_iphdr *iph) argument
[all...]
H A Dip_vs_proto_udp.c28 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
31 udp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, argument
56 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
59 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
93 udp_fast_csum_update(int af, struct udphdr *uhdr, argument
99 if (af == AF_INET6)
115 udp_partial_csum_update(int af, struct udphdr *uhdr, argument
121 if (af == AF_INET6)
145 if (cp->af == AF_INET6 && iph->fragoffs)
158 if (!udp_csum_check(cp->af, sk
300 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) argument
[all...]
H A Dip_vs_ftp.c100 __u16 af, char **start, char **end)
190 if (af == AF_INET6 && *s != '2')
192 if (af == AF_INET && *s != '1')
202 if (af == AF_INET6) {
284 &from, &port, cp->af,
305 &from, &port, cp->af,
310 IP_VS_DBG_ADDR(cp->af, &from), ntohs(port),
311 IP_VS_DBG_ADDR(cp->af, &cp->caddr), 0);
320 ip_vs_conn_fill_param(cp->ipvs, cp->af,
329 cp->af, ipvs
96 ip_vs_ftp_get_addrport(char *data, char *data_limit, const char *pattern, size_t plen, char skip, bool ext, int mode, union nf_inet_addr *addr, __be16 *port, __u16 af, char **start, char **end) argument
[all...]
H A Dip_vs_dh.c71 static inline unsigned int ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) argument
76 if (af == AF_INET6)
88 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) argument
90 return rcu_dereference(s->buckets[ip_vs_dh_hashkey(af, addr)].dest);
222 dest = ip_vs_dh_get(svc->af, s, &iph->daddr);
232 IP_VS_DBG_ADDR(svc->af, &iph->daddr),
233 IP_VS_DBG_ADDR(dest->af, &dest->addr),
H A Dip_vs_sh.c84 ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr, argument
90 if (af == AF_INET6)
107 unsigned int hash = ip_vs_sh_hashkey(svc->af, addr, port, 0);
129 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0);
137 IP_VS_DBG_ADDR(dest->af, &dest->addr), ntohs(dest->port));
144 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset);
152 IP_VS_DBG_ADDR(dest->af, &dest->addr),
191 i, IP_VS_DBG_ADDR(dest->af, &dest->addr),
337 IP_VS_DBG_ADDR(svc->af, hash_addr),
338 IP_VS_DBG_ADDR(dest->af,
[all...]
H A Dip_vs_lblc.c90 int af; /* address family */ member in struct:ip_vs_lblc_entry
150 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) argument
155 if (af == AF_INET6)
170 unsigned int hash = ip_vs_lblc_hashkey(en->af, &en->addr);
179 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, argument
182 unsigned int hash = ip_vs_lblc_hashkey(af, addr);
186 if (ip_vs_addr_equal(af, &en->addr, addr))
199 u16 af, struct ip_vs_dest *dest)
203 en = ip_vs_lblc_get(af, tbl, daddr);
213 en->af
198 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, u16 af, struct ip_vs_dest *dest) argument
[all...]
H A Dip_vs_pe_sip.c74 retc = ip_vs_fill_iph_skb(p->af, skb, false, &iph);
113 if (ct->af == p->af &&
114 ip_vs_addr_equal(p->af, p->caddr, &ct->caddr) &&
117 ip_vs_addr_equal(p->protocol == IPPROTO_IP ? AF_UNSPEC : p->af,
129 IP_VS_DBG_ADDR(p->af, p->vaddr), ntohs(p->vport),
H A Dip_vs_conn.c107 static unsigned int ip_vs_conn_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, argument
112 if (af == AF_INET6)
140 return ip_vs_conn_hashkey(p->ipvs, p->af, p->protocol, addr, port);
147 ip_vs_conn_fill_param(cp->ipvs, cp->af, cp->protocol,
274 cp->af == p->af &&
275 ip_vs_addr_equal(p->af, p->caddr, &cp->caddr) &&
276 ip_vs_addr_equal(p->af, p->vaddr, &cp->vaddr) &&
306 IP_VS_DBG_ADDR(p->af, p->caddr), ntohs(p->cport),
307 IP_VS_DBG_ADDR(p->af,
314 ip_vs_conn_fill_param_proto(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, const struct ip_vs_iphdr *iph, struct ip_vs_conn_param *p) argument
335 ip_vs_conn_in_get_proto(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, const struct ip_vs_iphdr *iph) argument
452 ip_vs_conn_out_get_proto(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, const struct ip_vs_iphdr *iph) argument
[all...]
H A Dip_vs_lblcr.c200 IP_VS_DBG_ADDR(least->af, &least->addr),
246 IP_VS_DBG_ADDR(most->af, &most->addr), ntohs(most->port),
260 int af; /* address family */ member in struct:ip_vs_lblcr_entry
313 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) argument
318 if (af == AF_INET6)
333 unsigned int hash = ip_vs_lblcr_hashkey(en->af, &en->addr);
342 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, argument
345 unsigned int hash = ip_vs_lblcr_hashkey(af, addr);
349 if (ip_vs_addr_equal(af, &en->addr, addr))
362 u16 af, struc
361 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, u16 af, struct ip_vs_dest *dest) argument
[all...]
/linux-master/net/netfilter/
H A Dx_tables.c91 u_int8_t af = target->family; local
93 mutex_lock(&xt[af].mutex);
94 list_add(&target->list, &xt[af].target);
95 mutex_unlock(&xt[af].mutex);
103 u_int8_t af = target->family; local
105 mutex_lock(&xt[af].mutex);
107 mutex_unlock(&xt[af].mutex);
141 u_int8_t af = match->family; local
143 mutex_lock(&xt[af].mutex);
144 list_add(&match->list, &xt[af]
153 u_int8_t af = match->family; local
197 xt_find_match(u8 af, const char *name, u8 revision) argument
246 xt_find_target(u8 af, const char *name, u8 revision) argument
275 xt_request_find_target(u8 af, const char *name, u8 revision) argument
348 match_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
370 target_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
393 xt_find_revision(u8 af, const char *name, u8 revision, int target, int *err) argument
665 xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta) argument
686 xt_compat_flush_offsets(u_int8_t af) argument
699 xt_compat_calc_jump(u_int8_t af, unsigned int offset) argument
717 xt_compat_init_offsets(u8 af, unsigned int number) argument
1217 xt_find_table(struct net *net, u8 af, const char *name) argument
1235 xt_find_table_lock(struct net *net, u_int8_t af, const char *name) argument
1282 xt_request_find_table_lock(struct net *net, u_int8_t af, const char *name) argument
1307 xt_compat_lock(u_int8_t af) argument
1313 xt_compat_unlock(u_int8_t af) argument
1521 u8 af = (unsigned long)pde_data(file_inode(seq->file)); local
1533 u8 af = (unsigned long)pde_data(file_inode(seq->file)); local
1544 u_int8_t af = (unsigned long)pde_data(file_inode(seq->file)); local
1765 int ret = -EEXIST, af = table->af; local
1796 int af = table->af; local
1814 xt_proto_init(struct net *net, u_int8_t af) argument
1880 xt_proto_fini(struct net *net, u_int8_t af) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a_param.h50 /* af fir coefficients */
51 struct sh_css_isp_af_params af; member in struct:sh_css_isp_s3a_params
H A Dia_css_s3a.host.c87 /* af fir coefficients */
108 ia_css_af_encode(&to->af, from, sizeof(to->af));
168 const struct sh_css_isp_af_params *af,
172 "af_fir1[0]", af->fir1[0]);
174 "af_fir1[1]", af->fir1[1]);
176 "af_fir1[2]", af->fir1[2]);
178 "af_fir1[3]", af->fir1[3]);
180 "af_fir1[4]", af->fir1[4]);
182 "af_fir1[5]", af
167 ia_css_af_dump( const struct sh_css_isp_af_params *af, unsigned int level) argument
[all...]
H A Dia_css_s3a.host.h48 const struct sh_css_isp_af_params *af,
/linux-master/net/sctp/
H A Dbind_addr.c222 struct sctp_af *af; local
247 af = sctp_get_af_specific(addr->a.v4.sin_family);
248 len = af->to_addr_param(&addr->a, &rawaddr);
271 struct sctp_af *af; local
278 af = sctp_get_af_specific(param_type2af(param->type));
279 if (unlikely(!af) ||
280 !af->from_addr_param(&addr, rawaddr, htons(port), 0)) {
346 if (sp->pf->af->cmp_addr(&laddr->a, &laddr2->a) &&
404 struct sctp_af *af; local
406 af
431 struct sctp_af *af; local
489 struct sctp_af *af; local
568 struct sctp_af *af; local
[all...]
/linux-master/include/linux/
H A Dinet.h56 extern int inet_pton_with_scope(struct net *net, unsigned short af,
/linux-master/include/linux/netfilter/
H A Dx_tables.h238 u_int8_t af; /* address/protocol family */ member in struct:xt_table
319 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
320 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
321 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
322 int xt_find_revision(u8 af, const char *name, u8 revision, int target,
325 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
326 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
328 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
332 int xt_proto_init(struct net *net, u_int8_t af);
333 void xt_proto_fini(struct net *net, u_int8_t af);
[all...]
/linux-master/include/net/
H A Dip_vs.h71 ip_vs_fill_iph_skb_off(int af, const struct sk_buff *skb, int offset, argument
78 if (af == AF_INET6) {
115 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, argument
123 return ip_vs_fill_iph_skb_off(af, skb, offset, hdr_flags, iphdr);
127 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, argument
135 return ip_vs_fill_iph_skb_off(af, skb, skb_network_offset(skb),
151 static inline void ip_vs_addr_copy(int af, union nf_inet_addr *dst, argument
155 if (af == AF_INET6)
162 static inline void ip_vs_addr_set(int af, union nf_inet_addr *dst, argument
166 if (af
177 ip_vs_addr_equal(int af, const union nf_inet_addr *a, const union nf_inet_addr *b) argument
192 ip_vs_dbg_addr(int af, char *buf, size_t buf_len, const union nf_inet_addr *addr, int *idx) argument
555 u16 af; member in struct:ip_vs_conn_param
569 u16 af; /* address family */ member in struct:ip_vs_conn
634 u16 af; member in struct:ip_vs_service_user_kern
663 u16 af; member in struct:ip_vs_dest_user_kern
680 u16 af; /* address family */ member in struct:ip_vs_service
721 u16 af; /* address family */ member in struct:ip_vs_dest
1305 ip_vs_conn_fill_param(struct netns_ipvs *ipvs, int af, int protocol, const union nf_inet_addr *caddr, __be16 cport, const union nf_inet_addr *vaddr, __be16 vport, struct ip_vs_conn_param *p) argument
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A DMakefile10 ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c250 struct alternate_functions af = pct->soc->alternate_functions[gpio]; local
263 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) ||
264 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) ||
265 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) {
283 if (af.alt_bit1 != UNUSED)
298 if (af.alt_bit1 != UNUSED) {
306 af.alt_bit1,
307 !!(af.alta_val & BIT(0)));
311 if (af.alt_bit2 != UNUSED)
314 af
375 struct alternate_functions af = pct->soc->alternate_functions[gpio]; local
[all...]
/linux-master/fs/afs/
H A Dfile.c93 int afs_cache_wb_key(struct afs_vnode *vnode, struct afs_file *af) argument
101 wbk->key = af->key;
112 af->wb = wbk;
118 af->wb = p;
129 struct afs_file *af; local
141 af = kzalloc(sizeof(*af), GFP_KERNEL);
142 if (!af) {
146 af->key = key;
153 ret = afs_cache_wb_key(vnode, af);
183 struct afs_file *af = file->private_data; local
477 struct afs_file *af = iocb->ki_filp->private_data; local
499 struct afs_file *af = in->private_data; local
[all...]
/linux-master/include/linux/soc/pxa/
H A Dmfp.h405 #define MFP_CFG(pin, af) \
407 (MFP_PIN(MFP_PIN_##pin) | MFP_##af))
409 #define MFP_CFG_DRV(pin, af, drv) \
411 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_##drv))
413 #define MFP_CFG_LPM(pin, af, lpm) \
415 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_LPM_##lpm))
417 #define MFP_CFG_X(pin, af, drv, lpm) \
419 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_##drv | MFP_LPM_##lpm))
/linux-master/sound/soc/codecs/
H A Dwm8737.c332 u16 af = 0; local
359 af |= 0x8;
362 af |= 0x10;
365 af |= 0x18;
371 snd_soc_component_update_bits(component, WM8737_AUDIO_FORMAT, WM8737_WL_MASK, af);
404 u16 af = 0; local
408 af |= WM8737_MS;
418 af |= 0x2;
423 af |= 0x1;
426 af |
[all...]

Completed in 424 milliseconds

12345