Home
last modified time | relevance | path

Searched refs:resolver (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/Documentation/devicetree/
Ddynamic-resolution-notes.txt5 Device Tree resolver, residing in drivers/of/resolver.c
7 How the resolver works
10 The resolver is given as an input an arbitrary tree compiled with the
14 In sequence the resolver works by the following steps:
/Linux-v5.4/drivers/iio/resolver/
DKconfig11 Say yes here to build support for Analog Devices spi resolver
22 Say yes here to build support for Analog Devices spi resolver
/Linux-v5.4/drivers/staging/iio/
DMakefile13 obj-y += resolver/
DKconfig15 source "drivers/staging/iio/resolver/Kconfig"
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt31 functions resolver. This function receives a pointer to its custom context
37 kernel functions resolver. The _tep_ argument is trace event parser context.
39 resolver is used by the APIs _tep_find_function()_,
44 resolver to the default function. The _tep_ argument is trace event parser
Dlibtraceevent.txt89 Functions resolver:
/Linux-v5.4/drivers/staging/iio/resolver/
DKconfig12 Say yes here to build support for Analog Devices spi resolver
/Linux-v5.4/drivers/of/
DMakefile14 obj-$(CONFIG_OF_RESOLVE) += resolver.o
/Linux-v5.4/drivers/iio/
DMakefile38 obj-y += resolver/
DKconfig95 source "drivers/iio/resolver/Kconfig"
/Linux-v5.4/net/dns_resolver/
DKconfig20 helper "/sbin/dns.resolver" via /etc/request-key.conf.
/Linux-v5.4/Documentation/devicetree/bindings/iio/resolver/
Dad2s90.txt25 resolver@0 {
/Linux-v5.4/fs/nfs/
DKconfig179 bool "Use the legacy NFS DNS resolver"
184 resolver script.
/Linux-v5.4/Documentation/networking/
Ddns_resolver.txt19 The DNS resolver module provides a way for kernel services to make DNS queries
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfs.txt57 The DNS resolver
/Linux-v5.4/tools/lib/traceevent/
Devent-parse.c517 struct func_resolver *resolver = malloc(sizeof(*resolver)); in tep_set_function_resolver() local
519 if (resolver == NULL) in tep_set_function_resolver()
522 resolver->func = func; in tep_set_function_resolver()
523 resolver->priv = priv; in tep_set_function_resolver()
526 tep->func_resolver = resolver; in tep_set_function_resolver()
/Linux-v5.4/Documentation/security/keys/
Dcore.rst562 DNS resolver cache keyring is an example of this.
/Linux-v5.4/
DMAINTAINERS12093 F: drivers/of/resolver.c