Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 25 of 153) sorted by relevance

1234567

/OK3568_Linux_fs/u-boot/include/
H A Dlinker_lists.h111 #define llsym(_type, _name, _list) \ argument
149 #define ll_entry_declare(_type, _name, _list) \ argument
170 #define ll_entry_declare_list(_type, _name, _list) \ argument
199 #define ll_entry_start(_type, _list) \ argument
222 #define ll_entry_end(_type, _list) \ argument
244 #define ll_entry_count(_type, _list) \ argument
270 #define ll_entry_get(_type, _name, _list) \ argument
291 #define ll_start(_type) \ argument
311 #define ll_end(_type) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_list.h23 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
24 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
26 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
32 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
33 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
35 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
40 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
41 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
43 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
48 #define offsetof(_type, _member) ((size_t) &((_type *)0)->_member) argument
[all …]
H A Dphl_util.h114 #define rtw_phl_is_ap_category(_type) (_type == PHL_RTYPE_AP ||\ argument
117 #define rtw_phl_is_client_category(_type) (_type == PHL_RTYPE_STATION ||\ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_list.h23 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
24 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
26 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
32 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
33 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
35 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
40 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
41 #define phl_list_for_loop(_pos, _type, _head, _member) \ argument
43 #define phl_list_for_loop_safe(_pos, _n, _type, _head, _member) \ argument
48 #define offsetof(_type, _member) ((size_t) &((_type *)0)->_member) argument
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_export.c86 #define __field_ext(_type, _item, _filter_type) { \ argument
93 #define __field_ext_packed(_type, _item, _filter_type) { \ argument
99 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) argument
102 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) argument
105 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER) argument
108 #define __field_packed(_type, _container, _item) __field_ext_packed(_type, _item, FILTER_OTHER) argument
111 #define __array(_type, _item, _len) { \ argument
117 #define __array_desc(_type, _container, _item, _len) __array(_type, _item, _len) argument
120 #define __dynamic_array(_type, _item) { \ argument
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_std_types.h24 #define uobj_get_read(_type, _id, _attrs) \ argument
29 #define ufd_get_read(_type, _fdnum, _attrs) \ argument
40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
44 #define uobj_get_write(_type, _id, _attrs) \ argument
51 #define uobj_perform_destroy(_type, _id, _attrs) \ argument
58 #define uobj_get_destroy(_type, _id, _attrs) \ argument
111 #define uobj_alloc(_type, _attrs, _ib_dev) \ argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h258 #define __ITEM_NAME(_type, _cname, _iname) \ argument
266 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument
282 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument
307 #define MLXSW_ITEM16(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument
323 #define MLXSW_ITEM16_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument
348 #define MLXSW_ITEM32(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument
364 #define MLXSW_ITEM32_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument
389 #define MLXSW_ITEM64(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument
405 #define MLXSW_ITEM64_INDEXED(_type, _cname, _iname, _offset, _shift, \ argument
430 #define MLXSW_ITEM_BUF(_type, _cname, _iname, _offset, _sizebytes) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c340 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument
353 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \ argument
361 #define __HPP_SORT_FN(_type, _field) \ argument
368 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument
381 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field) \ argument
389 #define __HPP_SORT_ACC_FN(_type, _field) \ argument
396 #define __HPP_ENTRY_RAW_FN(_type, _field) \ argument
409 #define __HPP_SORT_RAW_FN(_type, _field) \ argument
417 #define HPP_PERCENT_FNS(_type, _field) \ argument
422 #define HPP_PERCENT_ACC_FNS(_type, _field) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c36 #define VMW_FIND_FIRST_DIFF(_type) \ argument
57 #define VMW_FIND_LAST_DIFF(_type) \ argument
93 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) argument
103 #define VMW_TRY_FIND_FIRST_DIFF(_type) \ argument
176 #define VMW_TRY_FIND_LAST_DIFF(_type) \ argument
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
513 #define MAKE_UDIV(_prefix, _bits, _type) \ argument
519 #define MAKE_SDIV(_prefix, _bits, _type, _min) \ argument
525 #define MAKE_UMOD(_prefix, _bits, _type) \ argument
531 #define MAKE_SMOD(_prefix, _bits, _type, _min) \ argument
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
513 #define MAKE_UDIV(_prefix, _bits, _type) \ argument
519 #define MAKE_SDIV(_prefix, _bits, _type, _min) \ argument
525 #define MAKE_UMOD(_prefix, _bits, _type) \ argument
531 #define MAKE_SMOD(_prefix, _bits, _type, _min) \ argument
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h71 #define MC_PREP_OP(_ext, _param, _offset, _width, _type, _arg) \ argument
74 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \ argument
77 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
80 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dda9150-gpadc.c250 #define DA9150_GPADC_CHANNEL(_id, _hw_id, _type, chan_info, \ argument
261 #define DA9150_GPADC_CHANNEL_RAW(_id, _hw_id, _type, _ext_name) \ argument
265 #define DA9150_GPADC_CHANNEL_SCALED(_id, _hw_id, _type, _ext_name) \ argument
272 #define DA9150_GPADC_CHANNEL_PROCESSED(_id, _hw_id, _type, _ext_name) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c52 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument
88 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsync.h177 # define ____SYNC(_type, _reason, _else) \ argument
189 # define ____SYNC(_type, _reason, _else) argument
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h424 #define nt_list_append(_entry, _list, _type, _member) \ argument
448 #define nt_list_insert(_entry, _list, _type, _member) \ argument
469 #define nt_list_del(_entry, _list, _type, _member) \ argument
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dxattr.c306 #define CEPH_XATTR_NAME(_type, _name) XATTR_CEPH_PREFIX #_type "." #_name argument
307 #define CEPH_XATTR_NAME2(_type, _name, _name2) \ argument
310 #define XATTR_NAME_CEPH(_type, _name, _flags) \ argument
318 #define XATTR_RSTAT_FIELD(_type, _name) \ argument
320 #define XATTR_RSTAT_FIELD_UPDATABLE(_type, _name) \ argument
328 #define XATTR_LAYOUT_FIELD(_type, _name, _field) \ argument
336 #define XATTR_QUOTA_FIELD(_type, _name) \ argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpercpu.h405 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument
411 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument
420 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument
425 #define DECLARE_EARLY_PER_CPU_READ_MOSTLY(_type, _name) \ argument
438 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument
441 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument
447 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument
450 #define DECLARE_EARLY_PER_CPU_READ_MOSTLY(_type, _name) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dgeneric-radix-tree.h69 #define GENRADIX(_type) \ argument
75 #define DEFINE_GENRADIX(_name, _type) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h123 #define CLUSTER_DBGAHB(_id, _base, _type, _reg) \ argument
172 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument
182 #define SHADER(_type, _size) \ argument
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl.c46 const char __user *_type, in key_get_type_from_user()
74 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument
167 SYSCALL_DEFINE4(request_key, const char __user *, _type, in SYSCALL_DEFINE4() argument
717 const char __user *_type, in keyctl_keyring_search()
1724 long keyctl_restrict_keyring(key_serial_t id, const char __user *_type, in keyctl_restrict_keyring()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.inl.hpp487 Mat::Mat(int _rows, int _cols, int _type) in Mat()
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
504 Mat::Mat(Size _sz, int _type) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
521 Mat::Mat(int _dims, const int* _sz, int _type) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
538 Mat::Mat(const std::vector<int>& _sz, int _type) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.inl.hpp487 Mat::Mat(int _rows, int _cols, int _type) in Mat()
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
504 Mat::Mat(Size _sz, int _type) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
521 Mat::Mat(int _dims, const int* _sz, int _type) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
538 Mat::Mat(const std::vector<int>& _sz, int _type) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.inl.hpp487 Mat::Mat(int _rows, int _cols, int _type) in Mat()
495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
504 Mat::Mat(Size _sz, int _type) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
521 Mat::Mat(int _dims, const int* _sz, int _type) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
538 Mat::Mat(const std::vector<int>& _sz, int _type) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
574 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat()
603 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dhardware.h102 #define imx_map_entry(soc, name, _type) { \ argument

1234567