Home
last modified time | relevance | path

Searched refs:gpd (Results 1 – 25 of 32) sorted by relevance

12

/linux-5.19.10/drivers/usb/mtu3/
Dmtu3_qmu.c34 #define GET_GPD_HWO(gpd) (le32_to_cpu((gpd)->dw0_info) & GPD_FLAGS_HWO) argument
133 struct qmu_gpd *gpd) in gpd_virt_to_dma() argument
139 offset = gpd - gpd_head; in gpd_virt_to_dma()
143 return dma_base + (offset * sizeof(*gpd)); in gpd_virt_to_dma()
146 static void gpd_ring_init(struct mtu3_gpd_ring *ring, struct qmu_gpd *gpd) in gpd_ring_init() argument
148 ring->start = gpd; in gpd_ring_init()
149 ring->enqueue = gpd; in gpd_ring_init()
150 ring->dequeue = gpd; in gpd_ring_init()
151 ring->end = gpd + MAX_GPD_NUM - 1; in gpd_ring_init()
157 struct qmu_gpd *gpd = ring->start; in reset_gpd_list() local
[all …]
Dmtu3_trace.h124 __field(struct qmu_gpd *, gpd)
134 __entry->gpd = mreq->gpd;
142 __get_str(name), __entry->mreq, __entry->gpd,
176 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
177 TP_ARGS(mep, gpd),
180 __field(struct qmu_gpd *, gpd)
188 __entry->gpd = gpd;
189 __entry->dw0 = le32_to_cpu(gpd->dw0_info);
190 __entry->dw1 = le32_to_cpu(gpd->next_gpd);
191 __entry->dw2 = le32_to_cpu(gpd->buffer);
[all …]
Dmtu3_debugfs.c224 struct qmu_gpd *gpd; in mtu3_qmu_gpd_show() local
231 gpd = ring->start; in mtu3_qmu_gpd_show()
232 if (!gpd || !(mep->flags & MTU3_EP_ENABLED)) { in mtu3_qmu_gpd_show()
237 for (i = 0; i < MAX_GPD_NUM; i++, gpd++) { in mtu3_qmu_gpd_show()
238 dma = ring->dma + i * sizeof(*gpd); in mtu3_qmu_gpd_show()
240 i, &dma, gpd, gpd->dw0_info, gpd->next_gpd, in mtu3_qmu_gpd_show()
241 gpd->buffer, gpd->dw3_info); in mtu3_qmu_gpd_show()
Dmtu3.h300 struct qmu_gpd *gpd; member
/linux-5.19.10/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c81 static void t7xx_cldma_gpd_set_data_ptr(struct cldma_gpd *gpd, dma_addr_t data_ptr) in t7xx_cldma_gpd_set_data_ptr() argument
83 gpd->data_buff_bd_ptr_h = cpu_to_le32(upper_32_bits(data_ptr)); in t7xx_cldma_gpd_set_data_ptr()
84 gpd->data_buff_bd_ptr_l = cpu_to_le32(lower_32_bits(data_ptr)); in t7xx_cldma_gpd_set_data_ptr()
87 static void t7xx_cldma_gpd_set_next_ptr(struct cldma_gpd *gpd, dma_addr_t next_ptr) in t7xx_cldma_gpd_set_next_ptr() argument
89 gpd->next_gpd_ptr_h = cpu_to_le32(upper_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr()
90 gpd->next_gpd_ptr_l = cpu_to_le32(lower_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr()
125 struct cldma_gpd *gpd; in t7xx_cldma_gpd_rx_from_q() local
133 gpd = req->gpd; in t7xx_cldma_gpd_rx_from_q()
134 if ((gpd->flags & GPD_FLAGS_HWO) || !req->skb) { in t7xx_cldma_gpd_rx_from_q()
162 skb_put(skb, le16_to_cpu(gpd->data_buff_len)); in t7xx_cldma_gpd_rx_from_q()
[all …]
Dt7xx_hif_cldma.h59 struct cldma_gpd *gpd; /* Virtual address for CPU */ member
/linux-5.19.10/drivers/soc/xilinx/
Dzynqmp_pm_domains.c33 struct generic_pm_domain gpd; member
39 container_of(pm_domain, struct zynqmp_pm_domain, gpd)
277 pd->gpd.name = kasprintf(GFP_KERNEL, "domain%d", i); in zynqmp_gpd_probe()
278 pd->gpd.power_off = zynqmp_gpd_power_off; in zynqmp_gpd_probe()
279 pd->gpd.power_on = zynqmp_gpd_power_on; in zynqmp_gpd_probe()
280 pd->gpd.attach_dev = zynqmp_gpd_attach_dev; in zynqmp_gpd_probe()
281 pd->gpd.detach_dev = zynqmp_gpd_detach_dev; in zynqmp_gpd_probe()
283 domains[i] = &pd->gpd; in zynqmp_gpd_probe()
286 pm_genpd_init(&pd->gpd, NULL, true); in zynqmp_gpd_probe()
/linux-5.19.10/arch/mips/boot/dts/ingenic/
Dqi_lb60.dts42 gpio = <&gpd 2 0>;
51 gpio = <&gpd 4 0>;
101 gpios = <&gpd 29 GPIO_ACTIVE_LOW>;
112 row-gpios = <&gpd 18 0>, <&gpd 19 0>, <&gpd 20 0>, <&gpd 21 0>,
113 <&gpd 22 0>, <&gpd 23 0>, <&gpd 24 0>, <&gpd 26 0>;
195 gpios = <&gpd 28 GPIO_ACTIVE_LOW>;
352 cd-gpios = <&gpd 0 GPIO_ACTIVE_HIGH>;
Drs90.dts79 gpios = <&gpd 21 GPIO_ACTIVE_LOW>;
104 gpios = <&gpd 17 GPIO_ACTIVE_LOW>;
153 simple-audio-card,hp-det-gpio = <&gpd 16 GPIO_ACTIVE_LOW>;
Dgcw0.dts223 gpios = <&gpd 18 GPIO_ACTIVE_HIGH>;
247 sda-gpios = <&gpd 5 GPIO_ACTIVE_HIGH>;
248 scl-gpios = <&gpd 4 GPIO_ACTIVE_HIGH>;
Dci20.dts37 gpios = <&gpd 17 GPIO_ACTIVE_HIGH>;
179 device-wakeup-gpios = <&gpd 9 GPIO_ACTIVE_HIGH>;
Djz4740.dtsi170 gpd: gpio@3 { label
Djz4725b.dtsi179 gpd: gpio@3 { label
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acp.c122 struct generic_pm_domain gpd; member
130 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweroff()
149 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweron()
165 struct generic_pm_domain *gpd = data; in acp_genpd_add_device() local
168 ret = pm_genpd_add_device(gpd, dev); in acp_genpd_add_device()
229 adev->acp.acp_genpd->gpd.name = "ACP_AUDIO"; in acp_hw_init()
230 adev->acp.acp_genpd->gpd.power_off = acp_poweroff; in acp_hw_init()
231 adev->acp.acp_genpd->gpd.power_on = acp_poweron; in acp_hw_init()
236 pm_genpd_init(&adev->acp.acp_genpd->gpd, NULL, false); in acp_hw_init()
354 r = device_for_each_child(adev->acp.parent, &adev->acp.acp_genpd->gpd, in acp_hw_init()
/linux-5.19.10/arch/arm/boot/dts/
Ds3c64xx-pinctrl.dtsi40 gpd: gpd-gpio-bank { 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";
Ds3c2416-pinctrl.dtsi30 gpd: gpd-gpio-bank { label
/linux-5.19.10/drivers/firmware/
Dscpi_pm_domain.c31 #define to_scpi_pd(gpd) container_of(gpd, struct scpi_pm_domain, genpd) argument
/linux-5.19.10/drivers/firmware/arm_scmi/
Dscmi_pm_domain.c24 #define to_scmi_pd(gpd) container_of(gpd, struct scmi_pm_domain, genpd) argument
/linux-5.19.10/drivers/mmc/host/
Dmtk-sd.c368 struct mt_gpdma_desc *gpd; /* pointer to gpd array */ member
677 struct mt_gpdma_desc *gpd; in msdc_dma_setup() local
682 gpd = dma->gpd; in msdc_dma_setup()
686 gpd->gpd_info |= GPDMA_DESC_HWO; in msdc_dma_setup()
687 gpd->gpd_info |= GPDMA_DESC_BDP; in msdc_dma_setup()
689 gpd->gpd_info &= ~GPDMA_DESC_CHECKSUM; in msdc_dma_setup()
690 gpd->gpd_info |= msdc_dma_calcs((u8 *) gpd, 16) << 8; in msdc_dma_setup()
1793 struct mt_gpdma_desc *gpd = dma->gpd; in msdc_init_gpd_bd() local
1798 memset(gpd, 0, sizeof(struct mt_gpdma_desc) * 2); in msdc_init_gpd_bd()
1801 gpd->gpd_info = GPDMA_DESC_BDP; /* hwo, cs, bd pointer */ in msdc_init_gpd_bd()
[all …]
/linux-5.19.10/drivers/soc/ti/
Dti_sci_pm_domains.c52 #define genpd_to_ti_sci_pd(gpd) container_of(gpd, struct ti_sci_pm_domain, pd) argument
/linux-5.19.10/drivers/base/power/
Ddomain.c2290 const struct generic_pm_domain *gpd; in genpd_present() local
2293 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in genpd_present()
2294 if (gpd == genpd) { in genpd_present()
2435 struct generic_pm_domain *gpd; in of_genpd_del_provider() local
2446 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in of_genpd_del_provider()
2447 if (gpd->provider == &np->fwnode) { in of_genpd_del_provider()
2448 gpd->has_provider = false; in of_genpd_del_provider()
2450 if (!gpd->set_performance_state) in of_genpd_del_provider()
2453 dev_pm_opp_put_opp_table(gpd->opp_table); in of_genpd_del_provider()
2454 dev_pm_opp_of_remove_table(&gpd->dev); in of_genpd_del_provider()
[all …]
/linux-5.19.10/drivers/soc/actions/
Dowl-sps.c39 #define to_owl_pd(gpd) container_of(gpd, struct owl_sps_domain, genpd) argument
/linux-5.19.10/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml86 gpios = <&gpd 28 GPIO_ACTIVE_LOW>;
/linux-5.19.10/drivers/platform/x86/
DMakefile56 obj-$(CONFIG_GPD_POCKET_FAN) += gpd-pocket-fan.o
/linux-5.19.10/drivers/soc/mediatek/
Dmtk-pm-domains.c58 #define to_scpsys_domain(gpd) container_of(gpd, struct scpsys_domain, genpd) argument

12