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
107
static const struct pwrseq_unit_data pwrseq_pcie_m2_e_pcie_unit_data = {
drivers/power/sequencing/pwrseq-pcie-m2.c
114
static const struct pwrseq_unit_data pwrseq_pcie_m2_m_pcie_unit_data = {
drivers/power/sequencing/pwrseq-pcie-m2.c
61
static const struct pwrseq_unit_data pwrseq_pcie_m2_vregs_unit_data = {
drivers/power/sequencing/pwrseq-pcie-m2.c
67
static const struct pwrseq_unit_data *pwrseq_pcie_m2_unit_deps[] = {
drivers/power/sequencing/pwrseq-pcie-m2.c
86
static const struct pwrseq_unit_data pwrseq_pcie_m2_e_uart_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
114
static const struct pwrseq_unit_data pwrseq_qcom_wcn_clk_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
120
static const struct pwrseq_unit_data *pwrseq_qcom_wcn3990_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
126
static const struct pwrseq_unit_data pwrseq_qcom_wcn3990_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
133
static const struct pwrseq_unit_data *pwrseq_qcom_wcn_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
154
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_xo_clk_assert = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
159
static const struct pwrseq_unit_data *pwrseq_qcom_wcn6855_unit_deps[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
186
static const struct pwrseq_unit_data pwrseq_qcom_wcn_bt_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
193
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_bt_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
220
static const struct pwrseq_unit_data pwrseq_qcom_wcn_wlan_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
227
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_wlan_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
72
static const struct pwrseq_unit_data pwrseq_qcom_wcn_vddio_unit_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
92
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;