Home
last modified time | relevance | path

Searched refs:_obj (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display_bo.c169 static int xe_display_bo_fbdev_fill_info(struct drm_gem_object *_obj, struct fb_info *info, in xe_display_bo_fbdev_fill_info() argument
172 struct xe_bo *obj = gem_to_xe_bo(_obj); in xe_display_bo_fbdev_fill_info()
173 struct pci_dev *pdev = to_pci_dev(_obj->dev->dev); in xe_display_bo_fbdev_fill_info()
/linux/include/rdma/
H A Duverbs_std_types.h72 #define uobj_put_obj_read(_obj) \ argument
73 uobj_put_read((_obj)->uobject)
/linux/rust/kernel/drm/gem/
H A Dmod.rs102 fn open(_obj: &DriverAllocImpl<Self>, _file: &DriverFile<Self>) -> Result {
107 fn close(_obj: &DriverAllocImpl<Self>, _file: &DriverFile<Self>) {}
/linux/sound/soc/codecs/
H A Dwm_adsp.c49 #define compr_err(_obj, fmt, ...) \
50 adsp_err(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \ argument
52 #define compr_dbg(_obj, fmt, ...) \
53 adsp_dbg(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
47 compr_err(_obj,fmt,...) global() argument
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Ddell-wmi-sysman.h161 (attr##_obj[prop].type != valuetype)
/linux/scripts/coccinelle/api/
H A Dkmalloc_objs.cocci55 fresh identifier ALLOC_OBJ = ALLOC ## "_obj";