Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Duverbs_std_types.h99 #define uobj_put_obj_read(_obj) \ argument
100 uobj_put_read((_obj)->uobject)
/Linux-v5.4/include/scsi/
Dlibsas.h75 #define to_dom_device(_obj) container_of(_obj, struct domain_device, dev_obj) argument
/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c46 #define compr_err(_obj, fmt, ...) \ argument
47 adsp_err(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
49 #define compr_dbg(_obj, fmt, ...) \ argument
50 adsp_dbg(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
/Linux-v5.4/drivers/block/
Dpktcdvd.c163 #define DEF_ATTR(_obj,_name,_mode) \ argument
164 static struct attribute _obj = { .name = _name, .mode = _mode }