Home
last modified time | relevance | path

Searched defs:af (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/drivers/media/platform/omap3isp/
Disph3a_af.c29 static void h3a_af_setup_regs(struct ispstat *af, void *priv) in h3a_af_setup_regs()
131 static void h3a_af_enable(struct ispstat *af, int enable) in h3a_af_enable()
144 static int h3a_af_busy(struct ispstat *af) in h3a_af_busy()
156 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params()
230 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params()
353 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init() local
/linux-4.4.14/net/netfilter/
Dx_tables.c73 u_int8_t af = target->family; in xt_register_target() local
85 u_int8_t af = target->family; in xt_unregister_target() local
123 u_int8_t af = match->family; in xt_register_match() local
135 u_int8_t af = match->family; in xt_unregister_match() local
179 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
222 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
249 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
263 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn()
283 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn()
304 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision()
[all …]
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c44 ah_esp_conn_fill_param_proto(struct netns_ipvs *ipvs, int af, in ah_esp_conn_fill_param_proto()
59 ah_esp_conn_in_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_in_get()
85 ah_esp_conn_out_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_out_get()
107 ah_esp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in ah_esp_conn_schedule()
Dip_vs_proto_udp.c32 udp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in udp_conn_schedule()
98 udp_fast_csum_update(int af, struct udphdr *uhdr, in udp_fast_csum_update()
120 udp_partial_csum_update(int af, struct udphdr *uhdr, in udp_partial_csum_update()
305 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
Dip_vs_proto_tcp.c35 tcp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in tcp_conn_schedule()
109 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update()
130 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update()
308 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
Dip_vs_lblc.c94 int af; /* address family */ member
153 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblc_hashkey()
182 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
202 u16 af, struct ip_vs_dest *dest) in ip_vs_lblc_new()
Dip_vs_dh.c75 static inline unsigned int ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_dh_hashkey()
92 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) in ip_vs_dh_get()
Dip_vs_lblcr.c264 int af; /* address family */ member
316 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblcr_hashkey()
345 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
365 u16 af, struct ip_vs_dest *dest) in ip_vs_lblcr_new()
Dip_vs_core.c550 static inline int ip_vs_addr_is_unicast(struct net *net, int af, in ip_vs_addr_is_unicast()
703 static int ip_vs_route_me_harder(struct netns_ipvs *ipvs, int af, in ip_vs_route_me_harder()
839 static int handle_response_icmp(int af, struct sk_buff *skb, in handle_response_icmp()
1105 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1173 ip_vs_out(struct netns_ipvs *ipvs, unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_out()
1344 ip_vs_try_to_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in ip_vs_try_to_schedule()
1676 ip_vs_in(struct netns_ipvs *ipvs, unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_in()
Dip_vs_conn.c111 static unsigned int ip_vs_conn_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_conn_hashkey()
318 int af, const struct sk_buff *skb, in ip_vs_conn_fill_param_proto()
338 ip_vs_conn_in_get_proto(struct netns_ipvs *ipvs, int af, in ip_vs_conn_in_get_proto()
443 ip_vs_conn_out_get_proto(struct netns_ipvs *ipvs, int af, in ip_vs_conn_out_get_proto()
Dip_vs_proto_sctp.c12 sctp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in sctp_conn_schedule()
183 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
Dip_vs_ctl.c266 ip_vs_svc_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_svc_hashkey()
360 __ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u16 protocol, in __ip_vs_service_find()
388 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) in __ip_vs_svc_fwm_find()
409 ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u32 fwmark, __u16 protocol, in ip_vs_service_find()
497 static inline unsigned int ip_vs_rs_hashkey(int af, in ip_vs_rs_hashkey()
545 bool ip_vs_has_real_service(struct netns_ipvs *ipvs, int af, __u16 protocol, in ip_vs_has_real_service()
Dip_vs_sh.c89 ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr, in ip_vs_sh_hashkey()
Dip_vs_proto.c294 ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet()
Dip_vs_sync.c785 ip_vs_conn_fill_param_sync(struct netns_ipvs *ipvs, int af, union ip_vs_sync_conn *sc, in ip_vs_conn_fill_param_sync()
1074 unsigned int af, state, pe_data_len=0, pe_name_len=0; in ip_vs_proc_sync_conn() local
/linux-4.4.14/arch/arm/mach-mmp/include/mach/
Dmfp.h28 #define MFP_CFG(pin, af) \ argument
31 #define MFP_CFG_DRV(pin, af, drv) \ argument
Dmfp-pxa168.h14 #define MFP_CFG(pin, af) \ argument
17 #define MFP_CFG_DRV(pin, af, drv) \ argument
/linux-4.4.14/net/sctp/
Dbind_addr.c230 struct sctp_af *af; in sctp_bind_addrs_to_raw() local
279 struct sctp_af *af; in sctp_raw_to_bind_addrs() local
377 struct sctp_af *af; in sctp_bind_addr_state() local
409 struct sctp_af *af; in sctp_find_unmatch_addr() local
467 struct sctp_af *af; in sctp_is_any() local
545 struct sctp_af *af; in sctp_scope() local
Dinput.c119 struct sctp_af *af; in sctp_rcv() local
477 struct sctp_af *af; in sctp_err_lookup() local
945 struct sctp_af *af; in __sctp_rcv_init_lookup() local
1005 struct sctp_af *af; in __sctp_rcv_asconf_lookup() local
Dsm_make_chunk.c109 struct sctp_af *af; in sctp_chunk_iif() local
1576 struct sctp_af *af; in sctp_make_temp_asoc() local
2298 struct sctp_af *af; in sctp_process_init() local
2498 struct sctp_af *af; in sctp_process_param() local
2751 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf() local
2808 struct sctp_af *af; in sctp_make_asconf_update_ip() local
2894 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf_set_prim() local
3002 struct sctp_af *af; in sctp_process_asconf_param() local
3285 struct sctp_af *af; in sctp_asconf_param_success() local
Dsocket.c175 struct sctp_af *af; in sctp_verify_addr() local
295 struct sctp_af *af; in sctp_sockaddr_af() local
328 struct sctp_af *af; in sctp_do_bind() local
454 struct sctp_af *af; in sctp_bindx_add() local
512 struct sctp_af *af; in sctp_send_asconf_add_ip() local
631 struct sctp_af *af; in sctp_bindx_rem() local
714 struct sctp_af *af; in sctp_send_asconf_del_ip() local
859 struct sctp_af *af; in sctp_asconf_mgmt() local
962 struct sctp_af *af; in sctp_setsockopt_bindx() local
1078 struct sctp_af *af; in __sctp_connect() local
[all …]
Dproc.c127 struct sctp_af *af; in sctp_seq_dump_local_addrs() local
161 struct sctp_af *af; in sctp_seq_dump_remote_addrs() local
Dtransport.c272 struct sctp_af *af = transport->af_specific; in sctp_transport_route() local
Dipv6.c849 struct sctp_af *af; in sctp_inet6_bind_verify() local
883 struct sctp_af *af = NULL; in sctp_inet6_send_verify() local
Dprotocol.c172 struct sctp_af *af; in sctp_get_local_addr_list() local
844 int sctp_register_af(struct sctp_af *af) in sctp_register_af()
Dassociola.c886 struct sctp_af *af; in sctp_cmp_addr_exact() local
Dsm_statefuns.c1210 struct sctp_af *af = sctp_get_af_specific(ssa->v4.sin_family); in sctp_sf_send_restart_abort() local
6131 struct sctp_af *af; in sctp_eat_data() local
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dmioa701.h4 #define MIO_CFG_IN(pin, af) \ argument
8 #define MIO_CFG_OUT(pin, af, state) \ argument
Dmfp-pxa2xx.h44 #define MFP_CFG_IN(pin, af) \ argument
51 #define MFP_CFG_OUT(pin, af, state) \ argument
/linux-4.4.14/include/net/
Dip_vs.h80 ip_vs_fill_iph_skb_off(int af, const struct sk_buff *skb, int offset, in ip_vs_fill_iph_skb_off()
124 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, in ip_vs_fill_iph_skb_icmp()
136 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb()
160 static inline void ip_vs_addr_copy(int af, union nf_inet_addr *dst, in ip_vs_addr_copy()
171 static inline void ip_vs_addr_set(int af, union nf_inet_addr *dst, in ip_vs_addr_set()
186 static inline int ip_vs_addr_equal(int af, const union nf_inet_addr *a, in ip_vs_addr_equal()
201 static inline const char *ip_vs_dbg_addr(int af, char *buf, size_t buf_len, in ip_vs_dbg_addr()
235 #define IP_VS_DBG_ADDR(af, addr) \ argument
250 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
255 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
[all …]
/linux-4.4.14/sound/soc/codecs/
Dwm8737.c335 u16 af = 0; in wm8737_hw_params() local
407 u16 af = 0; in wm8737_set_dai_fmt() local
/linux-4.4.14/arch/arm/plat-pxa/include/plat/
Dmfp.h410 #define MFP_CFG(pin, af) \ argument
414 #define MFP_CFG_DRV(pin, af, drv) \ argument
418 #define MFP_CFG_LPM(pin, af, lpm) \ argument
422 #define MFP_CFG_X(pin, af, drv, lpm) \ argument
/linux-4.4.14/arch/arm/mach-imx/
Diomux-v1.c77 unsigned int port, unsigned int pin, int af) in imx_iomuxv1_set_gpr()
/linux-4.4.14/drivers/media/radio/wl128x/
Dfmdrv_tx.c179 int fm_tx_set_af(struct fmdev *fmdev, u32 af) in fm_tx_set_af()
Dfmdrv.h90 u8 af[2]; member
Dfmdrv_common.c636 static void fm_rx_update_af_cache(struct fmdev *fmdev, u8 af) in fm_rx_update_af_cache()
/linux-4.4.14/tools/perf/util/
Dprobe-finder.c1281 struct available_var_finder *af = data; in collect_variables_cb() local
1337 struct available_var_finder *af = in add_available_vars() local
1392 struct available_var_finder af = { in debuginfo__find_available_vars_at() local
/linux-4.4.14/arch/arm/plat-pxa/
Dmfp.c174 int pin, af, drv, lpm, edge, pull; in mfp_config() local
/linux-4.4.14/drivers/gpio/
Dgpio-intel-mid.c110 int shift = (offset % 16) << 1, af = (value >> shift) & 3; in intel_gpio_request() local
Dgpio-pxa.c195 int ret, af = 0, dir = 0; in __gpio_is_occupied() local
/linux-4.4.14/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c364 struct alternate_functions af = pct->soc->alternate_functions[gpio]; in abx500_set_mode() local
488 struct alternate_functions af = pct->soc->alternate_functions[gpio]; in abx500_get_mode() local
/linux-4.4.14/drivers/media/i2c/m5mols/
Dm5mols.h160 u8 af; member
/linux-4.4.14/net/core/
Drtnetlink.c1310 struct nlattr *af; in rtnl_fill_ifinfo() local
1516 struct nlattr *af; in validate_linkmsg() local
1908 struct nlattr *af; in do_setlink() local
/linux-4.4.14/net/bridge/
Dbr_netlink.c386 struct nlattr *af; in br_fill_ifinfo() local
/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c1209 struct net *net, const sa_family_t af, in svc_find_xprt()
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h200 u_int8_t af; /* address/protocol family */ member
/linux-4.4.14/drivers/mfd/
Dstmpe.c253 int af, afperreg, ret; in stmpe_set_altfunc() local
/linux-4.4.14/drivers/of/
Daddress.c144 unsigned int af, rf; in of_bus_pci_map() local
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-is.h285 struct is_af_info af; member
/linux-4.4.14/kernel/
Daudit.c150 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, variable
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c806 struct dcbx_features *af = &admin_mib.features; in bnx2x_dcbx_admin_mib_updated_params() local
/linux-4.4.14/net/key/
Daf_key.c2421 int af, socklen; in parse_sockaddr_pair() local
/linux-4.4.14/include/net/sctp/
Dstructs.h515 struct sctp_af *af; member
/linux-4.4.14/arch/x86/kvm/
Demulate.c3274 bool af, cf, old_cf; in em_das() local