Searched refs:controller (Results 76 - 100 of 182) sorted by relevance

12345678

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_windows.in60 echo "Create domain controller cert"
68 --domain-controller \
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_stp_task_request.c245 fw_domain->controller->core_object,
254 fw_domain->controller,
H A Dscif_sas_request.c148 fw_request->device->domain->controller->core_object,
H A Dscif_sas_task_request.c300 fw_internal_task->parent.device->domain->controller;
307 SCI_CONTROLLER_HANDLE_T controller,
314 sci_object_get_association(controller);
325 controller, remote_device, task_request, completion_status
306 scic_cb_task_request_complete( SCI_CONTROLLER_HANDLE_T controller, SCI_REMOTE_DEVICE_HANDLE_T remote_device, SCI_TASK_REQUEST_HANDLE_T task_request, SCI_TASK_STATUS completion_status ) argument
H A Dscif_sas_io_request.c133 fw_device->domain->controller->core_object,
403 SCI_CONTROLLER_HANDLE_T controller,
411 sci_object_get_association(controller);
418 sci_base_object_get_logger(controller),
421 controller, remote_device, io_request, completion_status
684 * @param[in] fw_controller The framework controller
736 fw_device->domain->controller->core_object,
771 * @param[in] fw_controller The framework controller
402 scic_cb_io_request_complete( SCI_CONTROLLER_HANDLE_T controller, SCI_REMOTE_DEVICE_HANDLE_T remote_device, SCI_IO_REQUEST_HANDLE_T io_request, SCI_IO_STATUS completion_status ) argument
H A Dscif_sas_remote_device_states.c202 scif_cb_controller_error(fw_device->domain->controller,
379 fw_device->domain->controller,
H A Dscif_sas_remote_device_starting_substate_handlers.c219 scif_cb_controller_error(fw_device->domain->controller,
H A Dscic_sds_remote_device.h387 * This macro returns the controller object that contains this device
487 struct SCIC_SDS_CONTROLLER *controller,
493 struct SCIC_SDS_CONTROLLER *controller,
508 struct SCIC_SDS_CONTROLLER *controller,
H A Dscic_sds_smp_request.c196 * @return Indicate if the controller successfully built the IO request.
286 * @return Indicate if the controller successfully built the IO request.
529 // Save off the controller, so that we do not touch the request after it
531 SCIC_SDS_CONTROLLER_T * controller = scic_sds_request_get_controller(this_request); local
541 &(controller->uf_control),
559 &(controller->uf_control),
631 controller, frame_index
H A Dscif_sas_domain.h110 * This field specifies the controller containing this domain object.
112 struct SCIF_SAS_CONTROLLER * controller; member in struct:SCIF_SAS_DOMAIN
H A Dscif_sas_io_request_state_handlers.c227 fw_request->parent.device->domain->controller->core_object,
H A Dscic_sds_port.c1083 SCIC_SDS_CONTROLLER_T * controller; local
1093 controller = scic_sds_port_get_controller(this_port);
1107 scic_sds_controller_clear_invalid_phy(controller, the_phy);
1146 if (this_port->owning_controller->oem_parameters.sds1.controller.mode_type
1170 SCIC_SDS_CONTROLLER_T * controller = scic_sds_port_get_controller(this_port); local
1174 if ((controller->invalid_phy_mask & (1 << the_phy->phy_index)) == 0)
1176 scic_sds_controller_set_invalid_phy(controller, the_phy);
1178 scic_cb_port_invalid_link_up(controller, this_port, the_phy);
1538 * @param[in] controller This parameter specifies the core controller, on
1543 scic_sds_port_release_resource( SCIC_SDS_CONTROLLER_T * controller, SCIC_SDS_PORT_T *this_port ) argument
[all...]
H A Dscif_sas_smp_io_request.c141 * @param[in] fw_controller This parameter specifies the controller object
206 * @param[in] fw_controller The framework controller object.
243 * @param[in] fw_controller The framework controller object.
279 * @param[in] fw_controller The framework controller object.
321 * @param[in] fw_controller The framework controller object.
359 * @param[in] fw_controller The framework controller object.
397 * @param[in] fw_controller The framework controller object.
469 fw_controller = fw_device->domain->controller;
549 fw_controller = fw_device->domain->controller;
/freebsd-11-stable/sys/modules/usb/usb/
H A DMakefile30 .PATH: $S/dev/usb $S/dev/usb/controller
/freebsd-11-stable/sys/powerpc/ps3/
H A Dehci_ps3.c62 #include <dev/usb/controller/ehci.h>
63 #include <dev/usb/controller/ehcireg.h>
90 device_set_desc(dev, "Playstation 3 USB 2.0 controller");
H A Dohci_ps3.c63 #include <dev/usb/controller/ohci.h>
64 #include <dev/usb/controller/ohcireg.h>
75 device_set_desc(dev, "Playstation 3 USB 2.0 controller");
/freebsd-11-stable/sys/dev/ata/
H A Data-cbus.c194 struct ata_cbus_controller *controller = device_get_softc(dev); local
201 controller->interrupt[unit].function = intr;
202 controller->interrupt[unit].argument = arg;
203 *cookiep = controller;
/freebsd-11-stable/usr.sbin/bhyve/
H A DMakefile82 CFLAGS+= -I${BHYVE_SYSDIR}/sys/dev/usb/controller
/freebsd-11-stable/sys/dev/rp/
H A Drp_isa.c62 int MBaseIO; /* rid of the Mudbac controller for this controller */
63 int MReg0IO; /* offset0 of the Mudbac controller for this controller */
64 int MReg1IO; /* offset1 of the Mudbac controller for this controller */
65 int MReg2IO; /* offset2 of the Mudbac controller for this controller */
66 int MReg3IO; /* offset3 of the Mudbac controller for this controller */
148 CONTROLLER_t *controller; local
[all...]
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_ehci.c54 #include <dev/usb/controller/ehci.h>
55 #include <dev/usb/controller/ehcireg.h>
62 #define EHCI_HC_DEVSTR "AR71XX Integrated USB 2.0 controller"
176 * Also, the controller has an embedded Transaction Translator
207 * ehci_reset() needs the correct offset to access the host controller
H A Dar71xx_ohci.c49 #include <dev/usb/controller/ohci.h>
50 #include <dev/usb/controller/ohcireg.h>
67 device_set_desc(dev, "AR71XX integrated OHCI controller");
164 * Put the controller into reset, then disable clocks and do
/freebsd-11-stable/sys/mips/rmi/
H A Dxls_ehci.c68 #include <dev/usb/controller/ehci.h>
69 #include <dev/usb/controller/ehcireg.h>
75 static const char *xlr_usb_dev_desc = "RMI XLR USB 2.0 controller";
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci_s3c24x0.c27 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/ohci_s3c24x0.c 308401 2016-11-07 08:36:06Z hselasky $");
58 #include <dev/usb/controller/ohci.h>
59 #include <dev/usb/controller/ohcireg.h>
72 device_set_desc(dev, "S3C24x0 integrated OHCI controller");
157 * Put the controller into reset, then disable clocks and do
H A Dgeneric_ehci.c36 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/generic_ehci.c 308401 2016-11-07 08:36:06Z hselasky $");
60 #include <dev/usb/controller/ehci.h>
61 #include <dev/usb/controller/ehcireg.h>
H A Dsaf1761_otg_fdt.c1 /* $FreeBSD: stable/11/sys/dev/usb/controller/saf1761_otg_fdt.c 308401 2016-11-07 08:36:06Z hselasky $ */
76 #include <dev/usb/controller/saf1761_otg.h>
77 #include <dev/usb/controller/saf1761_otg_reg.h>

Completed in 280 milliseconds

12345678