/linux-6.1.9/drivers/video/console/ |
D | sticore.c | 64 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument 65 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument 66 #define c_index(sti, c) ((c) & 0xff) argument 78 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() argument 80 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() 81 struct sti_init_inptr_ext *inptr_ext = &sti->sti_data->init_inptr_ext; in sti_init_graph() 82 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() 86 spin_lock_irqsave(&sti->lock, flags); in sti_init_graph() 94 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 95 outptr, sti->glob_cfg); in sti_init_graph() [all …]
|
D | sticon.c | 133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local 142 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 144 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 149 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll() 151 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll() 174 struct sti_struct *sti = sticon_sti; in sticon_set_font() local 223 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font() 253 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font() 254 vc_rows = sti_onscreen_y(sti) / cooked_font->height; in sticon_set_font() 277 struct sti_struct *sti = sticon_sti; in sticon_init() local [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 3 - sti-vtg: video timing generator 11 - sti-vtac: video timing advanced inter dye communication Rx and TX 21 - sti-display-subsystem: Master device for DRM sub-components 25 - compatible: "st,sti-display-subsystem" 28 - sti-compositor: frame compositor engine 29 must be a child of sti-display-subsystem 44 - sti-tvout: video out hardware block 45 must be a child of sti-display-subsystem 56 - sti-hdmi: hdmi output block 57 must be a child of sti-display-subsystem [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | st,sti-asoc-card.txt | 1 STMicroelectronics sti ASoC cards 3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas 6 sti sound drivers allows to expose sti SoC audio interface through the 10 1) sti-uniperiph-dai: audio dai device. 35 "tx" for "st,sti-uni-player" compatibility 36 "rx" for "st,sti-uni-reader" compatibility 38 Required properties ("st,sti-uni-player" compatibility only): 54 sti_uni_player1: sti-uni-player@8d81000 { 66 sti_uni_player2: sti-uni-player@8d82000 { 77 sti_uni_player3: sti-uni-player@8d85000 { [all …]
|
/linux-6.1.9/drivers/video/fbdev/ |
D | sticore.h | 42 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument 43 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument 46 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument 47 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument 382 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f); 387 int sti_call(const struct sti_struct *sti, unsigned long func, 394 void sti_putc(struct sti_struct *sti, int c, int y, int x, 396 void sti_set(struct sti_struct *sti, int src_y, int src_x, 398 void sti_clear(struct sti_struct *sti, int src_y, int src_x, 400 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
|
D | stifb.c | 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 109 struct sti_struct *sti; member 835 pBytePerLongDevDepData = fb->sti->regions[NGLEDEVDEPROM_CRT_REGION]; in ngleGetDeviceRomData() 1160 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() argument 1180 fb->sti = sti; in stifb_init_fb() 1181 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb() 1183 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb() 1217 xres = sti_onscreen_x(fb->sti); in stifb_init_fb() 1218 yres = sti_onscreen_y(fb->sti); in stifb_init_fb() 1254 if ((fb->sti->regions_phys[0] & 0xfc000000) == in stifb_init_fb() [all …]
|
/linux-6.1.9/drivers/media/platform/st/ |
D | Makefile | 3 obj-y += sti/bdisp/ 4 obj-y += sti/c8sectpfe/ 5 obj-y += sti/delta/ 6 obj-y += sti/hva/
|
D | Kconfig | 5 source "drivers/media/platform/st/sti/Kconfig"
|
/linux-6.1.9/drivers/media/platform/st/sti/ |
D | Kconfig | 2 source "drivers/media/platform/st/sti/bdisp/Kconfig" 3 source "drivers/media/platform/st/sti/c8sectpfe/Kconfig" 4 source "drivers/media/platform/st/sti/delta/Kconfig" 5 source "drivers/media/platform/st/sti/hva/Kconfig"
|
/linux-6.1.9/Documentation/arm/ |
D | index.rst | 73 sti/stih416-overview 74 sti/stih407-overview 75 sti/stih418-overview 76 sti/overview 77 sti/stih415-overview
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | stih407.dtsi | 11 sti-display-subsystem@0 { 12 compatible = "st,sti-display-subsystem"; 48 sti-compositor@9d11000 { 80 sti-tvout@8d08000 { 103 sti_hdmi: sti-hdmi@8d04000 { 130 sti-hda@8d02000 {
|
D | stih410.dtsi | 102 sti-display-subsystem@0 { 103 compatible = "st,sti-display-subsystem"; 140 sti-compositor@9d11000 { 172 sti-tvout@8d08000 { 195 sti_hdmi: sti-hdmi@8d04000 { 222 sti-hda@8d02000 { 237 sti-hqvdp@9c00000 { 275 sti-cec@94a087c {
|
D | stihxxx-b2120.dtsi | 186 sti_uni_player0: sti-uni-player@8d80000 { 190 sti_uni_player2: sti-uni-player@8d82000 { 194 sti_uni_player3: sti-uni-player@8d85000 { 199 sti_sasg_codec: sti-sasg-codec {
|
D | stih410-b2120.dts | 60 sti-display-subsystem@0 { 61 sti-hda@8d02000 {
|
D | stih407-family.dtsi | 282 sti_sasg_codec: sti-sasg-codec { 296 vtg_main: sti-vtg-main@8d02800 { 302 vtg_aux: sti-vtg-aux@8d00200 { 742 compatible = "st,sti-pwm"; 757 compatible = "st,sti-pwm"; 792 reg-names = "stmmaceth", "sti-ethconf"; 809 clock-names = "stmmaceth", "sti-ethclk"; 903 sti_uni_player0: sti-uni-player@8d80000 { 919 sti_uni_player1: sti-uni-player@8d81000 { 935 sti_uni_player2: sti-uni-player@8d82000 { [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/timer/ |
D | renesas,em-sti.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,em-sti.yaml# 14 const: renesas,em-sti 41 compatible = "renesas,em-sti";
|
/linux-6.1.9/arch/mips/kernel/ |
D | genex.S | 561 BUILD_HANDLER bp bp sti silent /* #9 */ 562 BUILD_HANDLER ri ri sti silent /* #10 */ 563 BUILD_HANDLER cpu cpu sti silent /* #11 */ 564 BUILD_HANDLER ov ov sti silent /* #12 */ 565 BUILD_HANDLER tr tr sti silent /* #13 */ 572 BUILD_HANDLER msa msa sti silent /* #21 */ 573 BUILD_HANDLER mdmx mdmx sti silent /* #22 */ 581 BUILD_HANDLER watch watch sti verbose /* #23 */ 584 BUILD_HANDLER mt mt sti silent /* #25 */ 585 BUILD_HANDLER dsp dsp sti silent /* #26 */ [all …]
|
/linux-6.1.9/sound/soc/sti/ |
D | Makefile | 3 snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o 5 obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o
|
/linux-6.1.9/drivers/gpu/drm/sti/ |
D | Makefile | 2 sti-drm-y := \ 22 obj-$(CONFIG_DRM_STI) = sti-drm.o
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | sti-dwmac.txt | 27 - sti-ethclk: this is the phy clock. 28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs, 57 clock-names = "stmmaceth", "sti-ethclk";
|
/linux-6.1.9/Documentation/devicetree/bindings/input/ |
D | st-keyscan.txt | 7 - compatible: "st,sti-keyscan" 33 compatible = "st,sti-keyscan";
|
/linux-6.1.9/drivers/media/cec/platform/ |
D | Makefile | 12 obj-$(CONFIG_CEC_STI) += sti/
|
/linux-6.1.9/Documentation/devicetree/bindings/i2c/ |
D | renesas,riic.yaml | 47 - const: sti 107 interrupt-names = "tei", "ri", "ti", "spi", "sti", "naki", "ali",
|
/linux-6.1.9/Documentation/devicetree/bindings/dma/ |
D | st_fdma.txt | 70 sti_uni_player2: sti-uni-player@2 { 71 compatible = "st,sti-uni-player";
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/ |
D | sti.yaml | 4 $id: http://devicetree.org/schemas/arm/sti.yaml#
|