Searched full:families (Results 1 – 25 of 165) sorted by relevance
1234567
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 370 int families[] = { AF_INET, AF_INET6 }; in test_cls_redirect_common() local 375 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() 376 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() 377 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() 380 for (i = 0; i < ARRAY_SIZE(families); i++) { in test_cls_redirect_common() 381 slen = prepare_addr(&ss, families[i]); in test_cls_redirect_common() 400 for (j = 0; j < ARRAY_SIZE(families); j++) { in test_cls_redirect_common()
|
/Linux-v5.10/drivers/pinctrl/intel/ |
D | pinctrl-merrifield.c | 414 * @families: Array of families this pinctrl handles 415 * @nfamilies: Number of families in the array 430 const struct mrfld_family *families; member 449 family = &mp->families[i]; in mrfld_get_family() 898 struct mrfld_family *families; in mrfld_pinctrl_probe() local 916 * Make a copy of the families which we can use to hold pointers in mrfld_pinctrl_probe() 920 families = devm_kmemdup(&pdev->dev, mrfld_families, in mrfld_pinctrl_probe() 923 if (!families) in mrfld_pinctrl_probe() 928 struct mrfld_family *family = &families[i]; in mrfld_pinctrl_probe() 933 mp->families = families; in mrfld_pinctrl_probe()
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | intel,ixp4xx-interrupt.yaml | 19 The distinct IXP4xx families with different interrupt controller 21 families were the only ones to reach the developer and consumer
|
D | aspeed,ast2400-vic.txt | 4 AST2500 SoC families include a legacy register layout before a re-designed
|
/Linux-v5.10/Documentation/sh/ |
D | register-banks.rst | 10 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-v5.10/include/uapi/linux/ |
D | atmbr2684.h | 51 * This is for the ATM_NEWBACKENDIF call - these are like socket families: 78 * This is for the ATM_SETBACKEND call - these are like socket families:
|
D | atmppp.h | 16 * This is for the ATM_SETBACKEND call - these are like socket families:
|
/Linux-v5.10/net/dsa/ |
D | Kconfig | 84 tristate "Tag driver for Microchip 8795/9477/9893 families of switches" 87 Microchip 8795/9477/9893 families of switches.
|
/Linux-v5.10/drivers/net/ethernet/smsc/ |
D | Kconfig | 92 tristate "SMSC LAN911x/LAN921x families embedded ethernet support" 98 Say Y here if you want support for SMSC LAN911x and LAN921x families
|
/Linux-v5.10/arch/arm/plat-pxa/ |
D | Makefile | 3 # Makefile for code common across different PXA processor families
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | micrel-ks8995.txt | 1 Micrel KS8995 SPI controlled Ethernet Switch families
|
/Linux-v5.10/arch/arm/mach-mstar/ |
D | Kconfig | 8 Support for newer MStar/Sigmastar SoC families that are
|
/Linux-v5.10/arch/arm/mach-iop32x/ |
D | pmu.c | 3 * PMU IRQ registration for the iop3xx xscale PMU families.
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/marvell/ |
D | armada-8kp.txt | 4 Boards using a SoC of the Marvell Armada 8KP families must carry
|
D | armada-370-xp.txt | 4 Boards with a SoC of the Marvell Armada 370 and Armada XP families
|
D | 98dx3236.txt | 4 Boards with a SoC of the Marvell 98DX3236, 98DX3336 and 98DX4251 families
|
/Linux-v5.10/net/atm/ |
D | Makefile | 3 # Makefile for the ATM Protocol Families.
|
/Linux-v5.10/drivers/nfc/nxp-nci/ |
D | Kconfig | 7 NPC300 (PN548) or PN7150 families.
|
/Linux-v5.10/drivers/mtd/lpddr/ |
D | Kconfig | 19 families of devices. This serves similar purpose of CFI on legacy
|
/Linux-v5.10/drivers/net/wireless/ti/wlcore/ |
D | Kconfig | 8 hardware-specific differences among different chipset families.
|
/Linux-v5.10/Documentation/arm/stm32/ |
D | overview.rst | 23 All the files for multiple machine families are located in the platform code
|
/Linux-v5.10/Documentation/arm/sti/ |
D | overview.rst | 25 All the files for multiple machine families (STiH415, STiH416, and STiG125)
|
/Linux-v5.10/drivers/phy/st/ |
D | Kconfig | 34 and USB3 controllers on STMicroelectronics STiH407 SoC families.
|
/Linux-v5.10/tools/power/cpupower/utils/helpers/ |
D | misc.c | 25 * families and has no fixed discrete boost states but in cpufreq_has_boost_support()
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/keystone/ |
D | keystone.txt | 12 SoC families:
|
1234567