Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Denum.h117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Denum.h118 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
119 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
121 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
122 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_ioctl.h923 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument
927 type_min(typeof(*_to)), \
928 type_max(typeof(*_to)), NULL); \
929 (*_to) = _val; \
933 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument
939 type_min(typeof(*_to)), \
940 type_max(typeof(*_to)), &_def_val); \
941 (*_to) = _val; \
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py307 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument
313 if isinstance(_to, SPDXObject):
314 to_spdxid = _to.SPDXID
316 to_spdxid = _to
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dutil.hpp82 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weig… in GraphEdge() argument
/OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
336 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a…
451 _to = search_obj.group(16)
484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h1521 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument
1524 (!(_ip##_REVISION_##_to) || \
1525 dwc->revision <= _ip##_REVISION_##_to))
1527 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument
1530 (!(_ip##_VERSIONTYPE_##_to) || \
1531 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpage.h24 extern void copy_page(void * _to, void * _from);
/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dsama7g5.c26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument
30 (_to)[_i] = (_from)[_i]; \
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h1916 #define for_class_range(class, _from, _to) \ argument
1917 for (class = (_from); class != (_to); class--)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-62873 This flag makes sure the data is actually written _to disk_.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-62873 This flag makes sure the data is actually written _to disk_.