Home
last modified time | relevance | path

Searched refs:push_switch (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/drivers/
H A Dpush-switch.c28 struct push_switch *psw = from_timer(psw, t, debounce); in switch_timer()
35 struct push_switch *psw = container_of(work, struct push_switch, work); in switch_work_handler()
46 struct push_switch *psw; in switch_drv_probe()
49 psw = kzalloc(sizeof(struct push_switch), GFP_KERNEL); in switch_drv_probe()
96 struct push_switch *psw = platform_get_drvdata(pdev); in switch_drv_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/drivers/
H A Dpush-switch.c28 struct push_switch *psw = from_timer(psw, t, debounce); in switch_timer()
35 struct push_switch *psw = container_of(work, struct push_switch, work); in switch_work_handler()
46 struct push_switch *psw; in switch_drv_probe()
49 psw = kzalloc(sizeof(struct push_switch), GFP_KERNEL); in switch_drv_probe()
96 struct push_switch *psw = platform_get_drvdata(pdev); in switch_drv_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/drivers/
H A Dpush-switch.c28 struct push_switch *psw = from_timer(psw, t, debounce); in switch_timer()
35 struct push_switch *psw = container_of(work, struct push_switch, work); in switch_work_handler()
46 struct push_switch *psw; in switch_drv_probe()
49 psw = kzalloc(sizeof(struct push_switch), GFP_KERNEL); in switch_drv_probe()
96 struct push_switch *psw = platform_get_drvdata(pdev); in switch_drv_remove()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/bootloader/
H A Dbootloader.cc57 Switch push_switch; variable
135 push_switch.Debounce(); in SysTick_Handler()
136 if (push_switch.released()) { in SysTick_Handler()
206 push_switch.Init(); in Init()
230 bool exit_updater = !push_switch.pressed_immediate(); in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/bootloader/
H A Dbootloader.cc57 Switch push_switch; variable
135 push_switch.Debounce(); in SysTick_Handler()
136 if (push_switch.released()) { in SysTick_Handler()
206 push_switch.Init(); in Init()
230 bool exit_updater = !push_switch.pressed_immediate(); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/include/asm/
H A Dpush-switch.h10 struct push_switch { struct
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/include/asm/
H A Dpush-switch.h10 struct push_switch { struct
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/include/asm/
H A Dpush-switch.h10 struct push_switch { struct
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/boards/mach-highlander/
H A Dpsw.c19 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/boards/mach-highlander/
H A Dpsw.c19 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/boards/mach-highlander/
H A Dpsw.c19 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/boards/mach-landisk/
H A Dpsw.c20 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/boards/mach-landisk/
H A Dpsw.c20 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/boards/mach-landisk/
H A Dpsw.c20 struct push_switch *psw = platform_get_drvdata(pdev); in psw_irq_handler()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dbasfunc.h43 #define push_switch ({__need_in_use_bit;_rom_call(void,(CESI),327);}) macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp3876 void LuaContext::push_switch(lua_State* l, Switch& sw) { in push_switch() function in Solarus::LuaContext
7158 push_switch(l, sw); in switch_on_activated()
7178 push_switch(l, sw); in switch_on_inactivated()
7198 push_switch(l, sw); in switch_on_left()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/s/
H A Dos.h285 .set push_switch, 0x327
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dsemantics.c776 push_switch (switch_stmt); in finish_switch_cond()
H A Dcp-tree.h3643 extern void push_switch (tree);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/lua/
H A DLuaContext.h1393 static void push_switch(lua_State* current_l, Switch& sw);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dsemantics.c776 push_switch (switch_stmt); in finish_switch_cond()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/asm/
H A Dos.h285 push_switch equ $327
H A Ddoorsos.h285 doorsos::push_switch equ _ROM_CALL_327
/dports/emulators/tiemu3/tiemu-3.03/misc/
H A Dromcalls.lst1253 .set push_switch, 0x327
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A DChangeLog51 (push_switch): Don't clear it.

123456789