Home
last modified time | relevance | path

Searched defs:get_device (Results 1 – 3 of 3) sorted by relevance

/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h28 struct usbip_exported_device * (*get_device)( member
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py388 def get_device(): function
/linux/rust/kernel/
H A Ddevice.rs183 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { get_device() method