Searched refs:pd_list (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/clk/qcom/ |
| H A D | gdsc.c | 538 static int gdsc_add_subdomain_list(struct dev_pm_domain_list *pd_list, in gdsc_add_subdomain_list() argument 543 for (i = 0; i < pd_list->num_pds; i++) { in gdsc_add_subdomain_list() 544 struct device *dev = pd_list->pd_devs[i]; in gdsc_add_subdomain_list() 556 struct device *dev = pd_list->pd_devs[i]; in gdsc_add_subdomain_list() 565 static void gdsc_remove_subdomain_list(struct dev_pm_domain_list *pd_list, in gdsc_remove_subdomain_list() argument 570 for (i = 0; i < pd_list->num_pds; i++) { in gdsc_remove_subdomain_list() 571 struct device *dev = pd_list->pd_devs[i]; in gdsc_remove_subdomain_list() 592 else if (desc->pd_list) in gdsc_pm_subdomain_remove() 593 gdsc_remove_subdomain_list(desc->pd_list, &scs[i]->pd); in gdsc_pm_subdomain_remove() 663 else if (desc->pd_list) in gdsc_register() [all …]
|
| H A D | common.c | 28 struct dev_pm_domain_list *pd_list; member 340 ret = devm_pm_domain_attach_list(dev, NULL, &cc->pd_list); in qcom_cc_really_probe() 383 scd->pd_list = cc->pd_list; in qcom_cc_really_probe()
|
| H A D | gdsc.h | 88 struct dev_pm_domain_list *pd_list; member
|
| /linux/drivers/firewire/ |
| H A D | net.c | 177 struct list_head pd_list; /* received partial datagrams */ member 380 list_add_tail(&new->pd_link, &peer->pd_list); in fwnet_pd_new() 397 list_for_each_entry(pd, &peer->pd_list, pd_link) in fwnet_pd_find() 430 list_move_tail(&pd->pd_link, &peer->pd_list); in fwnet_pd_update() 639 fwnet_pd_delete(list_first_entry(&peer->pd_list, in fwnet_incoming_packet() 1416 INIT_LIST_HEAD(&peer->pd_list); in fwnet_add_peer() 1549 list_for_each_entry_safe(pd, pd_next, &peer->pd_list, pd_link) in fwnet_remove_peer()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_device.c | 56 struct dev_pm_domain_list *pd_list = NULL; in panthor_init_power() local 61 return devm_pm_domain_attach_list(dev, NULL, &pd_list); in panthor_init_power()
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 395 &domain_data, &common->pd_list); in imx_probe()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 2339 struct megasas_pd_list pd_list[MEGASAS_MAX_PD]; member
|
| H A D | megaraid_sas_fusion.c | 3109 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()
|