Home
last modified time | relevance | path

Searched refs:pd_list (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c112 struct dev_pm_domain_list *pd_list; member
139 ret = dev_pm_domain_attach_list(dev, &pd_data, &adsp->pd_list); in qcom_rproc_pds_attach()
151 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_detach()
162 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_enable()
193 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_disable()
H A Dimx_rproc.c127 struct dev_pm_domain_list *pd_list; member
919 dev_pm_domain_detach_list(priv->pd_list); in imx_rproc_put_scu()
956 ret = dev_pm_domain_attach_list(dev, NULL, &priv->pd_list); in imx_rproc_attach_pd()
965 if (!dev_pm_genpd_is_on(priv->pd_list->pd_devs[i])) { in imx_rproc_attach_pd()
/linux/drivers/firewire/
H A Dnet.c178 struct list_head pd_list; /* received partial datagrams */ member
378 list_add_tail(&new->pd_link, &peer->pd_list); in fwnet_pd_new()
395 list_for_each_entry(pd, &peer->pd_list, pd_link) in fwnet_pd_find()
428 list_move_tail(&pd->pd_link, &peer->pd_list); in fwnet_pd_update()
637 fwnet_pd_delete(list_first_entry(&peer->pd_list, in fwnet_incoming_packet()
1414 INIT_LIST_HEAD(&peer->pd_list); in fwnet_add_peer()
1547 list_for_each_entry_safe(pd, pd_next, &peer->pd_list, pd_link) in fwnet_remove_peer()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c538 struct pd_data **pd_list; member
7566 for (i = 0; port->pd_list[i]; i++) { in tcpm_find_pd_data()
7567 if (port->pd_list[i]->pd == pd) in tcpm_find_pd_data()
7568 return port->pd_list[i]; in tcpm_find_pd_data()
7700 usb_power_delivery_unregister_capabilities(port->pd_list[i]->sink_cap); in tcpm_port_unregister_pd()
7701 usb_power_delivery_unregister_capabilities(port->pd_list[i]->source_cap); in tcpm_port_unregister_pd()
7702 devm_kfree(port->dev, port->pd_list[i]); in tcpm_port_unregister_pd()
7703 port->pd_list[i] = NULL; in tcpm_port_unregister_pd()
7726 port->pd_list[i]->pd = port->pds[i]; in tcpm_port_register_pd()
7728 if (port->pd_list[i]->source_desc.pdo[0]) { in tcpm_port_register_pd()
[all …]
/linux/drivers/gpu/drm/tegra/
H A Dgr3d.c49 struct dev_pm_domain_list *pd_list; member
413 err = devm_pm_domain_attach_list(dev, &pd_data, &gr3d->pd_list); in gr3d_init_power()
/linux/sound/soc/sof/imx/
H A Dimx-common.c395 &domain_data, &common->pd_list); in imx_probe()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2339 struct megasas_pd_list pd_list[MEGASAS_MAX_PD]; member
H A Dmegaraid_sas_fusion.c3109 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion()
3243 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion()