Searched refs:controller (Results 151 - 175 of 182) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.c464 * @param[in] the_controller This parameter specifies the controller for which
1111 SCI_CONTROLLER_HANDLE_T controller,
1125 sci_base_object_get_logger(controller),
1130 controller, remote_device,
1137 (SCIC_SDS_CONTROLLER_T *)controller,
1959 * with the TCi so the controller can post the request to the hardware.
2402 // controller
1110 scic_task_request_construct( SCI_CONTROLLER_HANDLE_T controller, SCI_REMOTE_DEVICE_HANDLE_T remote_device, U16 io_tag, void *user_io_request_object, void *scic_task_request_memory, SCI_TASK_REQUEST_HANDLE_T *new_scic_task_request_handle ) argument
H A Dscif_sas_remote_device_ready_substate_handlers.c676 fw_device->domain->controller,
H A Dscic_sds_remote_device.c807 * @param[in] controller The controller that is starting the io request.
815 SCIC_SDS_CONTROLLER_T *controller,
827 * @param[in] controller The controller that is completing the io request.
835 SCIC_SDS_CONTROLLER_T *controller,
847 * @param[in] controller The controller that is starting the task request.
855 SCIC_SDS_CONTROLLER_T *controller,
866 * request and then requests the controller t
814 scic_sds_remote_device_start_io( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
834 scic_sds_remote_device_complete_io( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
854 scic_sds_remote_device_start_task( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
[all...]
H A Dscif_sas_domain_state_handlers.c64 * controller's completion handler. The OS specific driver
143 fw_domain->controller,
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_xhci.c62 #include <dev/usb/controller/xhci.h>
68 #define XHCI_HC_DEVSTR "MTK USB 3.0 controller"
H A Dmtk_gpio_v1.c55 #include <gnu/dts/include/dt-bindings/interrupt-controller/irq.h>
150 if (!OF_hasprop(node, "gpio-controller"))
648 /* Interrupt controller interface */
H A Dmtk_gpio_v2.c55 #include <gnu/dts/include/dt-bindings/interrupt-controller/irq.h>
141 if (!OF_hasprop(node, "gpio-controller"))
645 /* Interrupt controller interface */
/freebsd-11-stable/sys/dev/usb/controller/
H A Dat91dci_atmelarm.c2 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/at91dci_atmelarm.c 308401 2016-11-07 08:36:06Z hselasky $");
58 #include <dev/usb/controller/at91dci.h>
135 device_set_desc(dev, "AT91 integrated AT91_UDP controller");
146 /* setup AT9100 USB device controller interface softc */
H A Dat91dci_fdt.c2 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/at91dci_fdt.c 308401 2016-11-07 08:36:06Z hselasky $");
58 #include <dev/usb/controller/at91dci.h>
141 device_set_desc(dev, "AT91 integrated AT91_UDP controller");
152 /* setup AT9100 USB device controller interface softc */
H A Dohci.c76 #include <dev/usb/controller/ohci.h>
77 #include <dev/usb/controller/ohcireg.h>
200 /* controller was cold started */
215 /* we now own the host controller and the bus has been reset */
242 /* The controller is now in SUSPEND state, we have 2ms to finish. */
266 * The controller is now OPERATIONAL. Set a some final
268 * controller ignores when in the SUSPEND state.
433 * shut down the controller when the system is going down
1187 "controller halted\n", __FUNCTION__);
H A Duhci.c79 #include <dev/usb/controller/uhci.h>
80 #include <dev/usb/controller/uhcireg.h>
298 * Assume 64 byte packets at frame end and start HC controller:
306 /* check that controller has started */
341 /* the reset bit goes low when the controller is done */
355 "controller did not reset\n");
372 "controller did not stop\n");
406 "cannot start HC controller\n");
646 /* reset the controller */
649 /* start the controller */
[all...]
H A Dsaf1761_otg.c1 /* $FreeBSD: stable/11/sys/dev/usb/controller/saf1761_otg.c 321990 2017-08-03 13:45:26Z hselasky $ */
34 * controller.
81 #include <dev/usb/controller/saf1761_otg.h>
82 #include <dev/usb/controller/saf1761_otg_reg.h>
1599 /* acknowledge all host controller interrupts */
1603 /* acknowledge all device controller interrupts */
1660 /* acknowledge all device controller interrupts */
2344 /* Reset Host controller, including HW mode */
2349 /* Reset Host controller, including HW mode */
2384 /* reset device controller */
[all...]
H A Datmegadci.c77 #include <dev/usb/controller/atmegadci.h>
H A Davr32dci.c76 #include <dev/usb/controller/avr32dci.h>
H A Dat91dci.c85 #include <dev/usb/controller/at91dci.h>
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_nmi.c47 #include <dt-bindings/interrupt-controller/irq.h>
382 /* Interrupt controller interface */
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex284 phandle of the interrupt controller that handles interrupts from this
350 /* Interrupt controller */
362 interrupt-controller =
464 \texttt{interrupt-controller} property referring to the interrupt
465 controller described by the node \texttt{/mpic@0x3fffdd08400}. In the
470 assign and remember phandles for the various interrupt controller
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c6 * The framework include a simple controller which, at each
106 static void controller(struct cfg_s *c);
211 controller(c);
645 * The controller decides whether in this iteration we should send
649 controller(struct cfg_s *c) function
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_musb.c65 #include <dev/usb/controller/musb_otg.h>
231 device_set_desc(dev, "TI AM33xx integrated USB OTG controller");
264 /* setup MUSB OTG USB controller interface softc */
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S482 # keyboard controller to get ready (65K x ISA access time). If
484 # legacy-free and simply doesn't have a keyboard controller.
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_xhci.c68 #include <dev/usb/controller/xhci.h>
69 #include <dev/usb/controller/xhcireg.h>
946 device_set_desc(dev, "Nvidia Tegra XHCI controller");
1095 device_set_desc(xsc->sc_bus.bdev, "Nvidia USB 3.0 controller");
1106 "Could not start XHCI controller: %d\n", rv);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptintf.h70 * Physical device --- device attached to the controller.
406 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs
407 * the master controller has CHIP_MASTER flag set*/
658 HPT_U8 ControllerId; /* controller id */
704 HPT_U8 ControllerId; /* controller id */
1183 HPT_U8 controller; member in struct:_HPT_DRIVER_PARAMETER
1280 * 0 Success, controller info is put into (*pInfo ).
1291 * 0 Success, controller info is put into (*pInfo ).
1301 * 0 Success, controller info is put into (*pInfo ).
1855 * indata[0] - controller I
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2017 /* nb memory controller page access event */
2025 /* nb memory controller turnaround */
2033 /* nb memory controller bypass saturation */
2035 __K8MASK(memory-controller-hi-pri-bypass, 0),
2036 __K8MASK(memory-controller-lo-pri-bypass, 1),
2037 __K8MASK(dram-controller-interface-bypass, 2),
2038 __K8MASK(dram-controller-queue-bypass, 3),
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhptintf.h71 * Physical device --- device attached to the controller.
451 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs
452 * the master controller has CHIP_MASTER flag set*/
850 HPT_U8 ControllerId; /* controller id */
896 HPT_U8 ControllerId; /* controller id */
1398 HPT_U8 controller; member in struct:_HPT_DRIVER_PARAMETER
1542 * 0 Success, controller info is put into (*pInfo ).
1553 * 0 Success, controller info is put into (*pInfo ).
1563 * 0 Success, controller info is put into (*pInfo ).
1573 * 0 Success, controller inf
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptintf.h70 * Physical device --- device attached to the controller.
447 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs
448 * the master controller has CHIP_MASTER flag set*/
846 HPT_U8 ControllerId; /* controller id */
892 HPT_U8 ControllerId; /* controller id */
1394 HPT_U8 controller; member in struct:_HPT_DRIVER_PARAMETER
1538 * 0 Success, controller info is put into (*pInfo ).
1549 * 0 Success, controller info is put into (*pInfo ).
1559 * 0 Success, controller info is put into (*pInfo ).
1569 * 0 Success, controller inf
[all...]

Completed in 557 milliseconds

12345678