Searched refs:controller (Results 1 - 4 of 4) sorted by relevance

/include/dt-bindings/interrupt-controller/
H A Darm-gic.h8 #include <dt-bindings/interrupt-controller/irq.h>
/include/uapi/linux/
H A Dsoundcard.h347 * Midi controller numbers
354 * to send the MSB and the controller numbers 32 to 63
381 /* The controller numbers 0x21 to 0x3f are reserved for the */
1198 #define SEQ_CONTROL(dev, chn, controller, value) \
1199 _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value)
1205 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\
1210 _seqbuf[_seqbufptr+4] = (controller);\
1217 * Use SEQ_BENDER and SEQ_CONTROL (with proper controller) instead.
/include/linux/mtd/
H A Dnand.h179 * This option could be defined by controller drivers to protect against
192 /* Nand scan has allocated controller struct */
429 * struct nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devices
431 * @active: the mtd device which holds the controller currently
434 * when a hw controller is available.
620 * @controller: [REPLACEABLE] a pointer to a hardware controller
695 struct nand_hw_control *controller; member in struct:nand_chip
860 * struct platform_nand_ctrl - controller level device structure
891 * @ctrl: controller leve
[all...]
/include/linux/
H A Dusb.h328 struct device *controller; /* host/master side hardware */ member in struct:usb_bus
331 u8 uses_dma; /* Does the host controller use DMA? */
333 * Does the host controller use PIO
780 * in host controller driver modules, does not change these path identifiers;
1276 * which the host controller driver should use in preference to the
1324 * (control requests also use setup_packet), and host controller drivers
1331 * which tells the host controller driver that no such mapping is needed for
1335 * When this transfer flag is provided, host controller drivers will
1339 * Note that transfer_buffer must still be set if the controller
1342 * on such controller, creat
[all...]

Completed in 116 milliseconds