Home
last modified time | relevance | path

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

/linux/include/rdma/
A Duverbs_std_types.h72 #define uobj_put_obj_read(_obj) \ argument
73 uobj_put_read((_obj)->uobject)
/linux/sound/soc/codecs/
A Dwm_adsp.c45 #define compr_err(_obj, fmt, ...) \ argument
46 adsp_err(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
48 #define compr_dbg(_obj, fmt, ...) \ argument
49 adsp_dbg(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
/linux/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd.h842 #define mcp251xfd_for_each_tx_obj(ring, _obj, n) \ argument
843 for ((n) = 0, (_obj) = &(ring)->obj[(n)]; \
845 (n)++, (_obj) = &(ring)->obj[(n)])
/linux/include/scsi/
A Dlibsas.h75 #define to_dom_device(_obj) container_of(_obj, struct domain_device, dev_obj) argument
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
A Ddell-wmi-sysman.h156 (attr##_obj[prop].type != valuetype)
/linux/drivers/block/
A Dpktcdvd.c163 #define DEF_ATTR(_obj,_name,_mode) \ argument
164 static struct attribute _obj = { .name = _name, .mode = _mode }

Completed in 20 milliseconds