/linux-6.6.21/drivers/gpu/drm/panel/ |
D | panel-startek-kd070fhfid015.c | 53 static int stk_panel_init(struct stk_panel *stk) in stk_panel_init() argument 55 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_init() 56 struct device *dev = &stk->dsi->dev; in stk_panel_init() 95 ret = mipi_dsi_dcs_set_column_address(dsi, 0, stk->mode->hdisplay - 1); in stk_panel_init() 101 ret = mipi_dsi_dcs_set_page_address(dsi, 0, stk->mode->vdisplay - 1); in stk_panel_init() 110 static int stk_panel_on(struct stk_panel *stk) in stk_panel_on() argument 112 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_on() 113 struct device *dev = &stk->dsi->dev; in stk_panel_on() 125 static void stk_panel_off(struct stk_panel *stk) in stk_panel_off() argument 127 struct mipi_dsi_device *dsi = stk->dsi; in stk_panel_off() [all …]
|
/linux-6.6.21/tools/testing/selftests/sigaltstack/ |
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-6.6.21/arch/x86/kernel/ |
D | dumpstack_64.c | 96 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-6.6.21/lib/ |
D | inflate.c | 357 } *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-6.6.21/arch/arm/include/asm/ |
D | elf.h | 120 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | elf.h | 120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | omap4-var-stk-om44.dts | 13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
D | Makefile | 82 omap4-var-stk-om44.dtb
|
/linux-6.6.21/arch/mips/include/asm/ |
D | elf.h | 517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ti/ |
D | omap.yaml | 161 - variscite,var-stk-om44
|
/linux-6.6.21/arch/arm/kernel/ |
D | setup.c | 535 struct stack *stk = &stacks[cpu]; in cpu_init() local 580 : "r" (stk), in cpu_init()
|
/linux-6.6.21/net/bluetooth/ |
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-6.6.21/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone.dtsi | 421 regulator-name = "vcc-lcd-ctp-stk";
|
/linux-6.6.21/net/sched/ |
D | sch_htb.c | 821 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf() local 843 if (sp > stk) { in htb_lookup_leaf()
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | traps.c | 1071 : [stk] "r" (stack), [regs] "r" (regs) in do_vint()
|
/linux-6.6.21/arch/m68k/ifpsp060/src/ |
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
|
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
|