Home
last modified time | relevance | path

Searched refs:provider (Results 1 – 25 of 105) sorted by relevance

12345

/f-stack/freebsd/mips/mediatek/
H A Dfdt_reset.c112 fdt_reset_register_provider(device_t provider) in fdt_reset_register_provider() argument
116 OF_xref_from_node(ofw_bus_get_node(provider)), provider); in fdt_reset_register_provider()
120 fdt_reset_unregister_provider(device_t provider) in fdt_reset_unregister_provider() argument
123 OF_device_register_xref(OF_xref_from_device(provider), NULL); in fdt_reset_unregister_provider()
H A Dfdt_reset.h45 void fdt_reset_register_provider(device_t provider);
46 void fdt_reset_unregister_provider(device_t provider);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c267 if (cp->provider == pp) { in vdev_geom_attach()
315 cp->provider && cp->provider->name ? cp->provider->name : "NULL"); in vdev_geom_detach()
324 if (cp->provider != NULL) { in vdev_geom_detach()
326 cp->provider->name ? cp->provider->name : "NULL"); in vdev_geom_detach()
452 pp = cp->provider; in vdev_geom_read_config()
609 LIST_FOREACH(pp, &gp->provider, provider) { in vdev_geom_read_pool_label()
725 LIST_FOREACH(pp, &gp->provider, provider) { in vdev_geom_attach_by_guids()
897 cp->provider->name); in vdev_geom_open()
916 cp->provider->name, error); in vdev_geom_open()
940 pp = cp->provider; in vdev_geom_open()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dpower-domain.yaml20 their PM domains provided by PM domain providers. A PM domain provider can be
22 domains. A consumer node can refer to the provider by a phandle and a set of
24 \#power-domain-cells property in the PM domain provider node.
34 power-domain provider. The idle state definitions are compatible with the
47 provider. If the provider provides a single power domain only or all
48 the power domains provided by the provider have identical OPP tables,
57 by device tree binding documentation of particular provider.
66 by the given provider should be subdomains of the domain specified
80 // The node above defines a power controller that is a PM domain provider and
H A Dpower_domain.txt8 their PM domains provided by PM domain providers. A PM domain provider can be
10 domains. A consumer node can refer to the provider by a phandle and a set of
12 #power-domain-cells property in the PM domain provider node.
22 the power controller that is the PM domain provider.
63 - OPP table for domain provider that provides two domains.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsgtl5000.txt10 - clocks : the clock provider of SYS_MCLK
12 - VDDA-supply : the regulator provider of VDDA
14 - VDDIO-supply: the regulator provider of VDDIO
18 - VDDD-supply : the regulator provider of VDDD
H A Dsgtl5000.yaml24 - description: the clock provider of SYS_MCLK
27 description: the regulator provider of VDDA
30 description: the regulator provider of VDDIO
33 description: the regulator provider of VDDD
H A Dst,stm32-sai.txt35 clock provider, SAI provider phandle must be specified here.
38 with a SAI set as MCLK clock provider.
59 is a master clock provider, according to clocks bindings, described in
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dreset.txt9 a reset provider (e.g. power management or clock module) and received by a
11 ordinate module is reset). This binding exists to represent the provider and
14 A reset signal is represented by the phandle of the provider, plus a reset
16 provider. The length (number of cells) and semantics of the reset specifier
17 are dictated by the binding of the reset provider, although common schemes
50 device manages. Note: if the reset provider specifies '0' for
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt10 The interconnect provider binding is intended to represent the interconnect
11 controllers in the system. Each provider registers a set of interconnect
20 - compatible : contains the interconnect provider compatible string
45 interconnects : Pairs of phandles and interconnect provider specifier to denote
H A Dqcom,sdm845.yaml14 RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sc7180.yaml14 RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
17 least one RPMh device child node pertaining to their RSC and each provider
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmc-pwrseq-simple.txt1 * The simple MMC power sequence provider
3 The purpose of the simple MMC power sequence provider is to supports a set of
5 same provider for several SOC designs.
H A Dmmc-pwrseq-simple.yaml7 title: Simple MMC power sequence provider binding
13 The purpose of the simple MMC power sequence provider is to supports a set
15 the same provider for several SOC designs.
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Daspeed-scu.txt11 clock provider
13 reset line provider
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-bindings.txt10 provider can use the values in cells to find the appropriate
29 That node describes an IP block (PHY provider) that implements 2 different PHYs.
70 This node represents a controller that uses one of the PHYs of the PHY provider
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c90 crypto_mac_prov(crypto_provider_t provider, crypto_session_id_t sid, in crypto_mac_prov() argument
95 kcf_provider_desc_t *pd = provider; in crypto_mac_prov()
215 crypto_mac_verify_prov(crypto_provider_t provider, crypto_session_id_t sid, in crypto_mac_verify_prov() argument
220 kcf_provider_desc_t *pd = provider; in crypto_mac_verify_prov()
367 crypto_mac_init_prov(crypto_provider_t provider, crypto_session_id_t sid, in crypto_mac_init_prov() argument
374 kcf_provider_desc_t *pd = provider; in crypto_mac_init_prov()
H A Dkcf_digest.c89 crypto_digest_prov(crypto_provider_t provider, crypto_session_id_t sid, in crypto_digest_prov() argument
94 kcf_provider_desc_t *pd = provider; in crypto_digest_prov()
205 crypto_digest_init_prov(crypto_provider_t provider, crypto_session_id_t sid, in crypto_digest_init_prov() argument
211 kcf_provider_desc_t *pd = provider; in crypto_digest_init_prov()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dclock-bindings.txt6 nodes use a phandle and clock specifier pair to connect clock provider
10 value of a #clock-cells property in the clock provider node.
25 specific to the clock provider, and is only provided to
33 the provider's clock-output-names property.
68 clock provider specifies '0' for #clock-cells, then
129 * The PLL is both a clock provider and a clock consumer. It uses the clock
170 be similarly specified in the clock provider node.
H A Dalphascale,acc.txt12 as an index of the clock inside the provider.
20 _SYS_ - adjustable clock source. Not all peripheral have _SYS_ clock provider.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Diio-bindings.txt6 nodes use a phandle and IIO specifier pair to connect IIO provider
10 value of a #io-channel-cells property in the IIO provider node.
55 IIO provider specifies '0' for #io-channel-cells,
/f-stack/freebsd/contrib/device-tree/Bindings/hwlock/
H A Dhwlock.txt25 - hwlocks: List of phandle to a hwlock provider node and an
40 the node hwlock1. hwlock1 is a hwlock provider with an argument specifier
/f-stack/freebsd/sys/
H A Dslicer.h53 typedef int (*flash_slicer_t)(device_t dev, const char *provider,
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Dsnps,archs-rtc.txt2 - clocksource provider for UP SoC
H A Dsnps,archs-gfrc.txt2 - clocksource provider for SMP SoC

12345