Searched refs:aggregate (Results 1 - 25 of 39) sorted by path

12

/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S196 .macro ghash_update, pn, enc, aggregate=1, head=1
210 .if \aggregate
606 ghash_update p64, aggregate=0, head=0
663 ghash_update p64, aggregate=0, head=0
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h1674 void* (*get_events_stat)(struct hl_device *hdev, bool aggregate,
H A Dhabanalabs_ioctl.c121 static int hw_events_info(struct hl_device *hdev, bool aggregate, argument
131 arr = hdev->asic_funcs->get_events_stat(hdev, aggregate, &size);
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c7891 static void *gaudi_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size) argument
7895 if (aggregate) {
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c7580 static void *gaudi2_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size) argument
7584 if (aggregate) {
/linux-master/drivers/accel/habanalabs/goya/
H A Dgoya.c4750 void *goya_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size) argument
4754 if (aggregate) {
H A DgoyaP.h230 void *goya_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcounters.c351 MLX5_SET(query_q_counter_in, in, aggregate, 1);
/linux-master/drivers/interconnect/
H A Dcore.c266 * implementing its own aggregate() function.
289 p->aggregate(node, r->tag, avg_bw, peak_bw,
717 /* aggregate requests for this node */
969 if (provider->aggregate)
970 provider->aggregate(node, 0, node->init_avg, node->init_peak,
H A Dicc-clk.c101 provider->aggregate = icc_std_aggregate;
/linux-master/drivers/interconnect/imx/
H A Dimx.c294 provider->aggregate = icc_std_aggregate;
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpm.c247 * qcom_icc_pre_bw_aggregate - cleans up values before re-aggregate requests
263 * qcom_icc_bw_aggregate - aggregate bw for buckets indicated by tag
264 * @node: node to aggregate
265 * @tag: tag to indicate which buckets to aggregate
266 * @avg_bw: new bw to sum aggregate
267 * @peak_bw: new bw to max aggregate
268 * @agg_avg: existing aggregate avg bw val
269 * @agg_peak: existing aggregate peak bw val
333 * Iterate nodes on the provider, aggregate bandwidth requests for
552 provider->aggregate
[all...]
H A Dicc-rpmh.c41 * qcom_icc_aggregate - aggregate bw for buckets indicated by tag
42 * @node: node to aggregate
43 * @tag: tag to indicate which buckets to aggregate
44 * @avg_bw: new bw to sum aggregate
45 * @peak_bw: new bw to max aggregate
46 * @agg_avg: existing aggregate avg bw val
47 * @agg_peak: existing aggregate peak bw val
194 provider->aggregate = qcom_icc_aggregate;
H A Dmsm8974.c598 provider->aggregate(n, 0, n->avg_bw, n->peak_bw,
699 provider->aggregate = icc_std_aggregate;
H A Dosm-l3.c239 provider->aggregate = icc_std_aggregate;
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c122 provider->aggregate = icc_std_aggregate;
/linux-master/drivers/memory/tegra/
H A Dmc.c790 .aggregate = icc_std_aggregate,
832 mc->provider.aggregate = mc->soc->icc_ops->aggregate;
H A Dtegra124-emc.c1351 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra124.c1221 .aggregate = tegra124_mc_icc_aggreate,
H A Dtegra186-emc.c273 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra20-emc.c1021 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra20.c432 .aggregate = tegra20_mc_icc_aggreate,
H A Dtegra234.c1130 .aggregate = tegra234_mc_icc_aggregate,
H A Dtegra30-emc.c1533 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra30.c1383 .aggregate = tegra30_mc_icc_aggreate,

Completed in 367 milliseconds

12