| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-startek-kd070fhfid015.c | 52 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/tools/testing/selftests/signal/ |
| H A D | sas.c | 47 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() 137 if (stk.ss_flags == SS_DISABLE) { in main() 142 "should have been SS_DISABLE\n", stk.ss_flags); in main() 146 stk.ss_sp = sstack; in main() 147 stk.ss_size = stack_size; in main() [all …]
|
| /linux/arch/arm/include/asm/ |
| H A D | elf.h | 119 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap4-var-stk-om44.dts | 13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
| /linux/arch/mips/include/asm/ |
| H A D | elf.h | 519 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
|
| /linux/arch/arm/kernel/ |
| H A D | setup.c | 535 struct stack *stk = &stacks[cpu]; in cpu_init() local 580 : "r" (stk), in cpu_init()
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 999 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/net/sched/ |
| H A D | sch_htb.c | 822 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf() local 846 if (sp > stk) { in htb_lookup_leaf()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 1122 : [stk] "r" (stack), [regs] "r" (regs) in do_vint()
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 2388 # - The system stack contains the "Unimplemented <ea>" stk frame # 2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|
| H A D | fpsp.S | 2389 # - The system stack contains the "Unimplemented <ea>" stk frame # 2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|