Searched full:fire (Results 1 – 25 of 444) sorted by relevance
12345678910>>...18
/linux-6.12.1/sound/usb/6fire/ |
D | chip.c | 3 * Linux driver for TerraTec DMX 6Fire USB 27 MODULE_DESCRIPTION("TerraTec DMX 6Fire USB audio driver"); 37 MODULE_PARM_DESC(index, "Index value for the 6fire sound device"); 39 MODULE_PARM_DESC(id, "ID string for the 6fire sound device."); 41 MODULE_PARM_DESC(enable, "Enable the 6fire sound device."); 201 .name = "snd-usb-6fire",
|
D | Makefile | 2 snd-usb-6fire-y += chip.o comm.o midi.o control.o firmware.o pcm.o 3 obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o
|
D | firmware.c | 3 * Linux driver for TerraTec DMX 6Fire USB 20 MODULE_FIRMWARE("6fire/dmx6firel2.ihx"); 21 MODULE_FIRMWARE("6fire/dmx6fireap.ihx"); 22 MODULE_FIRMWARE("6fire/dmx6firecf.bin"); 370 "6fire/dmx6firel2.ihx", 0, NULL, 0); in usb6fire_fw_init() 380 ret = usb6fire_fw_fpga_upload(intf, "6fire/dmx6firecf.bin"); in usb6fire_fw_init() 385 ret = usb6fire_fw_ezusb_upload(intf, "6fire/dmx6fireap.ihx", in usb6fire_fw_init()
|
D | common.h | 3 * Linux driver for TerraTec DMX 6Fire USB 17 #define PREFIX "6fire: "
|
D | firmware.h | 3 * Linux driver for TerraTec DMX 6Fire USB
|
D | chip.h | 3 * Linux driver for TerraTec DMX 6Fire USB
|
D | midi.h | 3 * Linux driver for TerraTec DMX 6Fire USB
|
D | control.h | 3 * Linux driver for TerraTec DMX 6Fire USB
|
/linux-6.12.1/sound/pci/ice1712/ |
D | ews.h | 8 * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire 18 "{TerraTec,DMX 6Fire},"\ 61 /* TerraTec DMX 6Fire configuration definitions */
|
/linux-6.12.1/Documentation/input/devices/ |
D | atarikbd.rst | 155 Fire Button Monitoring 159 this mode the ikbd monitors the state of the Joystick 1 fire button at the 173 for the appropriate cursor motion keys. The trigger or fire buttons of the 448 When the ikbd is in either the JOYSTICK MONITORING mode or the FIRE BUTTON 491 %000000xy ; where y is JOYSTICK1 Fire button 492 ; and x is JOYSTICK0 Fire button 502 SET FIRE BUTTON MONITORING 509 %bbbbbbbb ; state of the JOYSTICK1 fire button packed 513 time-of-day clock, and monitor the fire button on Joystick 1. The fire button 561 INTERROGATION MODE, SET JOYSTICK MONITORING, SET FIRE BUTTON MONITORING, and [all …]
|
/linux-6.12.1/arch/riscv/boot/dts/microchip/ |
D | mpfs-beaglev-fire.dts | 8 #include "mpfs-beaglev-fire-fabric.dtsi" 16 model = "BeagleBoard BeagleV-Fire"; 17 compatible = "beagle,beaglev-fire", "microchip,mpfs";
|
D | Makefile | 2 dtb-$(CONFIG_ARCH_MICROCHIP_POLARFIRE) += mpfs-beaglev-fire.dtb
|
/linux-6.12.1/drivers/pps/clients/ |
D | pps_parport.c | 108 /* fire assert event */ in parport_irq() 114 /* fire assert event */ in parport_irq() 117 /* fire clear event */ in parport_irq()
|
/linux-6.12.1/sound/usb/ |
D | Kconfig | 121 tristate "TerraTec DMX 6Fire USB" 128 Say Y here to include support for TerraTec 6fire DMX USB interface.
|
D | Makefile | 37 obj-$(CONFIG_SND) += misc/ usx2y/ caiaq/ 6fire/ hiface/ bcd2000/
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | atari_joystick.h | 16 char fire; member
|
/linux-6.12.1/sound/usb/hiface/ |
D | pcm.h | 10 * The driver is based on the work done in TerraTec DMX 6Fire USB
|
D | chip.h | 10 * The driver is based on the work done in TerraTec DMX 6Fire USB
|
/linux-6.12.1/net/hsr/ |
D | hsr_device.h | 2 /* Copyright 2011-2014 Autronica Fire and Security AS
|
D | hsr_netlink.h | 2 /* Copyright 2011-2014 Autronica Fire and Security AS
|
D | hsr_slave.h | 2 /* Copyright 2011-2014 Autronica Fire and Security AS
|
/linux-6.12.1/drivers/net/wwan/iosm/ |
D | iosm_ipc_irq.h | 12 * ipc_doorbell_fire - fire doorbell to CP
|
/linux-6.12.1/kernel/time/ |
D | timer.c | 396 * for which the exact time they fire does not matter too much, as long as 397 * they fire approximately every X seconds. 399 * By rounding these timers to whole seconds, all such timers will fire 422 * for which the exact time they fire does not matter too much, as long as 423 * they fire approximately every X seconds. 425 * By rounding these timers to whole seconds, all such timers will fire 450 * for which the exact time they fire does not matter too much, as long as 451 * they fire approximately every X seconds. 453 * By rounding these timers to whole seconds, all such timers will fire 471 * for which the exact time they fire does not matter too much, as long as [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/riscv/ |
D | microchip.yaml | 32 - beagle,beaglev-fire
|
/linux-6.12.1/include/uapi/linux/ |
D | hsr_netlink.h | 3 * Copyright 2011-2013 Autronica Fire and Security AS
|
12345678910>>...18