Searched refs:stk (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-startek-kd070fhfid015.c52 static int stk_panel_init(struct stk_panel *stk) argument
54 struct mipi_dsi_device *dsi = stk->dsi;
55 struct device *dev = &stk->dsi->dev;
94 ret = mipi_dsi_dcs_set_column_address(dsi, 0, stk->mode->hdisplay - 1);
100 ret = mipi_dsi_dcs_set_page_address(dsi, 0, stk->mode->vdisplay - 1);
109 static int stk_panel_on(struct stk_panel *stk) argument
111 struct mipi_dsi_device *dsi = stk->dsi;
112 struct device *dev = &stk->dsi->dev;
124 static void stk_panel_off(struct stk_panel *stk) argument
126 struct mipi_dsi_device *dsi = stk
145 struct stk_panel *stk = to_stk_panel(panel); local
157 struct stk_panel *stk = to_stk_panel(panel); local
298 stk_panel_add(struct stk_panel *stk) argument
344 struct stk_panel *stk; local
372 struct stk_panel *stk = mipi_dsi_get_drvdata(dsi); local
[all...]
/linux-master/tools/testing/selftests/sigaltstack/
H A Dsas.c47 stack_t stk; local
61 err = sigaltstack(NULL, &stk);
66 if (stk.ss_flags != SS_DISABLE)
68 stk.ss_flags);
109 stack_t stk; local
132 err = sigaltstack(NULL, &stk);
137 if (stk.ss_flags == SS_DISABLE) {
142 "should have been SS_DISABLE\n", stk.ss_flags);
146 stk.ss_sp = sstack;
147 stk
[all...]
/linux-master/arch/x86/kernel/
H A Ddumpstack_64.c96 unsigned long begin, end, stk = (unsigned long)stack; local
113 if (stk < begin || stk >= end)
117 k = (stk - begin) >> PAGE_SHIFT;
/linux-master/arch/arm/include/asm/
H A Delf.h119 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk)
/linux-master/arch/arm64/include/asm/
H A Delf.h120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT)
/linux-master/lib/
H A Dinflate.c357 } *stk; local
364 stk = malloc(sizeof(*stk));
365 if (stk == NULL)
368 c = stk->c;
369 v = stk->v;
370 x = stk->x;
371 u = stk->u;
374 memzero(stk->c, sizeof(stk
[all...]
/linux-master/arch/mips/include/asm/
H A Delf.h517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk)
/linux-master/arch/arm/boot/dts/ti/omap/
H A DMakefile82 omap4-var-stk-om44.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/ti/omap/
H A DMakefile82 omap4-var-stk-om44.dtb \
/linux-master/arch/arm/kernel/
H A Dsetup.c535 struct stack *stk = &stacks[cpu]; local
580 : "r" (stk),
/linux-master/net/bluetooth/
H A Dsmp.c998 u8 stk[16]; local
1002 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk);
1007 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size);
1011 u8 stk[16], auth; local
1018 smp_s1(smp->tk, smp->prnd, smp->rrnd, stk);
1030 SMP_STK, auth, stk, smp->enc_key_size, ediv, rand);
/linux-master/net/sched/
H A Dsch_htb.c821 } stk[TC_HTB_MAXDEPTH], *sp = stk; local
843 if (sp > stk) {
/linux-master/arch/loongarch/kernel/
H A Dtraps.c1092 "move $sp, %[stk] \n" /* Switch stack */
1097 : [stk] "r" (stack), [regs] "r" (regs)
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S814 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1088 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1120 # - The system stack contains the "Unimp Data Type" stk frame #
1125 # - The system stack is changed to an Inexact exception stk frame #
1127 # - The system stack is changed to an SNAN exception stk frame #
1129 # - The system stack is changed to an OPERR exception stk frame #
1131 # - The system stack is changed to an OVFL exception stk frame #
2388 # - The system stack contains the "Unimplemented <ea>" stk frame #
2729 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fm
[all...]
H A Dfpsp.S815 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1089 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1121 # - The system stack contains the "Unimp Data Type" stk frame #
1126 # - The system stack is changed to an Inexact exception stk frame #
1128 # - The system stack is changed to an SNAN exception stk frame #
1130 # - The system stack is changed to an OPERR exception stk frame #
1132 # - The system stack is changed to an OVFL exception stk frame #
2389 # - The system stack contains the "Unimplemented <ea>" stk frame #
2730 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fm
[all...]

Completed in 446 milliseconds