Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/
Ddevice.rs54 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method
/linux-6.12.1/tools/usb/usbip/libsrc/
Dusbip_host_common.h28 struct usbip_exported_device * (*get_device)( member
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py388 def get_device(): function
/linux-6.12.1/include/video/
Domapfb_dss.h353 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl); member
406 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr); member
/linux-6.12.1/include/linux/soc/ti/
Dti_sci_protocol.h99 int (*get_device)(const struct ti_sci_handle *handle, u32 id); member
/linux-6.12.1/drivers/base/
Dcore.c3766 struct device *get_device(struct device *dev) in get_device() function