Symbol: pwrseq_target_data
drivers/power/sequencing/core.c
194
pwrseq_target_new(const struct pwrseq_target_data *data)
drivers/power/sequencing/core.c
325
static int pwrseq_check_target_deps(const struct pwrseq_target_data *data)
drivers/power/sequencing/core.c
413
static int pwrseq_do_setup_targets(const struct pwrseq_target_data **data,
drivers/power/sequencing/core.c
417
const struct pwrseq_target_data *pos;
drivers/power/sequencing/core.c
446
static int pwrseq_setup_targets(const struct pwrseq_target_data **targets,
drivers/power/sequencing/pwrseq-pcie-m2.c
18
const struct pwrseq_target_data **targets;
drivers/power/sequencing/pwrseq-pcie-m2.c
60
static const struct pwrseq_target_data pwrseq_pcie_m2_m_pcie_target_data = {
drivers/power/sequencing/pwrseq-pcie-m2.c
65
static const struct pwrseq_target_data *pwrseq_pcie_m2_m_targets[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
257
static const struct pwrseq_target_data pwrseq_qcom_wcn_bt_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
26
const struct pwrseq_target_data **targets;
drivers/power/sequencing/pwrseq-qcom-wcn.c
263
static const struct pwrseq_target_data pwrseq_qcom_wcn_wlan_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
270
static const struct pwrseq_target_data pwrseq_qcom_wcn3990_bt_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
275
static const struct pwrseq_target_data pwrseq_qcom_wcn3990_wlan_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
280
static const struct pwrseq_target_data pwrseq_qcom_wcn6855_bt_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
286
static const struct pwrseq_target_data pwrseq_qcom_wcn6855_wlan_target_data = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
292
static const struct pwrseq_target_data *pwrseq_qcom_wcn_targets[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
298
static const struct pwrseq_target_data *pwrseq_qcom_wcn3990_targets[] = {
drivers/power/sequencing/pwrseq-qcom-wcn.c
304
static const struct pwrseq_target_data *pwrseq_qcom_wcn6855_targets[] = {
drivers/power/sequencing/pwrseq-thead-gpu.c
107
static const struct pwrseq_target_data pwrseq_thead_gpu_target = {
drivers/power/sequencing/pwrseq-thead-gpu.c
112
static const struct pwrseq_target_data *pwrseq_thead_gpu_targets[] = {
include/linux/pwrseq/provider.h
66
const struct pwrseq_target_data **targets;