Searched refs:_obj (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/rdma/ |
| D | uverbs_std_types.h | 99 #define uobj_put_obj_read(_obj) \ argument 100 uobj_put_read((_obj)->uobject)
|
| /Linux-v5.4/include/scsi/ |
| D | libsas.h | 75 #define to_dom_device(_obj) container_of(_obj, struct domain_device, dev_obj) argument
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | wm_adsp.c | 46 #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/ |
| D | pktcdvd.c | 163 #define DEF_ATTR(_obj,_name,_mode) \ argument 164 static struct attribute _obj = { .name = _name, .mode = _mode }
|