/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-space-map-disk.c | 36 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() local 38 kfree(smd); in sm_disk_destroy() 43 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() local 45 return sm_ll_extend(&smd->ll, extra_blocks); in sm_disk_extend() 50 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() local 51 *count = smd->old_ll.nr_blocks; in sm_disk_get_nr_blocks() 58 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() local 59 *count = (smd->old_ll.nr_blocks - smd->old_ll.nr_allocated) - smd in sm_disk_get_nr_free() 67 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_get_count() local 92 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_set_count() local 130 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_inc_block() local 148 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_dec_block() local 168 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_new_block() local 199 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_commit() local 228 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_copy_root() local 267 struct sm_disk *smd; dm_sm_disk_create() local 301 struct sm_disk *smd; dm_sm_disk_open() local [all...] |
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-space-map-disk.c | 37 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() local 39 kfree(smd); in sm_disk_destroy() 44 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() local 46 return sm_ll_extend(&smd->ll, extra_blocks); in sm_disk_extend() 51 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() local 53 *count = smd->old_ll.nr_blocks; in sm_disk_get_nr_blocks() 60 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() local 62 *count = (smd->old_ll.nr_blocks - smd->old_ll.nr_allocated) - smd in sm_disk_get_nr_free() 70 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_get_count() local 95 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_set_count() local 108 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_inc_blocks() local 121 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_dec_blocks() local 134 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_new_block() local 161 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_commit() local 182 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); sm_disk_copy_root() local 221 struct sm_disk *smd; dm_sm_disk_create() local 255 struct sm_disk *smd; dm_sm_disk_open() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-smd.c | 29 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_recalc_rate() local 33 regmap_read(smd->regmap, AT91_PMC_SMD, &smdr); in at91sam9x5_clk_smd_recalc_rate() 63 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_parent() local 68 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMDS, in at91sam9x5_clk_smd_set_parent() 76 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_get_parent() local 79 regmap_read(smd->regmap, AT91_PMC_SMD, &smdr); in at91sam9x5_clk_smd_get_parent() 87 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_rate() local 93 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMD_DIV, in at91sam9x5_clk_smd_set_rate() 111 struct at91sam9x5_clk_smd *smd; in at91sam9x5_clk_register_smd() local 116 smd in at91sam9x5_clk_register_smd() [all...] |
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | clk-smd.c | 29 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_recalc_rate() local 33 regmap_read(smd->regmap, AT91_PMC_SMD, &smdr); in at91sam9x5_clk_smd_recalc_rate() 68 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_parent() local 73 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMDS, in at91sam9x5_clk_smd_set_parent() 81 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_get_parent() local 84 regmap_read(smd->regmap, AT91_PMC_SMD, &smdr); in at91sam9x5_clk_smd_get_parent() 92 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_rate() local 98 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMD_DIV, in at91sam9x5_clk_smd_set_rate() 116 struct at91sam9x5_clk_smd *smd; in at91sam9x5_clk_register_smd() local 121 smd in at91sam9x5_clk_register_smd() [all...] |
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_common.c | 150 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_start() local 152 smd->edge = qcom_smd_register_edge(smd->dev, smd->node); in smd_subdev_start() 154 return PTR_ERR_OR_ZERO(smd->edge); in smd_subdev_start() 159 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_stop() local 161 qcom_smd_unregister_edge(smd->edge); in smd_subdev_stop() 162 smd->edge = NULL; in smd_subdev_stop() 168 * @smd: reference to a Qualcomm subdev context 170 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_add_smd_subdev() argument 191 qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) qcom_remove_smd_subdev() argument [all...] |
H A D | qcom_common.h | 42 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd); 43 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.c | 310 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_start() local 312 smd->edge = qcom_smd_register_edge(smd->dev, smd->node); in smd_subdev_start() 314 return PTR_ERR_OR_ZERO(smd->edge); in smd_subdev_start() 319 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_stop() local 321 qcom_smd_unregister_edge(smd->edge); in smd_subdev_stop() 322 smd->edge = NULL; in smd_subdev_stop() 328 * @smd: reference to a Qualcomm subdev context 330 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_add_smd_subdev() argument 351 qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) qcom_remove_smd_subdev() argument [all...] |
H A D | qcom_common.h | 48 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd); 49 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
|
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | Makefile | 5 obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o 6 qrtr-smd-y := smd.o
|
/kernel/linux/linux-6.6/net/qrtr/ |
H A D | Makefile | 5 obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o 6 qrtr-smd-y := smd.o
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | Makefile | 13 icc-smd-rpm-objs := smd-rpm.o 25 obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o
|
H A D | smd-rpm.h | 10 #include <linux/soc/qcom/smd-rpm.h>
|
H A D | smd-rpm.c | 14 #include <linux/soc/qcom/smd-rpm.h> 16 #include "smd-rpm.h"
|
/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | Makefile | 32 icc-smd-rpm-objs := smd-rpm.o icc-rpm.o icc-rpm-clocks.o 60 obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o
|
H A D | icc-rpm-clocks.c | 6 #include <linux/soc/qcom/smd-rpm.h>
|
H A D | icc-rpm.h | 9 #include <linux/soc/qcom/smd-rpm.h>
|
H A D | smd-rpm.c | 12 #include <linux/soc/qcom/smd-rpm.h>
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | Makefile | 17 obj-$(CONFIG_QCOM_SMD_RPM) += smd-rpm.o
|
H A D | smd-rpm.c | 15 #include <linux/soc/qcom/smd-rpm.h> 21 * @rpm_channel: reference to the smd channel
|
H A D | rpmpd.c | 14 #include <linux/soc/qcom/smd-rpm.h>
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | Makefile | 20 obj-$(CONFIG_QCOM_SMD_RPM) += rpm-proc.o smd-rpm.o
|
H A D | smd-rpm.c | 15 #include <linux/soc/qcom/smd-rpm.h> 21 * @rpm_channel: reference to the smd channel
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | qcom_smd-regulator.c | 13 #include <linux/soc/qcom/smd-rpm.h>
|
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/ |
H A D | rpmpd.c | 13 #include <linux/soc/qcom/smd-rpm.h>
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-smd-rpm.c | 17 #include <linux/soc/qcom/smd-rpm.h> 1157 .name = "qcom-clk-smd-rpm", 1177 MODULE_ALIAS("platform:qcom-clk-smd-rpm");
|