Home
last modified time | relevance | path

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

/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h28 struct usbip_exported_device * (*get_device)( member
/linux/rust/kernel/
H A Ddevice.rs59 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py388 def get_device(): function
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h99 int (*get_device)(const struct ti_sci_handle *handle, u32 id); member
/linux/drivers/base/
H A Dcore.c3783 struct device *get_device(struct device *dev) in get_device() function