Home
last modified time | relevance | path

Searched refs:families (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-tangier.c74 family = &tp->families[i]; in tng_get_family()
527 struct tng_family *families; in tng_pinctrl_probe() local
545 * Make a copy of the families which we can use to hold pointers in tng_pinctrl_probe()
548 families_len = size_mul(sizeof(*families), tp->nfamilies); in tng_pinctrl_probe()
549 families = devm_kmemdup(dev, tp->families, families_len, GFP_KERNEL); in tng_pinctrl_probe()
550 if (!families) in tng_pinctrl_probe()
555 struct tng_family *family = &families[i]; in tng_pinctrl_probe()
560 tp->families = families; in tng_pinctrl_probe()
[all...]
H A Dpinctrl-tangier.h64 * @families: Array of families this pinctrl handles
65 * @nfamilies: Number of families in the array
80 const struct tng_family *families; member
H A Dpinctrl-merrifield.c347 .families = mrfld_families,
H A Dpinctrl-moorefield.c310 .families = mofld_families,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c371 int families[] = { AF_INET, AF_INET6 }; in test_cls_redirect_common() local
376 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common()
377 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common()
378 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common()
381 for (i = 0; i < ARRAY_SIZE(families); i++) { in test_cls_redirect_common()
382 slen = prepare_addr(&ss, families[i]); in test_cls_redirect_common()
401 for (j = 0; j < ARRAY_SIZE(families); j++) { in test_cls_redirect_common()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c372 int families[] = { AF_INET, AF_INET6 }; in test_cls_redirect_common() local
377 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common()
378 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common()
379 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common()
382 for (i = 0; i < ARRAY_SIZE(families); i++) { in test_cls_redirect_common()
383 slen = prepare_addr(&ss, families[i]); in test_cls_redirect_common()
402 for (j = 0; j < ARRAY_SIZE(families); j++) { in test_cls_redirect_common()
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H A Dpinctrl-merrifield.c414 * @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[ in mrfld_pinctrl_probe()
[all...]

Completed in 5 milliseconds