| /OK3568_Linux_fs/kernel/drivers/w1/ |
| H A D | w1_netlink.c | 26 struct cn_msg *cn; /* advances as cn_msg is appeneded */ member 57 if (!block->cn) in w1_reply_len() 59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len() 88 block->cn = NULL; in w1_reply_make_space() 97 if (!(block->request_cn.flags & W1_CN_BUNDLE) && block->cn) in w1_netlink_check_send() 112 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg() 113 block->msg = (struct w1_netlink_msg *)(block->cn->data + block->cn->len); in w1_netlink_setup_msg() 116 if (block->cn) in w1_netlink_setup_msg() 117 block->cn = (struct cn_msg *)(block->cn->data + in w1_netlink_setup_msg() 118 block->cn->len); in w1_netlink_setup_msg() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | matx.hpp | 336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1> 341 channels = cn, 343 depth = Matx<_Tp, cn, 1>::depth, enumerator 369 Vec(const Vec<_Tp, cn>& v); 374 Vec mul(const Vec<_Tp, cn>& v) const; 386 template<typename T2> operator Vec<T2, cn>() const; 394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp); 395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp); 396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp); 434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > [all …]
|
| H A D | ippasync.hpp | 104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument 117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat() 119 CV_Assert(width%cn == 0); in copyHppToMat() 121 width /= cn; in copyHppToMat() 141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument 144 copyHppToMat(src, dst, accel, cn); in getMat() 171 int cn = src.channels(); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | matx.hpp | 336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1> 341 channels = cn, 343 depth = Matx<_Tp, cn, 1>::depth, enumerator 369 Vec(const Vec<_Tp, cn>& v); 374 Vec mul(const Vec<_Tp, cn>& v) const; 386 template<typename T2> operator Vec<T2, cn>() const; 394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp); 395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp); 396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp); 434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > [all …]
|
| H A D | ippasync.hpp | 104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument 117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat() 119 CV_Assert(width%cn == 0); in copyHppToMat() 121 width /= cn; in copyHppToMat() 141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument 144 copyHppToMat(src, dst, accel, cn); in getMat() 171 int cn = src.channels(); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | matx.hpp | 336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1> 341 channels = cn, 343 depth = Matx<_Tp, cn, 1>::depth, enumerator 369 Vec(const Vec<_Tp, cn>& v); 374 Vec mul(const Vec<_Tp, cn>& v) const; 386 template<typename T2> operator Vec<T2, cn>() const; 394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp); 395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp); 396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp); 434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > [all …]
|
| H A D | ippasync.hpp | 104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument 117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat() 119 CV_Assert(width%cn == 0); in copyHppToMat() 121 width /= cn; in copyHppToMat() 141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument 144 copyHppToMat(src, dst, accel, cn); in getMat() 171 int cn = src.channels(); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | coredump.c | 68 static int expand_corename(struct core_name *cn, int size) in expand_corename() argument 70 char *corename = krealloc(cn->corename, size, GFP_KERNEL); in expand_corename() 78 cn->size = ksize(corename); in expand_corename() 79 cn->corename = corename; in expand_corename() 83 static __printf(2, 0) int cn_vprintf(struct core_name *cn, const char *fmt, in cn_vprintf() argument 90 free = cn->size - cn->used; in cn_vprintf() 93 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 97 cn->used += need; in cn_vprintf() 101 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf() 107 static __printf(2, 3) int cn_printf(struct core_name *cn, const char *fmt, ...) in cn_printf() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | journal.c | 90 static int can_dirty(struct reiserfs_journal_cnode *cn); 369 struct reiserfs_journal_cnode *cn; in get_cnode() local 379 cn = journal->j_cnode_free_list; in get_cnode() 380 if (!cn) { in get_cnode() 381 return cn; in get_cnode() 383 if (cn->next) { in get_cnode() 384 cn->next->prev = NULL; in get_cnode() 386 journal->j_cnode_free_list = cn->next; in get_cnode() 387 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode() 388 return cn; in get_cnode() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/docker/docker_file/ubuntu_18_04_cp36/ |
| H A D | sources_bionic.list | 2 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse 3 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse 4 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse 5 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multi… 6 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse 7 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe mul… 8 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse 9 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe mult… 12 # deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiver… 13 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe mult…
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4recover.c | 796 struct cld_net *cn = nn->cld_net; in __cld_pipe_inprogress_downcall() local 839 cn->cn_has_legacy = true; in __cld_pipe_inprogress_downcall() 860 struct cld_net *cn = nn->cld_net; in cld_pipe_downcall() local 887 spin_lock(&cn->cn_lock); in cld_pipe_downcall() 888 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall() 896 spin_unlock(&cn->cn_lock); in cld_pipe_downcall() 987 struct cld_net *cn; in __nfsd4_init_cld_pipe() local 992 cn = kzalloc(sizeof(*cn), GFP_KERNEL); in __nfsd4_init_cld_pipe() 993 if (!cn) { in __nfsd4_init_cld_pipe() 998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ipt_CLUSTERIP.c | 115 struct clusterip_net *cn = clusterip_pernet(c->net); in clusterip_config_entry_put() local 118 if (refcount_dec_and_lock(&c->entries, &cn->lock)) { in clusterip_config_entry_put() 120 spin_unlock(&cn->lock); in clusterip_config_entry_put() 126 mutex_lock(&cn->mutex); in clusterip_config_entry_put() 127 if (cn->procdir) in clusterip_config_entry_put() 129 mutex_unlock(&cn->mutex); in clusterip_config_entry_put() 140 struct clusterip_net *cn = clusterip_pernet(net); in __clusterip_config_find() local 142 list_for_each_entry_rcu(c, &cn->configs, list) { in __clusterip_config_find() 193 struct clusterip_net *cn = clusterip_pernet(net); in clusterip_netdev_event() local 196 spin_lock_bh(&cn->lock); in clusterip_netdev_event() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | topology.c | 88 struct device_node *cn = NULL; in parse_dt_topology() local 102 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology() 103 if (!cn) { in parse_dt_topology() 108 if (topology_parse_cpu_capacity(cn, cpu)) { in parse_dt_topology() 109 of_node_put(cn); in parse_dt_topology() 116 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology() 122 rate = of_get_property(cn, "clock-frequency", &len); in parse_dt_topology() 124 pr_err("%pOF missing clock-frequency property\n", cn); in parse_dt_topology()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbAccessX.c | 285 xkbControlsNotify cn; in AccessXKRGExpire() local 295 cn.keycode = xkbi->slowKeyEnableKey; in AccessXKRGExpire() 296 cn.eventType = KeyPress; in AccessXKRGExpire() 297 cn.requestMajor = 0; in AccessXKRGExpire() 298 cn.requestMinor = 0; in AccessXKRGExpire() 300 AccessXKRGTurnOff(dev, &cn); in AccessXKRGExpire() 304 AccessXKRGTurnOn(dev, XkbSlowKeysMask, &cn); in AccessXKRGExpire() 398 xkbControlsNotify cn; in AccessXTimeoutExpire() local 417 if (XkbComputeControlsNotify(dev, &old, ctrls, &cn, FALSE)) { in AccessXTimeoutExpire() 418 cn.keycode = 0; in AccessXTimeoutExpire() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | transform.hpp | 62 …transform_detail::TransformDispatcher<VecTraits<T>::cn == 1 && VecTraits<D>::cn == 1 && ft::smart_… in transform() 69 …nsform_detail::TransformDispatcher<VecTraits<T1>::cn == 1 && VecTraits<T2>::cn == 1 && VecTraits<D… in transform()
|
| H A D | vec_traits.hpp | 172 enum {cn=1}; \ 180 enum {cn=1}; \ 188 enum {cn=2}; \ 196 enum {cn=3}; \ 204 enum {cn=4}; \ 212 enum {cn=8}; \ 231 enum {cn=1}; enumerator 239 enum {cn=1}; enumerator 247 enum {cn=1}; enumerator 255 enum {cn=2}; enumerator [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | transform.hpp | 62 …transform_detail::TransformDispatcher<VecTraits<T>::cn == 1 && VecTraits<D>::cn == 1 && ft::smart_… in transform() 69 …nsform_detail::TransformDispatcher<VecTraits<T1>::cn == 1 && VecTraits<T2>::cn == 1 && VecTraits<D… in transform()
|
| H A D | vec_traits.hpp | 172 enum {cn=1}; \ 180 enum {cn=1}; \ 188 enum {cn=2}; \ 196 enum {cn=3}; \ 204 enum {cn=4}; \ 212 enum {cn=8}; \ 231 enum {cn=1}; enumerator 239 enum {cn=1}; enumerator 247 enum {cn=1}; enumerator 255 enum {cn=2}; enumerator [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | transform.hpp | 62 …transform_detail::TransformDispatcher<VecTraits<T>::cn == 1 && VecTraits<D>::cn == 1 && ft::smart_… in transform() 69 …nsform_detail::TransformDispatcher<VecTraits<T1>::cn == 1 && VecTraits<T2>::cn == 1 && VecTraits<D… in transform()
|
| H A D | vec_traits.hpp | 172 enum {cn=1}; \ 180 enum {cn=1}; \ 188 enum {cn=2}; \ 196 enum {cn=3}; \ 204 enum {cn=4}; \ 212 enum {cn=8}; \ 231 enum {cn=1}; enumerator 239 enum {cn=1}; enumerator 247 enum {cn=1}; enumerator 255 enum {cn=2}; enumerator [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | tc90522.c | 259 s64 cn; in tc90522s_get_frontend() local 271 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend() 272 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend() 273 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend() 274 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend() 275 cn -= (89565LL * p) >> 11; in tc90522s_get_frontend() 276 cn += 58857 << 3; in tc90522s_get_frontend() 277 stats->stat[0].svalue = cn >> 3; in tc90522s_get_frontend() 417 s64 cn; in tc90522t_get_frontend() local 428 cn = 24772; in tc90522t_get_frontend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/freescale/ |
| H A D | phy-fsl-imx8-mipi-dphy.c | 83 u32 cn; member 191 cfg->cn = denominator >> i; in mixel_dphy_config_from_opts() 196 cfg->cn < 1 || cfg->cn > 32 || in mixel_dphy_config_from_opts() 199 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts() 306 priv->cfg.cn < 1 || priv->cfg.cn > 32 || in mixel_dphy_set_pll_params() 309 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params() 313 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params() 315 phy_write(phy, CN(priv->cfg.cn), DPHY_CN); in mixel_dphy_set_pll_params()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_event.c | 114 xPresentConfigureNotify cn = { in present_send_config_notify() local 135 cn.eid = event->id; in present_send_config_notify() 136 WriteEventsToClient(event->client, 1, (xEvent *) &cn); in present_send_config_notify() 156 xPresentCompleteNotify cn = { in present_send_complete_notify() local 173 cn.eid = event->id; in present_send_complete_notify() 174 WriteEventsToClient(event->client, 1, (xEvent *) &cn); in present_send_complete_notify()
|
| /OK3568_Linux_fs/kernel/drivers/connector/ |
| H A D | Makefile | 2 obj-$(CONFIG_CONNECTOR) += cn.o 5 cn-y += cn_queue.o connector.o
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 130 double cn,cx,cy; in bigcalc() local 203 cn = sqrt(cx*cx+cy*cy); in bigcalc() 204 fprintf(stderr,"amp %.1f, cx %.10f, cy %.10f\n", cn, cx/cn, cy/cn); in bigcalc()
|