Searched refs:family (Results 151 - 175 of 975) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_clocks.c128 if (rdev->family >= CHIP_R420) {
213 if (rdev->family < CHIP_RS600) {
247 if (rdev->family >= CHIP_R420) {
498 if ((rdev->family == CHIP_RS400) ||
499 (rdev->family == CHIP_RS480)) {
546 } else if (rdev->family >= CHIP_RV350) {
674 if (((rdev->family == CHIP_RV250) &&
678 || ((rdev->family == CHIP_RV100)
689 if ((rdev->family == CHIP_RV200) ||
690 (rdev->family
[all...]
/linux-master/arch/nios2/platform/
H A Dplatform.c38 soc_dev_attr->family = "Nios II";
/linux-master/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c77 err = nf_ct_netns_get(par->net, par->family);
83 nf_ct_netns_put(par->net, par->family);
95 nf_ct_netns_put(par->net, par->family);
100 .family = NFPROTO_IPV6,
/linux-master/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c74 err = nf_ct_netns_get(par->net, par->family);
80 nf_ct_netns_put(par->net, par->family);
92 nf_ct_netns_put(par->net, par->family);
97 .family = NFPROTO_IPV4,
/linux-master/include/uapi/linux/caif/
H A Dcaif_socket.h109 * @family: Address family number, must be AF_CAIF.
110 * @u: Union of address data 'switched' by family.
112 * @u.at: Applies when family = CAIFPROTO_AT.
116 * @u.util: Applies when family = CAIFPROTO_UTIL
120 * @u.dgm: Applies when family = CAIFPROTO_DATAGRAM
126 * @u.rfm: Applies when family = CAIFPROTO_RFM
132 * @u.dbg: Applies when family = CAIFPROTO_DEBUG.
143 __kernel_sa_family_t family; member in struct:sockaddr_caif
/linux-master/drivers/comedi/drivers/ni_routing/
H A Dni_route_values.h77 * family.
78 * @family: lower-case string representation of a specific series or family of
79 * devices from National Instruments where each member of this family
81 * should be noted that not all devices of any family have access to
90 const char *family; member in struct:family_route_values
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h62 u16 family; member in struct:sa_mbx_msg
/linux-master/net/netfilter/
H A Dxt_connlimit.c91 if (par->family == NFPROTO_IPV6)
97 info->data = nf_conncount_init(par->net, par->family, keylen);
106 nf_conncount_destroy(par->net, par->family, info->data);
112 .family = NFPROTO_UNSPEC,
H A Dxt_DSCP.c114 .family = NFPROTO_IPV4,
123 .family = NFPROTO_IPV6,
133 .family = NFPROTO_IPV4,
142 .family = NFPROTO_IPV6,
H A Dxt_ipcomp.c80 .family = NFPROTO_IPV4,
89 .family = NFPROTO_IPV6,
H A Dxt_hl.c67 .family = NFPROTO_IPV4,
75 .family = NFPROTO_IPV6,
H A Dxt_esp.c75 .family = NFPROTO_IPV4,
84 .family = NFPROTO_IPV6,
H A Dxt_tcpmss.c80 .family = NFPROTO_IPV4,
88 .family = NFPROTO_IPV6,
H A Dxt_nfacct.c61 .family = NFPROTO_UNSPEC,
72 .family = NFPROTO_UNSPEC,
H A Dxt_tcpudp.c259 .family = NFPROTO_IPV4,
268 .family = NFPROTO_IPV6,
277 .family = NFPROTO_IPV4,
286 .family = NFPROTO_IPV6,
295 .family = NFPROTO_IPV4,
304 .family = NFPROTO_IPV6,
317 .family = NFPROTO_IPV4,
326 .family = NFPROTO_IPV6,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtask_storage_nodeadlock.c25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, argument
H A Drecvmsg6_prog.c28 if (sk->family != AF_INET6)
H A Dtest_sk_lookup_kern.c98 __u32 family = 0; local
103 family = sk->family;
105 return family;
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c138 unsigned int family; local
144 * "IBM,family,model-capacity,model[,cpum_cf-version,cpum_cf-authorization]"
146 ret = sscanf(cpuid, "%*[^,],%u,%[^,],%[^,],%[^,],%s", &family, model_c,
149 arch->family = family;
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_backlight.c164 (rinfo->family != CHIP_FAMILY_RV200 &&
165 rinfo->family != CHIP_FAMILY_RV250 &&
166 rinfo->family != CHIP_FAMILY_RV280 &&
167 rinfo->family != CHIP_FAMILY_RV350);
/linux-master/drivers/usb/gadget/function/
H A Du_midi2.h36 unsigned int family; /* device family id: 0-0xffff */ member in struct:f_midi2_ep_info
/linux-master/drivers/soc/loongson/
H A Dloongson2_guts.c123 soc_dev_attr.family = devm_kasprintf(dev, GFP_KERNEL,
126 soc_dev_attr.family = devm_kasprintf(dev, GFP_KERNEL, "Loongson");
128 if (!soc_dev_attr.family)
144 pr_info("SoC family: %s\n", soc_dev_attr.family);
/linux-master/include/linux/
H A Dpeci.h62 * @info.family: device family
76 u16 family; member in struct:peci_device::__anon99
/linux-master/include/net/netfilter/
H A Dnf_log.h72 #define MODULE_ALIAS_NF_LOGGER(family, type) \
73 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
/linux-master/drivers/soc/bcm/brcmstb/
H A Dcommon.c91 soc_dev_attr->family = kasprintf(GFP_KERNEL, "%x",
103 kfree(soc_dev_attr->family);

Completed in 235 milliseconds

1234567891011>>