Home
last modified time | relevance | path

Searched full:provider (Results 1 – 25 of 1712) sorted by relevance

12345678910>>...69

/OK3568_Linux_fs/external/xserver/randr/
H A Drrprovider.c33 * Initialize provider type error value
43 if (pScrPriv->provider) { \
44 providers[count_providers] = pScrPriv->provider->id; \
75 if (pScrPriv->provider) in ProcRRGetProviders()
79 total_providers += pScrPriv->provider ? 1 : 0; in ProcRRGetProviders()
139 RRProviderPtr provider; in ProcRRGetProviderInfo() local
152 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRGetProviderInfo()
154 pScreen = provider->pScreen; in ProcRRGetProviderInfo()
162 .capabilities = provider->capabilities, in ProcRRGetProviderInfo()
163 .nameLength = provider->nameLength, in ProcRRGetProviderInfo()
[all …]
H A Drrproviderproperty.c66 RRDeleteProperty(RRProviderRec * provider, RRPropertyRec * prop) in RRDeleteProperty() argument
71 .provider = provider->id, in RRDeleteProperty()
77 RRDeliverPropertyEvent(provider->pScreen, (xEvent *) &event); in RRDeleteProperty()
83 RRDeleteAllProviderProperties(RRProviderPtr provider) in RRDeleteAllProviderProperties() argument
87 for (prop = provider->properties; prop; prop = next) { in RRDeleteAllProviderProperties()
89 RRDeleteProperty(provider, prop); in RRDeleteAllProviderProperties()
123 RRDeleteProviderProperty(RRProviderPtr provider, Atom property) in RRDeleteProviderProperty() argument
127 for (prev = &provider->properties; (prop = *prev); prev = &(prop->next)) in RRDeleteProviderProperty()
130 RRDeleteProperty(provider, prop); in RRDeleteProviderProperty()
136 RRChangeProviderProperty(RRProviderPtr provider, Atom property, Atom type, in RRChangeProviderProperty() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp67 const QStringList provider = QGeoServiceProvider::availableServiceProviders(); in tst_availableServiceProvider() local
70 if (provider.count() != 8) in tst_availableServiceProvider()
71 qWarning() << provider; in tst_availableServiceProvider()
72 QVERIFY(provider.count() >= 8); in tst_availableServiceProvider()
74 QVERIFY(provider.contains(QStringLiteral("mapbox"))); in tst_availableServiceProvider()
75 QVERIFY(provider.contains(QStringLiteral("here"))); in tst_availableServiceProvider()
76 QVERIFY(provider.contains(QStringLiteral("osm"))); in tst_availableServiceProvider()
77 QVERIFY(provider.contains(QStringLiteral("esri"))); in tst_availableServiceProvider()
79 QVERIFY(provider.contains(QStringLiteral("geocode.test.plugin"))); in tst_availableServiceProvider()
80 QVERIFY(provider.contains(QStringLiteral("georoute.test.plugin"))); in tst_availableServiceProvider()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/keystone/
H A Dsci-clk.c16 #include <linux/clk-provider.h>
33 * struct sci_clk_provider - TI SCI clock provider representation
36 * @dev: Device pointer for the clock provider
38 * @num_clocks: Total number of clocks for this provider
54 * @provider: Master clock provider
65 struct sci_clk_provider *provider; member
87 return clk->provider->ops->get_clock(clk->provider->sci, clk->dev_id, in sci_clk_prepare()
104 ret = clk->provider->ops->put_clock(clk->provider->sci, clk->dev_id, in sci_clk_unprepare()
107 dev_err(clk->provider->dev, in sci_clk_unprepare()
125 ret = clk->provider->ops->is_on(clk->provider->sci, clk->dev_id, in sci_clk_is_prepared()
[all …]
/OK3568_Linux_fs/kernel/drivers/interconnect/imx/
H A Dimx.c12 #include <linux/interconnect-provider.h>
30 struct device *dev = node->provider->dev; in imx_icc_node_set()
68 dev_warn(node->provider->dev, in imx_icc_node_destroy()
78 static int imx_icc_node_init_qos(struct icc_provider *provider, in imx_icc_node_init_qos() argument
83 struct device *dev = provider->dev; in imx_icc_node_init_qos()
123 static struct icc_node *imx_icc_node_add(struct icc_provider *provider, in imx_icc_node_add() argument
126 struct device *dev = provider->dev; in imx_icc_node_add()
152 icc_node_add(node, provider); in imx_icc_node_add()
155 ret = imx_icc_node_init_qos(provider, node); in imx_icc_node_add()
165 static void imx_icc_unregister_nodes(struct icc_provider *provider) in imx_icc_unregister_nodes() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/interconnect/
H A Dcore.c14 #include <linux/interconnect-provider.h>
45 struct icc_provider *provider; in icc_summary_show() local
52 list_for_each_entry(provider, &icc_providers, provider_list) { in icc_summary_show()
55 list_for_each_entry(n, &provider->nodes, node_list) { in icc_summary_show()
101 struct icc_provider *provider; in icc_graph_show() local
111 list_for_each_entry(provider, &icc_providers, provider_list) { in icc_graph_show()
113 if (provider->dev) in icc_graph_show()
115 dev_name(provider->dev)); in icc_graph_show()
118 list_for_each_entry(n, &provider->nodes, node_list) in icc_graph_show()
122 list_for_each_entry(n, &provider->nodes, node_list) in icc_graph_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-tegra210-emc.c8 #include <linux/clk-provider.h>
35 struct tegra210_clk_emc_provider *provider; member
93 struct tegra210_clk_emc_provider *provider = emc->provider; in tegra210_clk_emc_round_rate() local
96 if (!provider || !provider->configs || provider->num_configs == 0) in tegra210_clk_emc_round_rate()
99 for (i = 0; i < provider->num_configs; i++) { in tegra210_clk_emc_round_rate()
100 if (provider->configs[i].rate >= rate) in tegra210_clk_emc_round_rate()
101 return provider->configs[i].rate; in tegra210_clk_emc_round_rate()
104 return provider->configs[i - 1].rate; in tegra210_clk_emc_round_rate()
122 struct tegra210_clk_emc_provider *provider = emc->provider; in tegra210_clk_emc_set_rate() local
124 struct device *dev = provider->dev; in tegra210_clk_emc_set_rate()
[all …]
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dosm-l3.c8 #include <linux/interconnect-provider.h>
41 container_of(_provider, struct qcom_osm_l3_icc_provider, provider)
48 struct icc_provider provider; member
151 struct icc_provider *provider; in qcom_icc_set() local
160 provider = src->provider; in qcom_icc_set()
161 qp = to_qcom_provider(provider); in qcom_icc_set()
163 list_for_each_entry(n, &provider->nodes, node_list) in qcom_icc_set()
164 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
185 icc_nodes_remove(&qp->provider); in qcom_osm_l3_remove()
186 return icc_provider_del(&qp->provider); in qcom_osm_l3_remove()
[all …]
H A Dqcs404.c9 #include <linux/interconnect-provider.h>
99 container_of(_provider, struct qcom_icc_provider, provider)
107 * struct qcom_icc_provider - Qualcomm specific interconnect provider
108 * @provider: generic interconnect provider
113 struct icc_provider provider; member
334 struct icc_provider *provider; in qcom_icc_set() local
344 provider = src->provider; in qcom_icc_set()
345 qp = to_qcom_provider(provider); in qcom_icc_set()
347 list_for_each_entry(n, &provider->nodes, node_list) in qcom_icc_set()
348 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
[all …]
H A Dmsm8916.c9 #include <linux/interconnect-provider.h>
111 container_of(_provider, struct msm8916_icc_provider, provider)
119 * struct msm8916_icc_provider - Qualcomm specific interconnect provider
120 * @provider: generic interconnect provider
125 struct icc_provider provider; member
372 struct icc_provider *provider; in msm8916_icc_set() local
377 provider = src->provider; in msm8916_icc_set()
378 qp = to_msm8916_provider(provider); in msm8916_icc_set()
380 list_for_each_entry(n, &provider->nodes, node_list) in msm8916_icc_set()
381 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8916_icc_set()
[all …]
H A Dmsm8974.c33 #include <linux/interconnect-provider.h>
179 container_of(_provider, struct msm8974_icc_provider, provider)
187 * struct msm8974_icc_provider - Qualcomm specific interconnect provider
188 * @provider: generic interconnect provider
193 struct icc_provider provider; member
587 struct icc_provider *provider; in msm8974_icc_set() local
593 provider = src->provider; in msm8974_icc_set()
594 qp = to_msm8974_icc_provider(provider); in msm8974_icc_set()
596 list_for_each_entry(n, &provider->nodes, node_list) in msm8974_icc_set()
597 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8974_icc_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dclkctrl.c18 #include <linux/clk-provider.h>
234 struct omap_clkctrl_provider *provider = data; in _ti_omap4_clkctrl_xlate() local
244 list_for_each_entry(entry, &provider->clocks, node) { in _ti_omap4_clkctrl_xlate()
290 _ti_clkctrl_clk_register(struct omap_clkctrl_provider *provider, in _ti_clkctrl_clk_register() argument
327 list_add(&clkctrl_clk->node, &provider->clocks); in _ti_clkctrl_clk_register()
338 _ti_clkctrl_setup_gate(struct omap_clkctrl_provider *provider, in _ti_clkctrl_setup_gate() argument
352 if (_ti_clkctrl_clk_register(provider, node, &clk_hw->hw, offset, in _ti_clkctrl_setup_gate()
359 _ti_clkctrl_setup_mux(struct omap_clkctrl_provider *provider, in _ti_clkctrl_setup_mux() argument
387 if (_ti_clkctrl_clk_register(provider, node, &mux->hw, offset, in _ti_clkctrl_setup_mux()
394 _ti_clkctrl_setup_div(struct omap_clkctrl_provider *provider, in _ti_clkctrl_setup_div() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp86 so that a geocoding manager from one service provider can be used with
87 a geographic routing manager from another service provider.
98 accessible using their provider names:
107 Each service provider must follow a naming convention for their service specific
108 parameter names/keys. They use the provider name as prefix for all their
109 parameter names. For example, the \l {Qt Location HERE Plugin}{HERE} service provider
110 requires the \c here.app_id parameter. When a provider is loaded only those parameters are
111 passed on whose parameter names start with the provider name. This avoids the sharing
122 Describes an error related to the loading and setup of a service provider plugin.
141 Describes the routing features supported by the geo service provider.
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterconnect-provider.h43 * struct icc_provider - interconnect provider (controller) entity that might
47 * @nodes: internal list of the interconnect provider nodes
53 * @xlate: provider-specific callback for mapping nodes from phandle arguments
55 * @dev: the device this interconnect provider belongs to
57 * @inter_set: whether inter-provider pairs will be configured with @set
83 * @provider: points to the interconnect provider of this node
84 * @node_list: the list entry in the parent provider's "nodes" list
101 struct icc_provider *provider; member
122 void icc_node_add(struct icc_node *node, struct icc_provider *provider);
124 int icc_nodes_remove(struct icc_provider *provider);
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-virtual.txt11 the provider used in the rootfs.
21 ('something-virtual') and a provider for it ('some-provider').
59 ==== Provider's +Config.in+ file
61 When adding a package as a provider, only the +Config.in+ file requires some
64 The +Config.in+ file of the package 'some-provider', which provides the
69 02: bool "some-provider"
72 05: This is a comment that explains what some-provider is.
74 07: http://foosoftware.org/some-provider/
78 11: default "some-provider"
84 provider, but only if it is selected.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotilefetcherosm.cpp53 foreach (const QGeoTileProviderOsm *provider, providers) in providersResolved()
54 if (!provider->isResolved()) in providersResolved()
86 foreach (QGeoTileProviderOsm *provider, m_providers) { in QGeoTileFetcherOsm()
87 if (!provider->isResolved()) { in QGeoTileFetcherOsm()
89 connect(provider, &QGeoTileProviderOsm::resolutionFinished, in QGeoTileFetcherOsm()
91 connect(provider, &QGeoTileProviderOsm::resolutionError, in QGeoTileFetcherOsm()
93 connect(provider, &QGeoTileProviderOsm::resolutionRequired, in QGeoTileFetcherOsm()
95 provider->resolveProvider(); in QGeoTileFetcherOsm()
110 foreach (QGeoTileProviderOsm *provider, m_providers) in initialized()
111 if (!provider->isResolved()) in initialized()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCDLA-Permissive-1.05Provider receives from making Data available and that You receive from Data or otherwise under the…
13 …t), collectively or individually, whether created or gathered by a Data Provider or an Entity acti…
15 1.4 “Data Provider” means any Entity (including any employee or contractor of such Entity authorize…
37 2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby gra…
39 …ctable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(…
51Provider(s). Such retained credit or attribution includes any of the following to the extent they …
55Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of …
59 Section 4. Data Provider(s)’ Representations
61Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the …
67 5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (inclu…
[all …]
H A DOGL-Canada-2.07 * The Information Provider grants you a worldwide, royalty-free, perpetual, non-exclusive licence t…
13 …ion by including any attribution statement specified by the Information Provider(s) and, where pos…
14 * If the Information Provider does not provide a specific attribution statement, or if you are usin…
17 …u under this licence, or any similar licence granted by the Information Provider, will end automat…
22 * third party rights the Information Provider is not authorized to license;
23 * the names, crests, logos, or other official symbols of the Information Provider; and
27 …tion in a way that suggests any official status or that the Information Provider endorses you or y…
30 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
32 The Information Provider is not liable for any errors or omissions in the Information, and will not…
44 "Information Provider" means Her Majesty the Queen in right of Canada.
[all …]
H A DNCGL-UK-2.023 …ion by including any attribution statement specified by the Information Provider(s) and, where pos…
25 If the Information Provider does not provide a specific attribution statement, you must use the fol…
37 …om of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
40 • third party rights the Information Provider is not authorised to license;
45 …tion in a way that suggests any official status or that the Information Provider and/or Licensor e…
48 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
49Provider is not liable for any errors or omissions in the Information and shall not be liable for …
52 … in which the Information Provider has its principal place of business, unless otherwise specified…
59 ‘Information Provider’ means the person or organisation providing the Information under this licenc…
61 ‘Licensor’ means any Information Provider which has the authority to offer Information under the te…
H A DCDLA-Sharing-1.05Provider receives from making Data available and that You receive from Data or otherwise under the…
13 …t), collectively or individually, whether created or gathered by a Data Provider or an Entity acti…
15 1.4 “Data Provider” means any Entity (including any employee or contractor of such Entity authorize…
39 2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby gra…
41 …ctable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(…
53Provider(s). Such retained credit or attribution includes any of the following to the extent they …
59Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of …
63 Section 4. Data Provider(s)’ Representations
65Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the …
71 5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (inclu…
[all …]
H A DOGL-UK-1.018 …ion by including any attribution statement specified by the Information Provider(s) and, where pos…
19 … If the Information Provider does not provide a specific attribution statement, or if you are usin…
20 …tion in a way that suggests any official status or that the Information Provider endorses you or y…
30 …om of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
33 - third party rights the Information Provider is not authorised to license;
39 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
41Provider is not liable for any errors or omissions in the Information and shall not be liable for …
45 … in which the Information Provider has its principal place of business, unless otherwise specified…
53 ‘Information Provider’
means the person or organisation providing the Information under this licenc…
55 ‘Licensor’
means any Information Provider which has the authority to offer Information under the te…
H A DOGL-UK-2.017 …ion by including any attribution statement specified by the Information Provider(s) and, where pos…
18 …If the Information Provider does not provide a specific attribution statement, or if you are using…
28 …om of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
31 third party rights the Information Provider is not authorised to license;
35 …tion in a way that suggests any official status or that the Information Provider endorses you or y…
38 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
40Provider is not liable for any errors or omissions in the Information and shall not be liable for …
43 … in which the Information Provider has its principal place of business, unless otherwise specified…
51 ‘Information Provider
55 means any Information Provider who has the authority to offer Information under the terms of this l…
H A DOGL-UK-3.017 …ng or linking to any attribution statement specified by the Information Provider(s) and, where pos…
18 …If the Information Provider does not provide a specific attribution statement, you must use the fo…
30 …om of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
33 third party rights the Information Provider is not authorised to license;
37 …tion in a way that suggests any official status or that the Information Provider and/or Licensor e…
40 The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all repre…
42Provider and/or Licensor are not liable for any errors or omissions in the Information and shall n…
45 … in which the Information Provider has its principal place of business, unless otherwise specified…
52 'Information Provider' means the person or organisation providing the Information under this licenc…
54 'Licensor' means any Information Provider which has the authority to offer Information under the te…
/OK3568_Linux_fs/kernel/Documentation/driver-api/pci/
H A Dp2pdma.rst36 * Provider - A driver which provides or publishes P2P resources like
44 it may be typical for a driver to be both a provider and a client).
48 * The NVMe PCI driver is both a client, provider and orchestrator
50 resource (provider), it accepts P2P memory pages as buffers in requests
61 memory behind it, its driver could add support as a P2P provider and
66 Provider Drivers
69 A provider simply needs to register a BAR (or a portion of a BAR)
108 a specific P2P provider to use it may check compatibility using
109 :c:func:`pci_p2pdma_distance()` otherwise it may find a memory provider
111 If more than one provider is supported, the one nearest to all the clients will
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A DXserver.d24 * Xserver dtrace provider definition
39 provider Xserver {
60 #pragma D attributes Unstable/Unstable/Common provider Xserver provider
61 #pragma D attributes Private/Private/Unknown provider Xserver module
62 #pragma D attributes Private/Private/Unknown provider Xserver function
63 #pragma D attributes Unstable/Unstable/Common provider Xserver name
64 #pragma D attributes Unstable/Unstable/Common provider Xserver args

12345678910>>...69