Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-startek-kd070fhfid015.c52 static int stk_panel_init(struct stk_panel *stk) in stk_panel_init() argument
54 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_init()
75 mipi_dsi_dcs_set_column_address_multi(&dsi_ctx, 0, stk->mode->hdisplay - 1); in stk_panel_init()
76 mipi_dsi_dcs_set_page_address_multi(&dsi_ctx, 0, stk->mode->vdisplay - 1); in stk_panel_init()
81 static int stk_panel_on(struct stk_panel *stk) in stk_panel_on() argument
83 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_on()
93 static void stk_panel_off(struct stk_panel *stk) in stk_panel_off() argument
95 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_off()
108 struct stk_panel *stk = to_stk_panel(panel); in stk_panel_unprepare() local
110 stk_panel_off(stk); in stk_panel_unprepare()
[all …]
/linux/arch/x86/kernel/
H A Ddumpstack_64.c96 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local
113 if (stk < begin || stk >= end) in in_exception_stack()
117 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack()
/linux/lib/
H A Dinflate.c357 } *stk; in huft_build() local
364 stk = malloc(sizeof(*stk)); in huft_build()
365 if (stk == NULL) in huft_build()
368 c = stk->c; in huft_build()
369 v = stk->v; in huft_build()
370 x = stk->x; in huft_build()
371 u = stk->u; in huft_build()
374 memzero(stk->c, sizeof(stk in huft_build()
[all...]
/linux/arch/arm/include/asm/
H A Delf.h119 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
/linux/arch/arm64/include/asm/
H A Delf.h120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-var-stk-om44.dts13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
H A DMakefile82 omap4-var-stk-om44.dtb \
/linux/arch/mips/include/asm/
H A Delf.h517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
/linux/arch/arm/kernel/
H A Dsetup.c535 struct stack *stk = &stacks[cpu]; in cpu_init() local
580 : "r" (stk), in cpu_init()
/linux/net/bluetooth/
H A Dsmp.c999 u8 stk[16]; in smp_random() local
1003 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1008 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size); in smp_random()
1012 u8 stk[16], auth; in smp_random() local
1019 smp_s1(smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
1031 SMP_STK, auth, stk, smp->enc_key_size, ediv, rand); in smp_random()
/linux/arch/loongarch/kernel/
H A Dtraps.c1104 "move $sp, %[stk] \n" /* Switch stack */ in do_vint()
1109 : [stk] "r" (stack), [regs] "r" (regs) in do_vint()
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2388 # - The system stack contains the "Unimplemented <ea>" stk frame #
2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
H A Dfpsp.S2389 # - The system stack contains the "Unimplemented <ea>" stk frame #
2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024