/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 101 struct qmu_gpd *gpd) in gpd_virt_to_dma() argument 107 offset = gpd - gpd_head; in gpd_virt_to_dma() 111 return dma_base + (offset * sizeof(*gpd)); in gpd_virt_to_dma() 114 static void gpd_ring_init(struct mtu3_gpd_ring *ring, struct qmu_gpd *gpd) in gpd_ring_init() argument 116 ring->start = gpd; in gpd_ring_init() 117 ring->enqueue = gpd; in gpd_ring_init() 118 ring->dequeue = gpd; in gpd_ring_init() 119 ring->end = gpd + MAX_GPD_NUM - 1; in gpd_ring_init() 125 struct qmu_gpd *gpd = ring->start; in reset_gpd_list() local 127 if (gpd) { in reset_gpd_list() [all …]
|
D | mtu3.h | 303 struct qmu_gpd *gpd; member
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | s3c64xx-pinctrl.dtsi | 40 gpd: gpd { label 329 samsung,pins = "gpd-0", "gpd-2", "gpd-3", "gpd-4"; 335 samsung,pins = "gpd-1"; 368 samsung,pins = "gpd-0", "gpd-2", "gpd-3", "gpd-4"; 374 samsung,pins = "gpd-1"; 392 samsung,pins = "gpd-0", "gpd-1", "gpd-2", "gpd-3", "gpd-4";
|
D | s3c2416-pinctrl.dtsi | 30 gpd: gpd { label
|
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | sd.c | 1007 struct gpd *gpd; in msdc_dma_setup() local 1015 gpd = dma->gpd; in msdc_dma_setup() 1020 gpd->hwo = 1; /* hw will clear it */ in msdc_dma_setup() 1021 gpd->bdp = 1; in msdc_dma_setup() 1022 gpd->chksum = 0; /* need to clear first. */ in msdc_dma_setup() 1023 gpd->chksum = msdc_dma_calcs((u8 *)gpd, 16); in msdc_dma_setup() 2116 struct gpd *gpd = dma->gpd; in msdc_init_gpd_bd() local 2124 memset(gpd, 0, sizeof(struct gpd) * 2); in msdc_init_gpd_bd() 2126 gpd->bdp = 1; /* hwo, cs, bd pointer */ in msdc_init_gpd_bd() 2127 gpd->ptr = (void *)dma->bd_addr; /* physical address */ in msdc_init_gpd_bd() [all …]
|
D | mt6575_sd.h | 372 struct gpd { struct 404 struct gpd *gpd; /* pointer to gpd array */ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 205 struct generic_pm_domain gpd; member 213 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweroff() 232 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweron() 307 adev->acp.acp_genpd->gpd.name = "ACP_AUDIO"; in acp_hw_init() 308 adev->acp.acp_genpd->gpd.power_off = acp_poweroff; in acp_hw_init() 309 adev->acp.acp_genpd->gpd.power_on = acp_poweron; in acp_hw_init() 314 pm_genpd_init(&adev->acp.acp_genpd->gpd, NULL, false); in acp_hw_init() 435 r = pm_genpd_add_device(&adev->acp.acp_genpd->gpd, dev); in acp_hw_init()
|
/Linux-v4.19/drivers/mmc/host/ |
D | mtk-sd.c | 317 struct mt_gpdma_desc *gpd; /* pointer to gpd array */ member 552 struct mt_gpdma_desc *gpd; in msdc_dma_setup() local 557 gpd = dma->gpd; in msdc_dma_setup() 561 gpd->gpd_info |= GPDMA_DESC_HWO; in msdc_dma_setup() 562 gpd->gpd_info |= GPDMA_DESC_BDP; in msdc_dma_setup() 564 gpd->gpd_info &= ~GPDMA_DESC_CHECKSUM; in msdc_dma_setup() 565 gpd->gpd_info |= msdc_dma_calcs((u8 *) gpd, 16) << 8; in msdc_dma_setup() 1435 struct mt_gpdma_desc *gpd = dma->gpd; in msdc_init_gpd_bd() local 1440 memset(gpd, 0, sizeof(struct mt_gpdma_desc) * 2); in msdc_init_gpd_bd() 1443 gpd->gpd_info = GPDMA_DESC_BDP; /* hwo, cs, bd pointer */ in msdc_init_gpd_bd() [all …]
|
/Linux-v4.19/drivers/firmware/ |
D | scpi_pm_domain.c | 43 #define to_scpi_pd(gpd) container_of(gpd, struct scpi_pm_domain, genpd) argument
|
/Linux-v4.19/drivers/firmware/arm_scmi/ |
D | scmi_pm_domain.c | 21 #define to_scmi_pd(gpd) container_of(gpd, struct scmi_pm_domain, genpd) argument
|
/Linux-v4.19/drivers/base/power/ |
D | domain.c | 157 struct generic_pm_domain *genpd = NULL, *gpd; in genpd_lookup_dev() local 163 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in genpd_lookup_dev() 164 if (&gpd->domain == dev->pm_domain) { in genpd_lookup_dev() 165 genpd = gpd; in genpd_lookup_dev() 852 const struct generic_pm_domain *gpd; in genpd_present() local 857 list_for_each_entry(gpd, &gpd_list, gpd_list_node) in genpd_present() 858 if (gpd == genpd) in genpd_present() 2003 struct generic_pm_domain *gpd; in of_genpd_del_provider() local 2014 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in of_genpd_del_provider() 2015 if (gpd->provider == &np->fwnode) { in of_genpd_del_provider() [all …]
|
/Linux-v4.19/drivers/soc/ti/ |
D | ti_sci_pm_domains.c | 50 #define genpd_to_ti_sci_pd(gpd) container_of(gpd, struct ti_sci_pm_domain, pd) argument
|
/Linux-v4.19/drivers/soc/actions/ |
D | owl-sps.c | 42 #define to_owl_pd(gpd) container_of(gpd, struct owl_sps_domain, genpd) argument
|
/Linux-v4.19/arch/mips/boot/dts/ingenic/ |
D | jz4740.dtsi | 119 gpd: gpio@3 { label
|
D | jz4770.dtsi | 101 gpd: gpio@3 { label
|
D | jz4780.dtsi | 112 gpd: gpio@3 { label
|
/Linux-v4.19/drivers/platform/x86/ |
D | Makefile | 33 obj-$(CONFIG_GPD_POCKET_FAN) += gpd-pocket-fan.o
|
/Linux-v4.19/drivers/soc/rockchip/ |
D | pm_domains.c | 87 #define to_rockchip_pd(gpd) container_of(gpd, struct rockchip_pm_domain, genpd) argument
|
/Linux-v4.19/ |
D | MAINTAINERS | 6235 F: drivers/platform/x86/gpd-pocket-fan.c
|