/linux-6.15/drivers/gpu/drm/adp/ ! |
D | adp_drv.c | 105 .name = "adp", 155 struct adp_drv_private *adp; in adp_plane_atomic_update() local 168 adp = to_adp(plane->dev); in adp_plane_atomic_update() 176 writel(src_pos, adp->be + ADBE_SRC_START); in adp_plane_atomic_update() 177 writel(src_size, adp->be + ADBE_SRC_SIZE); in adp_plane_atomic_update() 178 writel(dst_pos, adp->be + ADBE_DST_START); in adp_plane_atomic_update() 179 writel(dst_size, adp->be + ADBE_DST_SIZE); in adp_plane_atomic_update() 180 writel(fb->pitches[0], adp->be + ADBE_STRIDE); in adp_plane_atomic_update() 183 writel(obj->dma_addr + fb->offsets[0], adp->be + ADBE_FB_BASE); in adp_plane_atomic_update() 185 writel(BIT(0), adp->be + ADBE_LAYER_EN1); in adp_plane_atomic_update() [all …]
|
D | adp-mipi.c | 33 static int adp_dsi_gen_pkt_hdr_write(struct adp_mipi_drv_private *adp, u32 hdr_val) in adp_dsi_gen_pkt_hdr_write() argument 38 ret = readl_poll_timeout(adp->mipi + DSI_CMD_PKT_STATUS, in adp_dsi_gen_pkt_hdr_write() 42 dev_err(adp->dsi.dev, "failed to get available command FIFO\n"); in adp_dsi_gen_pkt_hdr_write() 46 writel(hdr_val, adp->mipi + DSI_GEN_HDR); in adp_dsi_gen_pkt_hdr_write() 49 ret = readl_poll_timeout(adp->mipi + DSI_CMD_PKT_STATUS, in adp_dsi_gen_pkt_hdr_write() 53 dev_err(adp->dsi.dev, "failed to write command FIFO\n"); in adp_dsi_gen_pkt_hdr_write() 60 static int adp_dsi_write(struct adp_mipi_drv_private *adp, in adp_dsi_write() argument 72 writel(le32_to_cpu(word), adp->mipi + DSI_GEN_PLD_DATA); in adp_dsi_write() 76 writel(le32_to_cpu(word), adp->mipi + DSI_GEN_PLD_DATA); in adp_dsi_write() 81 ret = readl_poll_timeout(adp->mipi + DSI_CMD_PKT_STATUS, in adp_dsi_write() [all …]
|
D | Makefile | 4 adpdrm-mipi-y := adp-mipi.o
|
/linux-6.15/drivers/scsi/megaraid/ ! |
D | megaraid_mm.c | 108 mraid_mmadp_t *adp; in mraid_mm_ioctl() local 154 if ((adp = mraid_mm_get_adapter(argp, &rval)) == NULL) { in mraid_mm_ioctl() 162 if (!adp->quiescent) { in mraid_mm_ioctl() 174 kioc = mraid_mm_alloc_kioc(adp); in mraid_mm_ioctl() 181 if ((rval = mimd_to_kioc(argp, adp, kioc))) { in mraid_mm_ioctl() 182 mraid_mm_dealloc_kioc(adp, kioc); in mraid_mm_ioctl() 193 if ((rval = lld_ioctl(adp, kioc))) { in mraid_mm_ioctl() 196 mraid_mm_dealloc_kioc(adp, kioc); in mraid_mm_ioctl() 209 mraid_mm_dealloc_kioc(adp, kioc); in mraid_mm_ioctl() 345 * @adp : adapter softstate [all …]
|
D | mega_common.h | 210 #define MRAID_IS_LOGICAL(adp, scp) \ argument 211 (SCP2CHANNEL(scp) == (adp)->max_channel) ? 1 : 0 213 #define MRAID_IS_LOGICAL_SDEV(adp, sdev) \ argument 214 (sdev->channel == (adp)->max_channel) ? 1 : 0 218 * @adp : adapter's soft state 227 #define MRAID_GET_DEVICE_MAP(adp, scp, p_chan, target, islogical) \ argument 231 islogical = MRAID_IS_LOGICAL(adp, scp); \ 239 (adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \ 242 p_chan = ((adp)->device_ids[SCP2CHANNEL(scp)] \ 244 target = ((adp)->device_ids[SCP2CHANNEL(scp)] \
|
D | megaraid_mbox.h | 219 #define ADAP2RAIDDEV(adp) ((mraid_device_t *)((adp)->raid_device)) argument
|
/linux-6.15/Documentation/devicetree/bindings/usb/ ! |
D | usb-drd.yaml | 18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be 45 adp-disable: 47 Tells OTG controllers we want to disable OTG ADP. ADP is optional for OTG 78 adp-disable;
|
/linux-6.15/drivers/gpu/drm/exynos/ ! |
D | exynos_dp.c | 44 struct analogix_dp_device *adp; member 174 ret = analogix_dp_bind(dp->adp, dp->drm_dev); in exynos_dp_bind() 186 analogix_dp_unbind(dp->adp); in exynos_dp_unbind() 245 dp->adp = analogix_dp_probe(dev, &dp->plat_data); in exynos_dp_probe() 246 if (IS_ERR(dp->adp)) in exynos_dp_probe() 247 return PTR_ERR(dp->adp); in exynos_dp_probe() 261 return analogix_dp_suspend(dp->adp); in exynos_dp_suspend() 268 return analogix_dp_resume(dp->adp); in exynos_dp_resume()
|
/linux-6.15/drivers/gpu/drm/rockchip/ ! |
D | analogix_dp-rockchip.c | 76 struct analogix_dp_device *adp; member 371 ret = analogix_dp_bind(dp->adp, drm_dev); in rockchip_dp_bind() 386 analogix_dp_unbind(dp->adp); in rockchip_dp_unbind() 434 dp->adp = ERR_PTR(-ENODEV); in rockchip_dp_probe() 447 dp->adp = analogix_dp_probe(dev, &dp->plat_data); in rockchip_dp_probe() 448 if (IS_ERR(dp->adp)) in rockchip_dp_probe() 449 return PTR_ERR(dp->adp); in rockchip_dp_probe() 467 if (IS_ERR(dp->adp)) in rockchip_dp_suspend() 470 return analogix_dp_suspend(dp->adp); in rockchip_dp_suspend() 477 if (IS_ERR(dp->adp)) in rockchip_dp_resume() [all …]
|
/linux-6.15/arch/sparc/kernel/ ! |
D | adi_64.c | 34 * contains the keyword "adp". If the platform supports ADI, "platform" 35 * node will contain "adp-blksz", "adp-nbits" and "ue-on-adp" properties 57 * Look for "adp" keyword in hwcap-list which would indicate in mdesc_adi_init() 64 if (!strcmp(prop, "adp")) { in mdesc_adi_init() 85 val = (u64 *) mdesc_get_property(hp, pn, "adp-blksz", &len); in mdesc_adi_init() 90 val = (u64 *) mdesc_get_property(hp, pn, "adp-nbits", &len); in mdesc_adi_init() 95 val = (u64 *) mdesc_get_property(hp, pn, "ue-on-adp", &len); in mdesc_adi_init()
|
/linux-6.15/include/linux/usb/ ! |
D | otg-fsm.h | 55 * @adp_change: TRUE when current ADP measurement (n) value, compared to the 56 * ADP measurement taken at n-2, differs by more than CADP_THR 58 * ADP measurement taken if ADP capable 104 * ADP probing 108 * ADP sensing
|
D | otg.h | 51 * @adp_support: Indicates if the device supports ADP.
|
/linux-6.15/drivers/power/supply/ ! |
D | rn5t618_power.c | 67 struct power_supply *adp; member 167 if (v & 0xc0) { /* USB or ADP plugged */ in rn5t618_battery_status() 665 .name = "rn5t618-adp", 709 power_supply_changed(info->adp); in rn5t618_charger_irq() 772 info->adp = devm_power_supply_register(&pdev->dev, in rn5t618_power_probe() 775 if (IS_ERR(info->adp)) { in rn5t618_power_probe() 776 ret = PTR_ERR(info->adp); in rn5t618_power_probe() 777 dev_err(&pdev->dev, "failed to register adp: %d\n", ret); in rn5t618_power_probe()
|
/linux-6.15/arch/arm/boot/dts/nxp/imx/ ! |
D | imx7ulp-com.dts | 35 adp-disable;
|
D | imx7ulp-evk.dts | 74 adp-disable;
|
D | imx6ulz-bsh-smm-m2.dts | 61 adp-disable;
|
/linux-6.15/drivers/usb/common/ ! |
D | Kconfig | 32 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
|
D | usb-otg-fsm.c | 219 * Driver is responsible for starting ADP probing in otg_set_state() 220 * if ADP sensing times out. in otg_set_state()
|
/linux-6.15/drivers/net/phy/ ! |
D | bcm54140.c | 35 #define BCM54140_RDB_C_APWR_APD_MODE_DIS 0 /* ADP disable */ 36 #define BCM54140_RDB_C_APWR_APD_MODE_EN 1 /* ADP enable */ 37 #define BCM54140_RDB_C_APWR_APD_MODE_DIS2 2 /* ADP disable */ 38 #define BCM54140_RDB_C_APWR_APD_MODE_EN_ANEG 3 /* ADP enable w/ aneg */
|
/linux-6.15/arch/arm64/boot/dts/freescale/ ! |
D | imx8mn-tqma8mqnl-mba8mx-usbotg.dtso | 71 adp-disable;
|
D | imx8ulp-evk.dts | 217 adp-disable; 237 adp-disable;
|
D | imx93-kontron-bl-osm-s.dts | 151 adp-disable;
|
D | imx8mn-var-som-symphony.dts | 178 adp-disable;
|
/linux-6.15/Documentation/devicetree/bindings/mfd/ ! |
D | stericsson,ab8500.yaml | 215 - description: ADP probe plug IRQ 216 - description: ADP probe unplug IRQ
|
/linux-6.15/tools/testing/selftests/bpf/ ! |
D | flow_dissector_load.c | 66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
|