Home
last modified time | relevance | path

Searched defs:_s (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dnetdebug.c264 # define sc_send_count(_s) ((_s)->sc_send_count) argument
265 # define sc_recv_count(_s) ((_s)->sc_recv_count) argument
266 # define sc_tv_acquiry_total_ns(_s) (ktime_to_ns((_s)->sc_tv_acquiry_total)) argument
267 # define sc_tv_send_total_ns(_s) (ktime_to_ns((_s)->sc_tv_send_total)) argument
268 # define sc_tv_status_total_ns(_s) (ktime_to_ns((_s)->sc_tv_status_total)) argument
269 # define sc_tv_process_total_ns(_s) (ktime_to_ns((_s)->sc_tv_process_total)) argument
271 # define sc_send_count(_s) (0U) argument
272 # define sc_recv_count(_s) (0U) argument
273 # define sc_tv_acquiry_total_ns(_s) (0LL) argument
274 # define sc_tv_send_total_ns(_s) (0LL) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-pll.h41 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument
43 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument
46 #define PLL_35XX_RATE(_fin, _rate, _m, _p, _s) \ argument
55 #define PLL_S3C2410_MPLL_RATE(_fin, _rate, _m, _p, _s) \ argument
64 #define PLL_S3C2440_MPLL_RATE(_fin, _rate, _m, _p, _s) \ argument
73 #define PLL_36XX_RATE(_fin, _rate, _m, _p, _s, _k) \ argument
83 #define PLL_4508_RATE(_fin, _rate, _m, _p, _s, _afc) \ argument
93 #define PLL_4600_RATE(_fin, _rate, _m, _p, _s, _k, _vsel) \ argument
104 #define PLL_4650_RATE(_fin, _rate, _m, _p, _s, _k, _mfr, _mrr, _vsel) \ argument
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dring.h62 #define __CONST_RING_SIZE(_s, _sz) \ argument
68 #define __RING_SIZE(_s, _sz) \ argument
151 #define SHARED_RING_INIT(_s) do { \ argument
157 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
164 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
166 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
173 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dreg_ld_str.c210 int FPU_load_int64(long long __user *_s) in FPU_load_int64()
240 int FPU_load_int32(long __user *_s, FPU_REG *loaded_data) in FPU_load_int32()
269 int FPU_load_int16(short __user *_s, FPU_REG *loaded_data) in FPU_load_int16()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dairtime.c100 #define __MCS_GROUP(_streams, _sgi, _ht40, _s) \ argument
131 #define __VHT_GROUP(_streams, _sgi, _bw, _s) \ argument
173 #define __HE_GROUP(_streams, _gi, _bw, _s) \ argument
H A Drc80211_minstrel_ht.c60 #define __MCS_GROUP(_streams, _sgi, _ht40, _s) \ argument
97 #define __VHT_GROUP(_streams, _sgi, _bw, _s) \ argument
148 #define CCK_DURATION_LIST(_short, _s) \ argument
154 #define __CCK_GROUP(_s) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci_wrapper/
H A Dssv_huw.c39 #define SMAC_SRAM_WRITE(_s,_r,_v,_sz) \ argument
41 #define SMAC_REG_WRITE(_s,_r,_v) \ argument
43 #define SMAC_REG_READ(_s,_r,_v) \ argument
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_fcbuild.h28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.h95 #define SMAC_REG_WRITE(_s,_r,_v) \ argument
97 #define SMAC_REG_READ(_s,_r,_v) \ argument
99 #define SMAC_LOAD_FW(_s,_r,_v) \ argument
101 #define SMAC_IFC_RESET(_s) (_s)->hci.hci_ops->hci_interface_reset() argument
102 #define SMAC_REG_CONFIRM(_s,_r,_v) \ argument
238 #define SSV6XXX_GET_STA_INFO(_sc,_s) \ argument
/OK3568_Linux_fs/kernel/include/linux/soc/samsung/
H A Ds3c-cpu-freq.h86 #define PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s)) argument
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_660x.c82 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument
88 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument
90 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c179 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A D__init__.py443 _s = BeautifulSoup variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/
H A Dlocal_variable.hpp182 BOOST_ATTRIBUTE_UNUSED _s_type const _s = {{{}}}; variable
/OK3568_Linux_fs/kernel/sound/hda/ext/
H A Dhdac_ext_stream.c97 struct hdac_stream *s, *_s; in snd_hdac_stream_free_all() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.inl.hpp495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
1632 Mat_<_Tp>::Mat_(int _dims, const int* _sz, const _Tp& _s) in Mat_()
3458 const Mat& _c, double _alpha, double _beta, const Scalar& _s) in MatExpr()
3650 UMat::UMat(int _rows, int _cols, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3665 UMat::UMat(Size _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3680 UMat::UMat(int _dims, const int* _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.inl.hpp495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
1632 Mat_<_Tp>::Mat_(int _dims, const int* _sz, const _Tp& _s) in Mat_()
3458 const Mat& _c, double _alpha, double _beta, const Scalar& _s) in MatExpr()
3650 UMat::UMat(int _rows, int _cols, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3665 UMat::UMat(Size _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3680 UMat::UMat(int _dims, const int* _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.inl.hpp495 Mat::Mat(int _rows, int _cols, int _type, const Scalar& _s) in Mat()
512 Mat::Mat(Size _sz, int _type, const Scalar& _s) in Mat()
529 Mat::Mat(int _dims, const int* _sz, int _type, const Scalar& _s) in Mat()
546 Mat::Mat(const std::vector<int>& _sz, int _type, const Scalar& _s) in Mat()
1632 Mat_<_Tp>::Mat_(int _dims, const int* _sz, const _Tp& _s) in Mat_()
3458 const Mat& _c, double _alpha, double _beta, const Scalar& _s) in MatExpr()
3650 UMat::UMat(int _rows, int _cols, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3665 UMat::UMat(Size _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
3680 UMat::UMat(int _dims, const int* _sz, int _type, const Scalar& _s, UMatUsageFlags _usageFlags) in UMat()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dregs-clock-s3c24xx.h16 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s))) argument
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-stream.c921 struct hdac_stream *s, *_s; in hda_dsp_stream_free() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h202 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) argument
H A Dsh_clk.h129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dmr.c11 #define MLX5_DIV_ROUND_UP_POW2(_n, _s) \ argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dclock.h79 #define RK3588_PLL_RATE(_rate, _p, _m, _s, _k) \ argument
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c257 #define DESC_DEC(_d, _s, _m) (((_d) >> (_s)) & (_m)) argument
258 #define DESC_ENC(_d, _v, _s, _m) \ argument

123