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

/include/linux/
H A Dof_irq.h22 * of_irq - container for device_node/irq_specifier pair for an irq controller
23 * @controller: pointer to interrupt controller device tree node
27 * This structure is returned when an interrupt is mapped. The controller
32 struct device_node *controller; /* Interrupt controller node */ member in struct:of_irq
66 extern unsigned int irq_create_of_mapping(struct device_node *controller,
H A Dsoundcard.h357 * Midi controller numbers
364 * to send the MSB and the controller numbers 32 to 63
391 /* The controller numbers 0x21 to 0x3f are reserved for the */
1208 #define SEQ_CONTROL(dev, chn, controller, value) \
1209 _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value)
1215 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\
1220 _seqbuf[_seqbufptr+4] = (controller);\
1227 * Use SEQ_BENDER and SEQ_CONTROL (with proper controller) instead.
H A Dusb.h323 struct device *controller; /* host/master side hardware */ member in struct:usb_bus
326 u8 uses_dma; /* Does the host controller use DMA? */
328 * Does the host controller use PIO
652 * in host controller driver modules, does not change these path identifiers;
1081 * which the host controller driver should use in preference to the
1127 * (control requests also use setup_packet), and host controller drivers
1134 * which tells the host controller driver that no such mapping is needed for
1138 * When this transfer flag is provided, host controller drivers will
1142 * Note that transfer_buffer must still be set if the controller
1145 * on such controller, creat
[all...]
/include/linux/mtd/
H A Dnand.h233 /* Nand scan has allocated controller struct */
308 * struct nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devices
310 * @active: the mtd device which holds the controller currently
313 * when a hw controller is available.
474 * @controller: [REPLACEABLE] a pointer to a hardware controller
533 struct nand_hw_control *controller; member in struct:nand_chip
634 * struct platform_nand_ctrl - controller level device structure
663 * @ctrl: controller level device structure

Completed in 134 milliseconds