Home
last modified time | relevance | path

Searched refs:HSP (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/kyro/
DSTG4000VTG.c159 if ((pTiming->HSP > 0) && (pTiming->VSP < 0)) { /* +hsync -vsync */ in SetupVTG()
161 } else if ((pTiming->HSP < 0) && (pTiming->VSP > 0)) { /* -hsync +vsync */ in SetupVTG()
163 } else if ((pTiming->HSP < 0) && (pTiming->VSP < 0)) { /* -hsync -vsync */ in SetupVTG()
165 } else if ((pTiming->HSP > 0) && (pTiming->VSP > 0)) { /* +hsync -vsync */ in SetupVTG()
Dfbdev.c314 par->HSP, par->VSP, &par->PIXCLK) < 0) in kyro_dev_video_mode_set()
469 if (par->HSP == 1) in kyrofb_check_var()
524 par->HSP = (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
/linux-5.19.10/Documentation/devicetree/bindings/mailbox/
Dnvidia,tegra186-hsp.yaml7 title: NVIDIA Tegra Hardware Synchronization Primitives (HSP)
14 The HSP modules are used for the processors to share resources and
21 The features that HSP supported are shared mailboxes, shared
25 contain two cells. The first cell determines the HSP type and the
53 mailboxes may vary by instance of the HSP block and SoC
/linux-5.19.10/include/video/
Dkyro.h23 s32 HSP; /* Hor Sync Polarity */ member
/linux-5.19.10/drivers/firmware/tegra/
DKconfig20 It needs HSP as the HW synchronization and notification module and
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-driver-ccp73 whether the HSP TPM has been activated.
/linux-5.19.10/drivers/mailbox/
DKconfig196 bool "Tegra HSP (Hardware Synchronization Primitives) Driver"
199 The Tegra HSP driver is used for the interprocessor communication