Searched refs:ControllerOps (Results 1 – 6 of 6) sorted by relevance
27 struct ControllerOps { struct46 const LinkManager* link_manager_create(ControllerOps ops); argument116 const LinkLayer* link_layer_create(ControllerOps ops);
30 pub struct ControllerOps { struct43 impl ControllerOps { argument94 pub extern "C" fn link_manager_create(ops: ControllerOps) -> *const LinkManager { in link_manager_create()217 pub extern "C" fn link_layer_create(ops: ControllerOps) -> *const LinkLayer { in link_layer_create()
28 ops: ffi::ControllerOps,48 pub fn new(ops: ffi::ControllerOps) -> LinkLayer { in new()
270 ops: ffi::ControllerOps,274 pub fn new(ops: ffi::ControllerOps) -> IsoManager { in new()
26 use crate::ffi::ControllerOps;103 ops: ControllerOps,109 pub fn new(ops: ControllerOps) -> Self { in new()
1175 struct ControllerOps controller_ops_;