/Linux-v5.10/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 13 * By preparing General Purpose Descriptor (GPD) and Buffer Descriptor (BD), 16 * And now only GPD is supported. 34 #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() [all …]
|
D | mtu3_trace.h | 124 __field(struct qmu_gpd *, gpd) 134 __entry->gpd = mreq->gpd; 141 TP_printk("%s: req %p gpd %p len %u/%u %s%s --> %d", 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); [all …]
|
D | mtu3.h | 143 * General Purpose Descriptor (GPD): 144 * The format of TX GPD is a little different from RX one. 145 * And the size of GPD is 16 bytes. 150 * bit2: Bypass (BPS), 1: HW skips this GPD if HWO = 1 158 * @next_gpd: Physical address of the next GPD 177 * dma: physical base address of GPD segment 178 * start: virtual base address of GPD segment 179 * end: the last GPD element 180 * enqueue: the first empty GPD to use 181 * dequeue: the first completed GPD serviced by ISR [all …]
|
D | mtu3_debugfs.c | 223 struct qmu_gpd *gpd; in mtu3_qmu_gpd_show() local 230 gpd = ring->start; in mtu3_qmu_gpd_show() 231 if (!gpd || !(mep->flags & MTU3_EP_ENABLED)) { in mtu3_qmu_gpd_show() 236 for (i = 0; i < MAX_GPD_NUM; i++, gpd++) { in mtu3_qmu_gpd_show() 237 dma = ring->dma + i * sizeof(*gpd); in mtu3_qmu_gpd_show() 238 seq_printf(sf, "gpd.%03d -> %pad, %p: %08x %08x %08x %08x\n", in mtu3_qmu_gpd_show() 239 i, &dma, gpd, gpd->dw0_info, gpd->next_gpd, in mtu3_qmu_gpd_show() 240 gpd->buffer, gpd->dw3_info); in mtu3_qmu_gpd_show() 253 {"qmu-gpd", mtu3_qmu_gpd_show, },
|
/Linux-v5.10/drivers/soc/xilinx/ |
D | zynqmp_pm_domains.c | 30 * @gpd: Generic power domain 35 struct generic_pm_domain gpd; member 77 pd = container_of(domain, struct zynqmp_pm_domain, gpd); in zynqmp_gpd_power_on() 109 pd = container_of(domain, struct zynqmp_pm_domain, gpd); in zynqmp_gpd_power_off() 158 pd = container_of(domain, struct zynqmp_pm_domain, gpd); in zynqmp_gpd_attach_dev() 191 pd = container_of(domain, struct zynqmp_pm_domain, gpd); in zynqmp_gpd_detach_dev() 218 pd = container_of(genpd_data->domains[0], struct zynqmp_pm_domain, gpd); in zynqmp_gpd_xlate() 276 pd->gpd.name = kasprintf(GFP_KERNEL, "domain%d", i); in zynqmp_gpd_probe() 277 pd->gpd.power_off = zynqmp_gpd_power_off; in zynqmp_gpd_probe() 278 pd->gpd.power_on = zynqmp_gpd_power_on; in zynqmp_gpd_probe() [all …]
|
/Linux-v5.10/arch/mips/boot/dts/ingenic/ |
D | qi_lb60.dts | 42 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>;
|
D | rs90.dts | 67 gpios = <&gpd 21 GPIO_ACTIVE_LOW>; 92 gpios = <&gpd 17 GPIO_ACTIVE_LOW>; 141 simple-audio-card,hp-det-gpio = <&gpd 16 GPIO_ACTIVE_LOW>;
|
D | gcw0.dts | 224 gpios = <&gpd 18 GPIO_ACTIVE_HIGH>; 248 sda-gpios = <&gpd 5 GPIO_ACTIVE_HIGH>; 249 scl-gpios = <&gpd 4 GPIO_ACTIVE_HIGH>;
|
D | ci20.dts | 37 gpios = <&gpd 17 GPIO_ACTIVE_HIGH>; 122 device-wakeup-gpios = <&gpd 9 GPIO_ACTIVE_HIGH>;
|
/Linux-v5.10/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-v5.10/drivers/gpu/drm/ |
D | drm_panel_orientation_quirks.c | 130 }, { /* GPD MicroPC (generic strings, also match on bios date) */ 138 }, { /* GPD MicroPC (later BIOS versions with proper DMI strings) */ 140 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"), 145 * GPD Pocket, note that the the DMI data is less generic then 157 }, { /* GPD Pocket 2 (generic strings, also match on bios date) */ 165 }, { /* GPD Win (same note on DMI match as GPD Pocket) */ 173 }, { /* GPD Win 2 (too generic strings, also match on bios date) */
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 122 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() 219 adev->acp.acp_genpd->gpd.name = "ACP_AUDIO"; in acp_hw_init() 220 adev->acp.acp_genpd->gpd.power_off = acp_poweroff; in acp_hw_init() 221 adev->acp.acp_genpd->gpd.power_on = acp_poweron; in acp_hw_init() 226 pm_genpd_init(&adev->acp.acp_genpd->gpd, NULL, false); in acp_hw_init() 346 r = pm_genpd_add_device(&adev->acp.acp_genpd->gpd, dev); in acp_hw_init()
|
/Linux-v5.10/drivers/acpi/x86/ |
D | utils.c | 82 * The GPD win BIOS dated 20170221 has disabled the accelerometer, the 88 * Unfortunately the GPD pocket also uses these strings and its BIOS 89 * was copy-pasted from the GPD win, so it has a disabled KIOX000A
|
/Linux-v5.10/drivers/mmc/host/ |
D | mtk-sd.c | 345 struct mt_gpdma_desc *gpd; /* pointer to gpd array */ member 347 dma_addr_t gpd_addr; /* the physical address of gpd array */ 651 struct mt_gpdma_desc *gpd; in msdc_dma_setup() local 656 gpd = dma->gpd; in msdc_dma_setup() 659 /* modify gpd */ in msdc_dma_setup() 660 gpd->gpd_info |= GPDMA_DESC_HWO; in msdc_dma_setup() 661 gpd->gpd_info |= GPDMA_DESC_BDP; in msdc_dma_setup() 663 gpd->gpd_info &= ~GPDMA_DESC_CHECKSUM; in msdc_dma_setup() 664 gpd->gpd_info |= msdc_dma_calcs((u8 *) gpd, 16) << 8; in msdc_dma_setup() 1754 /* init gpd and bd list in msdc_drv_probe */ [all …]
|
/Linux-v5.10/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-v5.10/drivers/firmware/ |
D | scpi_pm_domain.c | 32 #define to_scpi_pd(gpd) container_of(gpd, struct scpi_pm_domain, genpd) argument
|
/Linux-v5.10/drivers/soc/ti/ |
D | ti_sci_pm_domains.c | 52 #define genpd_to_ti_sci_pd(gpd) container_of(gpd, struct ti_sci_pm_domain, pd) argument
|
/Linux-v5.10/drivers/platform/x86/ |
D | gpd-pocket-fan.c | 3 * GPD Pocket fan controller driver 228 MODULE_DESCRIPTION("GPD pocket fan driver");
|
D | Makefile | 56 # GPD 57 obj-$(CONFIG_GPD_POCKET_FAN) += gpd-pocket-fan.o
|
/Linux-v5.10/drivers/base/power/ |
D | domain.c | 2142 const struct generic_pm_domain *gpd; in genpd_present() local 2144 list_for_each_entry(gpd, &gpd_list, gpd_list_node) in genpd_present() 2145 if (gpd == genpd) in genpd_present() 2297 struct generic_pm_domain *gpd; in of_genpd_del_provider() local 2308 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in of_genpd_del_provider() 2309 if (gpd->provider == &np->fwnode) { in of_genpd_del_provider() 2310 gpd->has_provider = false; in of_genpd_del_provider() 2312 if (!gpd->set_performance_state) in of_genpd_del_provider() 2315 dev_pm_opp_put_opp_table(gpd->opp_table); in of_genpd_del_provider() 2316 dev_pm_opp_of_remove_table(&gpd->dev); in of_genpd_del_provider() [all …]
|
/Linux-v5.10/drivers/pinctrl/samsung/ |
D | pinctrl-s3c24xx.c | 564 PIN_BANK_2BIT(16, 0x030, "gpd"), 589 PIN_BANK_2BIT(16, 0x030, "gpd"), 616 PIN_BANK_2BIT(16, 0x030, "gpd"), 641 PIN_BANK_2BIT(16, 0x030, "gpd"),
|
/Linux-v5.10/drivers/soc/actions/ |
D | owl-sps.c | 39 #define to_owl_pd(gpd) container_of(gpd, struct owl_sps_domain, genpd) argument
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | gpio-charger.yaml | 86 gpios = <&gpd 28 GPIO_ACTIVE_LOW>;
|
/Linux-v5.10/arch/arm/mach-s3c/ |
D | mach-n30.c | 268 GPIO_LOOKUP("GPD", 8, NULL, GPIO_ACTIVE_HIGH), 286 GPIO_LOOKUP("GPD", 9, NULL, GPIO_ACTIVE_LOW), 299 GPIO_LOOKUP("GPD", 9, NULL, GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN),
|