Home
last modified time | relevance | path

Searched refs:family (Results 101 – 125 of 1888) sorted by relevance

12345678910>>...76

/openbmc/linux/security/tomoyo/
H A Dnetwork.c628 u8 family; in tomoyo_sock_family() local
632 family = sk->sk_family; in tomoyo_sock_family()
633 switch (family) { in tomoyo_sock_family()
637 return family; in tomoyo_sock_family()
670 if (family == PF_UNIX) in tomoyo_socket_listen_permission()
693 if (!family) in tomoyo_socket_connect_permission()
708 if (family == PF_UNIX) in tomoyo_socket_connect_permission()
730 if (!family) in tomoyo_socket_bind_permission()
743 if (family == PF_UNIX) in tomoyo_socket_bind_permission()
765 if (!msg->msg_name || !family || in tomoyo_socket_sendmsg_permission()
[all …]
/openbmc/u-boot/drivers/pinctrl/mscc/
H A DKconfig10 bool "Microsemi ocelot family pin control driver"
19 bool "Microsemi luton family pin control driver"
28 bool "Microsemi jr2 family pin control driver"
37 bool "Microsemi servalt family pin control driver"
46 bool "Microsemi serval family pin control driver"
/openbmc/linux/net/netfilter/
H A Dxt_state.c42 ret = nf_ct_netns_get(par->net, par->family); in state_mt_check()
45 par->family); in state_mt_check()
51 nf_ct_netns_put(par->net, par->family); in state_mt_destroy()
56 .family = NFPROTO_UNSPEC,
H A Dxt_MASQUERADE.c31 return nf_ct_netns_get(par->net, par->family); in masquerade_tg_check()
51 nf_ct_netns_put(par->net, par->family); in masquerade_tg_destroy()
68 return nf_ct_netns_get(par->net, par->family); in masquerade_tg6_checkentry()
76 .family = NFPROTO_IPV6,
87 .family = NFPROTO_IPV4,
H A Dxt_helper.c59 ret = nf_ct_netns_get(par->net, par->family); in helper_mt_check()
62 par->family); in helper_mt_check()
71 nf_ct_netns_put(par->net, par->family); in helper_mt_destroy()
77 .family = NFPROTO_UNSPEC,
H A Dxt_recent.c70 u_int16_t family; member
131 if (family == NFPROTO_IPV4) in recent_entry_lookup()
137 if (e->family == family && in recent_entry_lookup()
199 e->family = family; in recent_entry_init()
200 if (family == NFPROTO_IPV4) in recent_entry_init()
567 u_int16_t family; in recent_mt_proc_write() local
600 family = NFPROTO_IPV6; in recent_mt_proc_write()
603 family = NFPROTO_IPV4; in recent_mt_proc_write()
698 .family = NFPROTO_IPV4,
708 .family = NFPROTO_IPV6,
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c136 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_udevice_info()
139 case NV_20: args->v0.family = NV_DEVICE_INFO_V0_KELVIN; break; in nvkm_udevice_info()
141 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nvkm_udevice_info()
142 case NV_50: args->v0.family = NV_DEVICE_INFO_V0_TESLA; break; in nvkm_udevice_info()
143 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_udevice_info()
144 case NV_E0: args->v0.family = NV_DEVICE_INFO_V0_KEPLER; break; in nvkm_udevice_info()
146 case GP100: args->v0.family = NV_DEVICE_INFO_V0_PASCAL; break; in nvkm_udevice_info()
147 case GV100: args->v0.family = NV_DEVICE_INFO_V0_VOLTA; break; in nvkm_udevice_info()
148 case TU100: args->v0.family = NV_DEVICE_INFO_V0_TURING; break; in nvkm_udevice_info()
149 case GA100: args->v0.family = NV_DEVICE_INFO_V0_AMPERE; break; in nvkm_udevice_info()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,pru-rproc.yaml39 - ti,am5728-pru # for AM57xx SoC family
40 - ti,am625-pru # for PRUs in K3 AM62x SoC family
41 - ti,am642-pru # for PRUs in K3 AM64x SoC family
42 - ti,am642-rtu # for RTUs in K3 AM64x SoC family
43 - ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family
44 - ti,am654-pru # for PRUs in K3 AM65x SoC family
45 - ti,am654-rtu # for RTUs in K3 AM65x SoC family
47 - ti,j721e-pru # for PRUs in K3 J721E SoC family
48 - ti,j721e-rtu # for RTUs in K3 J721E SoC family
49 - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family
[all …]
/openbmc/linux/drivers/w1/
H A Dw1.c81 w1_family_put(sl->family); in w1_slave_release()
393 unsigned int family; in w1_atoreg_num() local
415 rn->family = family; in w1_atoreg_num()
438 if (sl->reg_num.family == rn->family && in w1_slave_search_device()
611 fops = sl->family->fops; in w1_family_notify()
674 sl->family->of_match_table); in __w1_attach_slave_device()
677 (unsigned int) sl->reg_num.family, in __w1_attach_slave_device()
749 rn->family, rn->family, in w1_attach_slave_device()
755 sl->family = f; in w1_attach_slave_device()
762 w1_family_put(sl->family); in w1_attach_slave_device()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmptcpify.c11 int BPF_PROG(mptcpify, int family, int type, int protocol) in BPF_PROG() argument
13 if ((family == AF_INET || family == AF_INET6) && in BPF_PROG()
H A Dbind_perm.c10 static __always_inline int bind_prog(struct bpf_sock_addr *ctx, int family) in bind_prog() argument
18 if (sk->family != family) in bind_prog()
/openbmc/linux/net/ipv4/
H A Dtunnel4.c24 static inline struct xfrm_tunnel __rcu **fam_handlers(unsigned short family) in fam_handlers() argument
26 return (family == AF_INET) ? &tunnel4_handlers : in fam_handlers()
27 (family == AF_INET6) ? &tunnel64_handlers : in fam_handlers()
31 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register() argument
41 for (pprev = fam_handlers(family); in xfrm4_tunnel_register()
63 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister() argument
71 for (pprev = fam_handlers(family); in xfrm4_tunnel_deregister()
134 .family = AF_INET,
H A Dnetlink.c10 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, u8 family, in rtm_getroute_parse_ip_proto() argument
20 if (family != AF_INET) in rtm_getroute_parse_ip_proto()
25 if (family != AF_INET6) in rtm_getroute_parse_ip_proto()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c409 family = AF_INET; in dsf()
460 u_int16_t family; in csf() local
636 u_int16_t family; in announce_addr() local
660 family = AF_INET; in announce_addr()
761 u_int16_t family; in add_addr() local
784 family = AF_INET; in add_addr()
891 u_int16_t family; in del_addr() local
968 family); in print_addr()
977 family); in print_addr()
1242 u_int16_t family; in add_listener() local
[all …]
/openbmc/linux/arch/arm/mach-at91/
H A DKconfig14 bool "SAM Cortex-M7 family" if ARM_SINGLE_ARMV7M
22 bool "SAMA5D2 family"
34 Select this if ou are using one of Microchip's SAMA5D2 family SoC.
37 bool "SAMA5D3 family"
45 Select this if you are using one of Microchip's SAMA5D3 family SoC.
49 bool "SAMA5D4 family"
59 Select this if you are using one of Microchip's SAMA5D4 family SoC.
62 bool "SAMA7G5 family"
70 Select this if you are using one of Microchip's SAMA7G5 family SoC.
73 bool "ARMv7 based Microchip LAN966 SoC family"
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c49 if (rdev->family >= CHIP_R600) in radeon_encoder_clones()
99 if ((rdev->family == CHIP_RS300) || in radeon_get_encoder_enum()
100 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum()
101 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum()
134 if ((rdev->family == CHIP_RS300) || in radeon_get_encoder_enum()
135 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum()
136 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum()
145 if ((rdev->family == CHIP_RS600) || in radeon_get_encoder_enum()
146 (rdev->family == CHIP_RS690) || in radeon_get_encoder_enum()
147 (rdev->family == CHIP_RS740)) in radeon_get_encoder_enum()
[all …]
H A Dradeon_legacy_encoders.c247 if (rdev->family == CHIP_RV410) in radeon_legacy_lvds_mode_set()
789 if (rdev->family == CHIP_RV280) { in radeon_legacy_tmds_int_mode_set()
821 if (rdev->family == CHIP_R200 || in radeon_legacy_tmds_int_mode_set()
822 rdev->family == CHIP_R100 || in radeon_legacy_tmds_int_mode_set()
1043 if (rdev->family == CHIP_R200) in radeon_legacy_tv_dac_dpms()
1080 if (rdev->family == CHIP_R200) in radeon_legacy_tv_dac_dpms()
1104 if (rdev->family == CHIP_R200) { in radeon_legacy_tv_dac_dpms()
1162 if (rdev->family != CHIP_R200) { in radeon_legacy_tv_dac_mode_set()
1214 if (rdev->family >= CHIP_R200) in radeon_legacy_tv_dac_mode_set()
1286 if (rdev->family >= CHIP_R200) in radeon_legacy_tv_dac_mode_set()
[all …]
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c239 if (family >= 0x15) in __verify_patch_size()
245 switch (family) { in __verify_patch_size()
253 WARN(1, "%s: WTF family: 0x%x\n", __func__, family); in __verify_patch_size()
301 ret = __verify_patch_size(family, sh_psize, buf_size); in verify_patch()
319 if (patch_fam != family) in verify_patch()
502 if (family >= 0x15) in get_builtin_microcode()
504 "amd-ucode/microcode_amd_fam%.2xh.bin", family); in get_builtin_microcode()
787 ret = verify_patch(family, fw, leftover, patch_size, false); in verify_and_add_patch()
822 static enum ucode_state __load_microcode_amd(u8 family, const u8 *data, in __load_microcode_amd() argument
845 ret = verify_and_add_patch(family, fw, size, &crnt_size); in __load_microcode_amd()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_force_port.c7 static int verify_ports(int family, int fd, in verify_ports() argument
19 if (family == AF_INET) in verify_ports()
35 if (family == AF_INET) in verify_ports()
49 static int run_test(int cgroup_fd, int server_fd, int family, int type) in run_test() argument
51 bool v4 = family == AF_INET; in run_test()
124 err = verify_ports(family, fd, expected_local_port, in run_test()
H A Dsk_assign.c217 prepare_addr(struct sockaddr *addr, int family, __u16 port, bool rewrite_addr) in prepare_addr() argument
222 switch (family) { in prepare_addr()
226 addr4->sin_family = family; in prepare_addr()
236 addr6->sin6_family = family; in prepare_addr()
243 fprintf(stderr, "Invalid family %d", family); in prepare_addr()
249 int family; member
259 .family = FAMILY, \
311 prepare_addr(test->addr, test->family, BIND_PORT, false); in test_sk_assign()
324 prepare_addr(test->addr, test->family, CONNECT_PORT, in test_sk_assign()
H A Dxdp.c7 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp()
8 struct vip key6 = {.protocol = 6, .family = AF_INET6}; in test_xdp()
9 struct iptnl_info value4 = {.family = AF_INET}; in test_xdp()
10 struct iptnl_info value6 = {.family = AF_INET6}; in test_xdp()
/openbmc/linux/drivers/hwmon/
H A Dasus-ec-sensors.c296 enum board_family family; member
305 .family = family_amd_400_series,
312 .family = family_amd_500_series,
320 .family = family_amd_500_series,
328 .family = family_amd_500_series,
336 .family = family_amd_500_series,
344 .family = family_amd_600_series,
354 .family = family_amd_500_series,
365 .family = family_amd_500_series,
383 .family = family_amd_500_series,
[all …]
/openbmc/linux/drivers/base/
H A Dsoc.c37 static DEVICE_ATTR(family, 0444, soc_info_show, NULL);
56 if ((attr == &dev_attr_family.attr) && soc_dev->attr->family) in soc_attribute_mode()
78 output = soc_dev->attr->family; in soc_info_show()
218 if (match->family && in soc_device_match_attr()
219 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr()
266 while (matches->machine || matches->family || matches->revision || in soc_device_match()
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dunix_connect.c18 int family; in FIXTURE() local
104 self->family = AF_UNIX; in FIXTURE_SETUP()
120 .sun_family = self->family, in TEST_F()
124 self->server = socket(self->family, variant->type, 0); in TEST_F()
141 self->client = socket(self->family, variant->type, 0); in TEST_F()
/openbmc/linux/Documentation/arch/arm/
H A Dmicrochip.rst68 - at91sam9g45 family
78 - at91sam9x5 family (aka "The 5 series")
85 * Datasheet (can be considered as covering the whole family)
102 - sama5d3 family
115 - sama5d4 family
126 - sama5d2 family
141 - sama7g5 family
152 - lan966 family
161 - sams70 family
173 - samv70 family
[all …]

12345678910>>...76