Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/
Ddynamic-resolution-notes.rst8 DeviceTree resolver, residing in drivers/of/resolver.c
10 How the resolver works
13 The resolver is given as an input an arbitrary tree compiled with the
17 In sequence the resolver works by the following steps:
Dkernel-api.rst50 .. kernel-doc:: drivers/of/resolver.c
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/iio/resolver/
Dadi,ad2s90.yaml4 $id: http://devicetree.org/schemas/iio/resolver/adi,ad2s90.yaml#
52 resolver@0 {
/linux-6.1.9/drivers/staging/iio/
DMakefile12 obj-y += resolver/
DKconfig14 source "drivers/staging/iio/resolver/Kconfig"
/linux-6.1.9/Documentation/translations/zh_CN/devicetree/
Ddynamic-resolution-notes.rst16 本文描述了内核内DeviceTree解析器的实现,它位于drivers/of/resolver.c中。
Dkernel-api.rst54 drivers/of/resolver.c
/linux-6.1.9/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-6.1.9/drivers/staging/iio/resolver/
DKconfig12 Say yes here to build support for Analog Devices spi resolver
/linux-6.1.9/drivers/of/
DMakefile12 obj-$(CONFIG_OF_RESOLVE) += resolver.o
/linux-6.1.9/drivers/iio/
DMakefile42 obj-y += resolver/
DKconfig100 source "drivers/iio/resolver/Kconfig"
/linux-6.1.9/net/dns_resolver/
DKconfig20 helper "/sbin/dns.resolver" via /etc/request-key.conf.
/linux-6.1.9/fs/nfs/
DKconfig179 bool "Use the legacy NFS DNS resolver"
184 resolver script.
/linux-6.1.9/Documentation/networking/
Ddns_resolver.rst20 The DNS resolver module provides a way for kernel services to make DNS queries
/linux-6.1.9/Documentation/admin-guide/nfs/
Dnfs-client.rst63 The DNS resolver
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c511 struct func_resolver *resolver = malloc(sizeof(*resolver)); in tep_set_function_resolver() local
513 if (resolver == NULL) in tep_set_function_resolver()
516 resolver->func = func; in tep_set_function_resolver()
517 resolver->priv = priv; in tep_set_function_resolver()
520 tep->func_resolver = resolver; in tep_set_function_resolver()
/linux-6.1.9/Documentation/security/keys/
Dcore.rst562 DNS resolver cache keyring is an example of this.