Symbol: pwrseq_unit_data
drivers/power/sequencing/core.c
299
static int pwrseq_check_unit_deps(const struct pwrseq_unit_data *data,
drivers/power/sequencing/core.c
302
const struct pwrseq_unit_data *tmp, **cur;
drivers/power/sequencing/core.c
343
static int pwrseq_unit_setup_deps(const struct pwrseq_unit_data **data,
drivers/power/sequencing/core.c
349
pwrseq_unit_setup(const struct pwrseq_unit_data *data,
drivers/power/sequencing/core.c
384
static int pwrseq_unit_setup_deps(const struct pwrseq_unit_data **data,
drivers/power/sequencing/core.c
389
const struct pwrseq_unit_data *pos;
drivers/power/sequencing/core.c
89
static struct pwrseq_unit *pwrseq_unit_new(const struct pwrseq_unit_data *data)
drivers/power/sequencing/pwrseq-pcie-m2.c
44
static const struct pwrseq_unit_data pwrseq_pcie_m2_vregs_unit_data = {
drivers/power/sequencing/pwrseq-pcie-m2.c
50
static const struct pwrseq_unit_data *pwrseq_pcie_m2_m_unit_deps[] = {
drivers/power/sequencing/pwrseq-pcie-m2.c
55
static const struct pwrseq_unit_data pwrseq_pcie_m2_m_pcie_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
115
static const struct pwrseq_unit_data pwrseq_qcom_wcn_clk_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
121
static const struct pwrseq_unit_data *pwrseq_qcom_wcn3990_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
127
static const struct pwrseq_unit_data pwrseq_qcom_wcn3990_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
134
static const struct pwrseq_unit_data *pwrseq_qcom_wcn_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
155
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_xo_clk_assert = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
160
static const struct pwrseq_unit_data *pwrseq_qcom_wcn6855_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
187
static const struct pwrseq_unit_data pwrseq_qcom_wcn_bt_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
194
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_bt_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
221
static const struct pwrseq_unit_data pwrseq_qcom_wcn_wlan_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
228
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_wlan_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
73
static const struct pwrseq_unit_data pwrseq_qcom_wcn_vddio_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
93
static const struct pwrseq_unit_data pwrseq_qcom_wcn_vregs_unit_data = {
drivers/power/sequencing/pwrseq-thead-gpu.c
101
static const struct pwrseq_unit_data pwrseq_thead_gpu_unit = {
include/linux/pwrseq/provider.h
32
const struct pwrseq_unit_data **deps;
include/linux/pwrseq/provider.h
49
const struct pwrseq_unit_data *unit;