Home
last modified time | relevance | path

Searched defs:_obj (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatcher.c32 #define GET_CUR_PENDING_EVT( _obj, _mdl_id) \ argument
34 #define SET_CUR_PENDING_EVT( _obj, _mdl_id, _evt_id) \ argument
37 #define IS_EXCL_MDL(_obj, _mdl) ((_obj)->exclusive_mdl == (_mdl)) argument
38 #define SET_EXCL_MDL(_obj, _mdl) ((_obj)->exclusive_mdl = (_mdl)) argument
39 #define CLEAR_EXCL_MDL(_obj) ((_obj)->exclusive_mdl = PHL_MDL_ID_MAX) argument
44 #define SET_MDL_HANDLE( _obj, _mdl_id, _handle) \ argument
46 #define GET_MDL_HANDLE( _obj, _mdl_id) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatcher.c32 #define GET_CUR_PENDING_EVT( _obj, _mdl_id) \ argument
34 #define SET_CUR_PENDING_EVT( _obj, _mdl_id, _evt_id) \ argument
37 #define IS_EXCL_MDL(_obj, _mdl) ((_obj)->exclusive_mdl == (_mdl)) argument
38 #define SET_EXCL_MDL(_obj, _mdl) ((_obj)->exclusive_mdl = (_mdl)) argument
39 #define CLEAR_EXCL_MDL(_obj) ((_obj)->exclusive_mdl = PHL_MDL_ID_MAX) argument
44 #define SET_MDL_HANDLE( _obj, _mdl_id, _handle) \ argument
46 #define GET_MDL_HANDLE( _obj, _mdl_id) \ argument
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_std_types.h72 #define uobj_put_obj_read(_obj) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.inl.hpp76 inline void _InputArray::init(int _flags, const void* _obj) in init()
79 inline void _InputArray::init(int _flags, const void* _obj, Size _sz) in init()
87 inline _InputArray::_InputArray(int _flags, void* _obj) { init(_flags, _obj); } in _InputArray()
197 inline _OutputArray::_OutputArray(int _flags, void* _obj) { init(_flags|ACCESS_WRITE, _obj); } in _OutputArray()
337 inline _InputOutputArray::_InputOutputArray(int _flags, void* _obj) { init(_flags|ACCESS_RW, _obj);… in _InputOutputArray()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.inl.hpp76 inline void _InputArray::init(int _flags, const void* _obj) in init()
79 inline void _InputArray::init(int _flags, const void* _obj, Size _sz) in init()
87 inline _InputArray::_InputArray(int _flags, void* _obj) { init(_flags, _obj); } in _InputArray()
197 inline _OutputArray::_OutputArray(int _flags, void* _obj) { init(_flags|ACCESS_WRITE, _obj); } in _OutputArray()
337 inline _InputOutputArray::_InputOutputArray(int _flags, void* _obj) { init(_flags|ACCESS_RW, _obj);… in _InputOutputArray()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.inl.hpp76 inline void _InputArray::init(int _flags, const void* _obj) in init()
79 inline void _InputArray::init(int _flags, const void* _obj, Size _sz) in init()
87 inline _InputArray::_InputArray(int _flags, void* _obj) { init(_flags, _obj); } in _InputArray()
197 inline _OutputArray::_OutputArray(int _flags, void* _obj) { init(_flags|ACCESS_WRITE, _obj); } in _OutputArray()
337 inline _InputOutputArray::_InputOutputArray(int _flags, void* _obj) { init(_flags|ACCESS_RW, _obj);… in _InputOutputArray()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dpktcdvd.c163 #define DEF_ATTR(_obj,_name,_mode) \ argument
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h75 #define to_dom_device(_obj) container_of(_obj, struct domain_device, dev_obj) argument
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c46 #define compr_err(_obj, fmt, ...) \ argument
49 #define compr_dbg(_obj, fmt, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h820 #define mcp251xfd_for_each_tx_obj(ring, _obj, n) \ argument