Lines Matching full:hardware
16 - you are providing your own hardware drivers for MCTP transports.
52 To initialise the MCTP stack with a single hardware bus:
55 - `binding = mctp_<binding>_init()`: Initialise a hardware binding
56 - `mctp_register_bus(mctp, binding, eid)`: Register the hardware binding with
74 libmctp implements basic support for bridging between two hardware bindings. In
82 hardware bindings
90 Hardware bindings provide a method for libmctp to send and receive packets
91 to/from hardware. A binding defines a hardware specific structure
97 /* hardware-specific members here... */
111 hardware-specific struct to the libmctp generic core struct
155 hardware binding to access char devices for IO.