acpm_handle
struct acpm_handle *acpm_handle;
acpm_handle = devm_acpm_get_by_node(dev, dev->parent->of_node);
if (IS_ERR(acpm_handle))
return dev_err_probe(dev, PTR_ERR(acpm_handle),
aclk->handle = acpm_handle;
struct acpm_handle *handle;
int acpm_dvfs_set_rate(struct acpm_handle *handle,
unsigned long acpm_dvfs_get_rate(struct acpm_handle *handle,
struct acpm_handle;
int acpm_dvfs_set_rate(struct acpm_handle *handle,
unsigned long acpm_dvfs_get_rate(struct acpm_handle *handle,
int acpm_pmic_bulk_read(struct acpm_handle *handle,
int acpm_pmic_write_reg(struct acpm_handle *handle,
int acpm_pmic_bulk_write(struct acpm_handle *handle,
int acpm_pmic_update_reg(struct acpm_handle *handle,
int acpm_pmic_read_reg(struct acpm_handle *handle,
struct acpm_handle;
int acpm_pmic_read_reg(struct acpm_handle *handle,
int acpm_pmic_bulk_read(struct acpm_handle *handle,
int acpm_pmic_write_reg(struct acpm_handle *handle,
int acpm_pmic_bulk_write(struct acpm_handle *handle,
int acpm_pmic_update_reg(struct acpm_handle *handle,
int acpm_tmu_set_threshold(struct acpm_handle *handle,
int acpm_tmu_set_interrupt_enable(struct acpm_handle *handle,
int acpm_tmu_tz_control(struct acpm_handle *handle, unsigned int acpm_chan_id,
int acpm_tmu_clear_tz_irq(struct acpm_handle *handle, unsigned int acpm_chan_id,
int acpm_tmu_suspend(struct acpm_handle *handle, unsigned int acpm_chan_id)
int acpm_tmu_resume(struct acpm_handle *handle, unsigned int acpm_chan_id)
int acpm_tmu_init(struct acpm_handle *handle, unsigned int acpm_chan_id)
int acpm_tmu_read_temp(struct acpm_handle *handle, unsigned int acpm_chan_id,
struct acpm_handle;
int acpm_tmu_init(struct acpm_handle *handle, unsigned int acpm_chan_id);
int acpm_tmu_read_temp(struct acpm_handle *handle, unsigned int acpm_chan_id,
int acpm_tmu_set_threshold(struct acpm_handle *handle,
int acpm_tmu_set_interrupt_enable(struct acpm_handle *handle,
int acpm_tmu_tz_control(struct acpm_handle *handle, unsigned int acpm_chan_id,
int acpm_tmu_clear_tz_irq(struct acpm_handle *handle, unsigned int acpm_chan_id,
int acpm_tmu_suspend(struct acpm_handle *handle, unsigned int acpm_chan_id);
int acpm_tmu_resume(struct acpm_handle *handle, unsigned int acpm_chan_id);
struct acpm_handle handle;
int acpm_do_xfer(struct acpm_handle *handle, const struct acpm_xfer *xfer)
static void acpm_handle_put(struct acpm_handle *handle)
acpm_handle_put(*(struct acpm_handle **)res);
static struct acpm_handle *acpm_get_by_node(struct device *dev,
struct acpm_handle *devm_acpm_get_by_node(struct device *dev,
struct acpm_handle **ptr, *handle;
struct acpm_handle *devm_acpm_get_by_phandle(struct device *dev)
struct acpm_handle *handle;
struct acpm_handle;
int acpm_do_xfer(struct acpm_handle *handle,
struct acpm_handle *acpm;
struct acpm_handle *acpm = ctx->shared->acpm;
struct acpm_handle *acpm = ctx->shared->acpm;
struct acpm_handle *acpm = ctx->shared->acpm;
struct acpm_handle *acpm;
struct acpm_handle;
int (*set_rate)(struct acpm_handle *handle, unsigned int acpm_chan_id,
unsigned long (*get_rate)(struct acpm_handle *handle,
int (*read_reg)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*bulk_read)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*write_reg)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*bulk_write)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*update_reg)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*init)(struct acpm_handle *handle, unsigned int acpm_chan_id);
int (*read_temp)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*set_threshold)(struct acpm_handle *handle,
int (*set_interrupt_enable)(struct acpm_handle *handle,
int (*tz_control)(struct acpm_handle *handle, unsigned int acpm_chan_id,
int (*clear_tz_irq)(struct acpm_handle *handle,
int (*suspend)(struct acpm_handle *handle, unsigned int acpm_chan_id);
int (*resume)(struct acpm_handle *handle, unsigned int acpm_chan_id);
struct acpm_handle *devm_acpm_get_by_node(struct device *dev,
struct acpm_handle *devm_acpm_get_by_phandle(struct device *dev);