Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dopengl.hpp583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dopengl.hpp583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dopengl.hpp583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer()
589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer()
595 void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) in create()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_pci.c39 u8 atype; member
52 u8 atype; /* adapter type */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c99 int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1551 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtrace.c96 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan.h85 ipvl_hdr_type atype; member
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/OK3568_Linux_fs/kernel/net/tipc/
H A Dudp_media.c598 int atype; in tipc_parse_udp_addr() local
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c157 u32 atype; member
201 u32 atype; member
2995 u32 atype; member
H A Dk3-udma-glue.c35 u32 atype; member
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dchsc_sch.c823 u32 atype : 8; in chsc_ioctl_dcal() member
H A Dchsc.c1121 u8 atype; in chsc_get_cssid_iid() member
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c1432 enum addr_type atype) in convert_addr()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dgmap.c40 unsigned long etype, atype; in gmap_alloc() local
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_ctl.c966 unsigned int atype, i; in ip_vs_new_dest() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.c3471 xfs_alloctype_t atype = 0; /* type for allocation routines */ in xfs_bmap_btalloc() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c3547 enum bpf_access_type atype, in check_ptr_to_btf_access()
3597 enum bpf_access_type atype, in check_ptr_to_map_access()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8283 #define BPF_APROG_SEC(string, ptype, atype) \ argument