/linux-2.6.39/drivers/media/video/omap3isp/ |
D | isph3a_af.c | 39 static void h3a_af_setup_regs(struct ispstat *af, void *priv) in h3a_af_setup_regs() 141 static void h3a_af_enable(struct ispstat *af, int enable) in h3a_af_enable() 160 static int h3a_af_busy(struct ispstat *af) in h3a_af_busy() 172 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params() 246 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params() 369 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init() local
|
/linux-2.6.39/net/netfilter/ |
D | x_tables.c | 75 u_int8_t af = target->family; in xt_register_target() local 90 u_int8_t af = target->family; in xt_unregister_target() local 129 u_int8_t af = match->family; in xt_register_match() local 146 u_int8_t af = match->family; in xt_unregister_match() local 190 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() 235 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target() 264 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target() 278 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() 298 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() 319 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision() [all …]
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_proto_ah_esp.c | 44 ah_esp_conn_fill_param_proto(struct net *net, int af, in ah_esp_conn_fill_param_proto() 59 ah_esp_conn_in_get(int af, const struct sk_buff *skb, in ah_esp_conn_in_get() 87 ah_esp_conn_out_get(int af, const struct sk_buff *skb, in ah_esp_conn_out_get() 112 ah_esp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
|
D | ip_vs_proto_udp.c | 32 udp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in udp_conn_schedule() 85 udp_fast_csum_update(int af, struct udphdr *uhdr, in udp_fast_csum_update() 107 udp_partial_csum_update(int af, struct udphdr *uhdr, in udp_partial_csum_update() 296 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
|
D | ip_vs_proto_tcp.c | 35 tcp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in tcp_conn_schedule() 89 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update() 110 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update() 292 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
|
D | ip_vs_dh.c | 71 static inline unsigned ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_dh_hashkey() 88 ip_vs_dh_get(int af, struct ip_vs_dh_bucket *tbl, in ip_vs_dh_get()
|
D | ip_vs_sh.c | 68 static inline unsigned ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_sh_hashkey() 85 ip_vs_sh_get(int af, struct ip_vs_sh_bucket *tbl, in ip_vs_sh_get()
|
D | ip_vs_lblc.c | 94 int af; /* address family */ member 146 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblc_hashkey() 178 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
|
D | ip_vs_lblcr.c | 268 int af; /* address family */ member 317 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblcr_hashkey() 349 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
|
D | ip_vs_conn.c | 133 static unsigned int ip_vs_conn_hashkey(struct net *net, int af, unsigned proto, in ip_vs_conn_hashkey() 309 ip_vs_conn_fill_param_proto(int af, const struct sk_buff *skb, in ip_vs_conn_fill_param_proto() 331 ip_vs_conn_in_get_proto(int af, const struct sk_buff *skb, in ip_vs_conn_in_get_proto() 434 ip_vs_conn_out_get_proto(int af, const struct sk_buff *skb, in ip_vs_conn_out_get_proto()
|
D | ip_vs_core.c | 666 static int ip_vs_route_me_harder(int af, struct sk_buff *skb) in ip_vs_route_me_harder() 782 static int handle_response_icmp(int af, struct sk_buff *skb, in handle_response_icmp() 1021 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response() 1088 ip_vs_out(unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_out() 1507 ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_in()
|
D | ip_vs_ctl.c | 269 ip_vs_svc_hashkey(struct net *net, int af, unsigned proto, in ip_vs_svc_hashkey() 361 __ip_vs_service_find(struct net *net, int af, __u16 protocol, in __ip_vs_service_find() 389 __ip_vs_svc_fwm_find(struct net *net, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() 409 ip_vs_service_get(struct net *net, int af, __u32 fwmark, __u16 protocol, in ip_vs_service_get() 492 static inline unsigned ip_vs_rs_hashkey(int af, in ip_vs_rs_hashkey() 553 ip_vs_lookup_real_service(struct net *net, int af, __u16 protocol, in ip_vs_lookup_real_service() 618 struct ip_vs_dest *ip_vs_find_dest(struct net *net, int af, in ip_vs_find_dest()
|
D | ip_vs_proto_sctp.c | 12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in sctp_conn_schedule() 155 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
|
/linux-2.6.39/arch/arm/mach-mmp/include/mach/ |
D | mfp.h | 28 #define MFP_CFG(pin, af) \ argument 31 #define MFP_CFG_DRV(pin, af, drv) \ argument
|
/linux-2.6.39/net/sctp/ |
D | bind_addr.c | 246 struct sctp_af *af; in sctp_bind_addrs_to_raw() local 295 struct sctp_af *af; in sctp_raw_to_bind_addrs() local 393 struct sctp_af *af; in sctp_bind_addr_state() local 425 struct sctp_af *af; in sctp_find_unmatch_addr() local 483 struct sctp_af *af; in sctp_is_any() local 546 struct sctp_af *af; in sctp_scope() local
|
D | input.c | 131 struct sctp_af *af; in sctp_rcv() local 472 struct sctp_af *af; in sctp_err_lookup() local 954 struct sctp_af *af; in __sctp_rcv_init_lookup() local 1013 struct sctp_af *af; in __sctp_rcv_asconf_lookup() local
|
D | socket.c | 188 struct sctp_af *af; in sctp_verify_addr() local 308 struct sctp_af *af; in sctp_sockaddr_af() local 340 struct sctp_af *af; in sctp_do_bind() local 469 struct sctp_af *af; in sctp_bindx_add() local 526 struct sctp_af *af; in sctp_send_asconf_add_ip() local 632 struct sctp_af *af; in sctp_bindx_rem() local 710 struct sctp_af *af; in sctp_send_asconf_del_ip() local 896 struct sctp_af *af; in sctp_setsockopt_bindx() local 984 struct sctp_af *af; in __sctp_connect() local 2934 struct sctp_af *af; in sctp_setsockopt_peer_primary_addr() local [all …]
|
D | sm_make_chunk.c | 89 struct sctp_af *af; in sctp_chunk_iif() local 1512 struct sctp_af *af; in sctp_make_temp_asoc() local 2435 struct sctp_af *af; in sctp_process_param() local 2685 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf() local 2742 struct sctp_af *af; in sctp_make_asconf_update_ip() local 2806 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf_set_prim() local 2914 struct sctp_af *af; in sctp_process_asconf_param() local 3169 struct sctp_af *af; in sctp_asconf_param_success() local
|
D | proc.c | 131 struct sctp_af *af; in sctp_seq_dump_local_addrs() local 154 struct sctp_af *af; in sctp_seq_dump_remote_addrs() local
|
D | transport.c | 272 struct sctp_af *af = transport->af_specific; in sctp_transport_route() local
|
/linux-2.6.39/arch/arm/mach-pxa/include/mach/ |
D | mioa701.h | 4 #define MIO_CFG_IN(pin, af) \ argument 8 #define MIO_CFG_OUT(pin, af, state) \ argument
|
D | mfp-pxa2xx.h | 37 #define MFP_CFG_IN(pin, af) \ argument 44 #define MFP_CFG_OUT(pin, af, state) \ argument
|
/linux-2.6.39/include/net/ |
D | ip_vs.h | 118 ip_vs_fill_iphdr(int af, const void *nh, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iphdr() 138 static inline void ip_vs_addr_copy(int af, union nf_inet_addr *dst, in ip_vs_addr_copy() 149 static inline int ip_vs_addr_equal(int af, const union nf_inet_addr *a, in ip_vs_addr_equal() 164 static inline const char *ip_vs_dbg_addr(int af, char *buf, size_t buf_len, in ip_vs_dbg_addr() 198 #define IP_VS_DBG_ADDR(af, addr) \ argument 213 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 218 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 229 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument 230 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument 471 u16 af; member [all …]
|
/linux-2.6.39/sound/soc/codecs/ |
D | wm8737.c | 337 u16 af = 0; in wm8737_hw_params() local 409 u16 af = 0; in wm8737_set_dai_fmt() local
|
/linux-2.6.39/arch/arm/plat-pxa/include/plat/ |
D | mfp.h | 410 #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
|