Home
last modified time | relevance | path

Searched refs:families (Results 1 – 25 of 62) sorted by relevance

123

/linux/drivers/pinctrl/intel/
H A Dpinctrl-tangier.c75 family = &tp->families[i]; in tng_get_family()
525 struct tng_family *families; in tng_pinctrl_probe() local
545 families = devm_kmemdup_array(dev, tp->families, tp->nfamilies, in tng_pinctrl_probe()
546 sizeof(*tp->families), GFP_KERNEL); in tng_pinctrl_probe()
547 if (!families) in tng_pinctrl_probe()
552 struct tng_family *family = &families[i]; in tng_pinctrl_probe()
557 tp->families = families; in tng_pinctrl_probe()
H A Dpinctrl-tangier.h80 const struct tng_family *families; member
H A Dpinctrl-moorefield.c310 .families = mofld_families,
H A Dpinctrl-merrifield.c347 .families = mrfld_families,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c304 int families[] = { AF_INET, AF_INET6 }; in build_input()
308 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in build_input()
309 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in build_input()
310 struct sockaddr_storage srcs[__NR_KIND][ARRAY_SIZE(families)]; in build_input()
311 struct sockaddr_storage dsts[__NR_KIND][ARRAY_SIZE(families)]; in build_input()
313 for (i = 0; i < ARRAY_SIZE(families); i++) { in build_input()
314 slen = prepare_addr(&ss, families[i]); in build_input()
333 for (j = 0; j < ARRAY_SIZE(families); j++) { in close_fds()
339 test_str(tmp, sizeof(tmp), test, families[j]); in test_cls_redirect_common()
340 int families[] = { AF_INET, AF_INET6 }; test_cls_redirect_common() local
/linux/Documentation/core-api/
H A Dnetlink.rst15 Older families often define "null" attributes and commands with value
17 but should be avoided in new families. The ``unspec`` enum values are
33 Older families do not reply to all of the commands, especially NEW / ADD
73 New families should use ``per-op`` (default) to be able to narrow down the
84 Accept strings without the null-termination (for legacy families only).
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst4 Netlink specification support for legacy Generic Netlink families
8 required to describe older Generic Netlink families which form
31 New Netlink families should use ``multi-attr`` to define arrays.
32 Older families (e.g. ``genetlink`` control family) attempted to
95 Netlink families should have instead defined this as a flat structure,
107 Modern families use the ``unified`` message ID model, which uses
186 Legacy families can define C structures both to be used as the contents of
272 Legacy families also use ``binary`` attributes to encapsulate C arrays. The
286 New Netlink families should never respond to a DO operation with multiple
H A Dintro.rst253 about other families (``CTRL_CMD_GETFAMILY``).
259 call would make the kernel respond with information about *all* the families
352 families, selecting the recipient family on message-by-message basis using
447 notifications about registered families. When a new family is added the
531 families may, however, require a larger buffer. 32kB buffer is recommended
556 Netlink refers to subsystems as families. This is a remnant of using
557 sockets and the concept of protocol families, which are part of message
561 as "families" making the term very confusing:
572 happily allocate to one of its families as well).
598 This is no longer the case for new Generic Netlink families and those opting
[all …]
/linux/Documentation/arch/sh/
H A Dregister-banks.rst10 The SH-3 and SH-4 CPU families traditionally include a single partial register
11 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
/linux/arch/arm/mach-mstar/
H A DKconfig11 Support for newer MStar/Sigmastar SoC families that are
/linux/Documentation/arch/arm/sti/
H A Doverview.rst21 All the files for multiple machine families (STiH407, STiH410, and STiH418)
/linux/Documentation/arch/arm/stm32/
H A Doverview.rst23 All the files for multiple machine families are located in the platform code
/linux/Documentation/admin-guide/hw-vuln/
H A Dvmscape.rst16 The following CPU families are affected by VMSCAPE:
27 - Zen series (families 0x17, 0x19, 0x1a)
/linux/drivers/nfc/nxp-nci/
H A DKconfig7 NPC300 (PN548) or PN7150 families.
/linux/drivers/mtd/lpddr/
H A DKconfig19 families of devices. This serves similar purpose of CFI on legacy
/linux/Documentation/gpu/
H A Dnouveau.rst9 to the latest Turing, Ampere, Ada families.
/linux/drivers/net/ethernet/smsc/
H A DKconfig79 tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
85 Say Y here if you want support for SMSC LAN911x and LAN921x families
/linux/drivers/net/wireless/ti/wlcore/
H A DKconfig8 hardware-specific differences among different chipset families.
/linux/Documentation/arch/powerpc/
H A Dcpu_families.rst5 This document tries to summarise some of the different cpu families that exist
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty217 due to the lack of suitable font families and/or the texlive-xecjk
221 font families along with the texlive-xecjk package by following
224 Having optional non-variable ``Noto Serif CJK'' font families will
/linux/Documentation/fb/
H A Dcirrusfb.rst11 Chip families supported:
/linux/Documentation/arch/arm/spear/
H A Doverview.rst48 The common files for multiple machine families (SPEAr3xx, SPEAr6xx and
/linux/drivers/net/ethernet/microchip/
H A DKconfig54 Support for the Microchip LAN743x and PCI11x1x families of PCI
/linux/Documentation/hwmon/
H A Dxdpe12284.rst29 These families include XDPE11280, XDPE12284 and XDPE12254 devices.
/linux/drivers/clk/bcm/
H A DKconfig56 in the BCM281xx and BCM21664 families.

123