Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
A Dpanel-startek-kd070fhfid015.c110 stk_panel_off(stk); in stk_panel_unprepare()
111 regulator_bulk_disable(ARRAY_SIZE(stk->supplies), stk->supplies); in stk_panel_unprepare()
139 ret = stk_panel_init(stk); in stk_panel_prepare()
143 ret = stk_panel_on(stk); in stk_panel_prepare()
262 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(stk->supplies), stk->supplies); in stk_panel_add()
282 stk->backlight = drm_panel_create_dsi_backlight(stk->dsi); in stk_panel_add()
289 drm_panel_init(&stk->base, &stk->dsi->dev, &stk_panel_funcs, in stk_panel_add()
299 struct stk_panel *stk; in stk_panel_probe() local
306 stk = devm_kzalloc(&dsi->dev, sizeof(*stk), GFP_KERNEL); in stk_panel_probe()
307 if (!stk) in stk_panel_probe()
[all …]
/linux/tools/testing/selftests/sigaltstack/
A Dsas.c47 stack_t stk; in my_usr1() local
61 err = sigaltstack(NULL, &stk); in my_usr1()
66 if (stk.ss_flags != SS_DISABLE) in my_usr1()
68 stk.ss_flags); in my_usr1()
109 stack_t stk; in main() local
132 err = sigaltstack(NULL, &stk); in main()
146 stk.ss_sp = sstack; in main()
147 stk.ss_size = stack_size; in main()
149 err = sigaltstack(&stk, NULL); in main()
182 err = sigaltstack(NULL, &stk); in main()
[all …]
/linux/arch/x86/kernel/
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/
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->c)); in huft_build()
561 free(stk); in huft_build()
/linux/arch/arm/include/asm/
A Delf.h119 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
/linux/arch/arm64/include/asm/
A Delf.h120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
/linux/arch/arm/boot/dts/ti/omap/
A Domap4-var-stk-om44.dts13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
A DMakefile82 omap4-var-stk-om44.dtb \
/linux/arch/mips/include/asm/
A Delf.h517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
/linux/Documentation/devicetree/bindings/arm/ti/
A Domap.yaml163 - variscite,var-stk-om44
/linux/arch/arm/kernel/
A Dsetup.c535 struct stack *stk = &stacks[cpu]; in cpu_init() local
580 : "r" (stk), in cpu_init()
/linux/net/bluetooth/
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/arm64/boot/dts/allwinner/
A Dsun50i-a64-pinephone.dtsi431 regulator-name = "vcc-lcd-ctp-stk";
/linux/net/sched/
A Dsch_htb.c821 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf() local
843 if (sp > stk) { in htb_lookup_leaf()
/linux/arch/loongarch/kernel/
A Dtraps.c1102 : [stk] "r" (stack), [regs] "r" (regs) in do_vint()
/linux/arch/m68k/ifpsp060/src/
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
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

Completed in 70 milliseconds