Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 119) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/mcb/
H A Dmcb-parse.c16 #define for_each_chameleon_cell(dtype, p) \ argument
17 for ((dtype) = get_next_dtype((p)); \
18 (dtype) != CHAMELEON_DTYPE_END; \
19 (dtype) = get_next_dtype((p)))
23 uint32_t dtype; in get_next_dtype() local
25 dtype = readl(p); in get_next_dtype()
26 return dtype >> 28; in get_next_dtype()
139 u32 dtype; in chameleon_get_bar() local
148 dtype = get_next_dtype(*base); in chameleon_get_bar()
149 if (dtype == CHAMELEON_DTYPE_BAR) { in chameleon_get_bar()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/hsi/
H A Dhsi_char.h30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
H A Dcs-protocol.h110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/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/include/linux/hsi/
H A Dhsi_char.h30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
H A Dcs-protocol.h110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/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/include/linux/hsi/
H A Dhsi_char.h30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
H A Dcs-protocol.h110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c936 XkbKeyTypePtr stype = NULL, dtype = NULL; in _XkbCopyClientMap() local
1004 for (i = src->map->num_types, dtype = (dst->map->types + i); in _XkbCopyClientMap()
1005 i < dst->map->num_types; i++, dtype++) { in _XkbCopyClientMap()
1006 free(dtype->level_names); in _XkbCopyClientMap()
1007 dtype->level_names = NULL; in _XkbCopyClientMap()
1008 dtype->num_levels = 0; in _XkbCopyClientMap()
1009 if (dtype->map_count) { in _XkbCopyClientMap()
1010 free(dtype->map); in _XkbCopyClientMap()
1011 free(dtype->preserve); in _XkbCopyClientMap()
1017 dtype = dst->map->types; in _XkbCopyClientMap()
[all …]
/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/include/linux/
H A Domapfb.h34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Domapfb.h34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/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/include/linux/
H A Domapfb.h34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbootstd.h100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dti_edac.c149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
152 dimm->dtype = DEV_X32; in ti_edac_setup_dimm()
166 dimm->dtype = DEV_X64; in ti_edac_setup_dimm()
170 dimm->dtype = DEV_X32; in ti_edac_setup_dimm()
174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
H A Dbluefield_edac.c220 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms()
223 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms()
226 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms()
229 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A D6x_bootscript_android_recovery.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
H A D6x_bootscript_android.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/
H A Dvisorinput.c399 enum visorinput_dev_type dtype) in devdata_create() argument
406 if (dtype == visorinput_keyboard) in devdata_create()
429 switch (dtype) { in devdata_create()
496 enum visorinput_dev_type dtype; in visorinput_probe() local
500 dtype = visorinput_mouse; in visorinput_probe()
502 dtype = visorinput_keyboard; in visorinput_probe()
506 if (!devdata_create(dev, dtype)) in visorinput_probe()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp366 InputArray mask = noArray(), int dtype = -1);
406 InputArray mask = noArray(), int dtype = -1);
431 OutputArray dst, double scale = 1, int dtype = -1);
454 double scale = 1, int dtype = -1);
458 OutputArray dst, int dtype = -1);
507 double beta, double gamma, OutputArray dst, int dtype = -1);
728 OutputArray dist, int dtype, OutputArray nidx,
792 int norm_type = NORM_L2, int dtype = -1, InputArray mask = noArray());
888 CV_EXPORTS_W void reduce(InputArray src, OutputArray dst, int dim, int rtype, int dtype = -1);
1680 double scale = 1, int dtype = -1 );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp366 InputArray mask = noArray(), int dtype = -1);
406 InputArray mask = noArray(), int dtype = -1);
431 OutputArray dst, double scale = 1, int dtype = -1);
454 double scale = 1, int dtype = -1);
458 OutputArray dst, int dtype = -1);
507 double beta, double gamma, OutputArray dst, int dtype = -1);
728 OutputArray dist, int dtype, OutputArray nidx,
792 int norm_type = NORM_L2, int dtype = -1, InputArray mask = noArray());
888 CV_EXPORTS_W void reduce(InputArray src, OutputArray dst, int dim, int rtype, int dtype = -1);
1680 double scale = 1, int dtype = -1 );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp366 InputArray mask = noArray(), int dtype = -1);
406 InputArray mask = noArray(), int dtype = -1);
431 OutputArray dst, double scale = 1, int dtype = -1);
454 double scale = 1, int dtype = -1);
458 OutputArray dst, int dtype = -1);
507 double beta, double gamma, OutputArray dst, int dtype = -1);
728 OutputArray dist, int dtype, OutputArray nidx,
792 int norm_type = NORM_L2, int dtype = -1, InputArray mask = noArray());
888 CV_EXPORTS_W void reduce(InputArray src, OutputArray dst, int dim, int rtype, int dtype = -1);
1680 double scale = 1, int dtype = -1 );
/OK3568_Linux_fs/kernel/drivers/block/
H A Damiflop.c192 struct fd_data_type *dtype; /* type of floppy for this unit */ member
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec()
976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write()
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write()
1380 (*unit[nr].dtype->write_fkt)(nr); in flush_track_callback()
1405 (*unit[nr].dtype->write_fkt)(nr); in non_int_flush_track()
1445 error = (*unit[drive].dtype->read_fkt)(drive); in get_track()
1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc242 cnpy_dtype dtype = npy_data.dtype; in load_npy() local
244 if (dtype == CNPY_I8) { in load_npy()
246 } else if (dtype == CNPY_U8) { in load_npy()
248 } else if (dtype == CNPY_F4) { in load_npy()
294 cnpy_dtype dtype = CNPY_F4; /* float */ in save_npy() local
297 …if (cnpy_create(output_path, byte_order, dtype, order, output_attr->n_dims, (const size_t*)output_… in save_npy()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dhelper.c31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument
43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \
72 +type fname (atype a, btype b, ctype c, dtype d) \
87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \
240 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \
241 +type fname(atype a, btype b, ctype c, dtype d) \
271 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
272 +type fname(atype a, btype b, ctype c, dtype d, etype e) \
305 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
306 +type fname (atype a,btype b,ctype c,dtype d,etype e) \
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dubi-user.h395 __s8 dtype; /* obsolete, do not use! */ member
407 __s8 dtype; /* obsolete, do not use! */ member

12345