Welcome![Sign In][Sign Up]
Location:
Search - ioctl.h

Search list

[Linux-Unixkey

Description: linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子
Platform: | Size: 28635 | Author: 董浩然 | Hits:

[Embeded Linuxjffs2详细分析

Description: 对jffs2的一下各个方面进行了详细的点评!不可错过哦! jffs2/jffs2/ jffs2/jffs2/zlib.c jffs2/jffs2/symlink.c jffs2/jffs2/super.c jffs2/jffs2/scan.c jffs2/jffs2/readinode.c jffs2/jffs2/read.c jffs2/jffs2/nodemgmt.c jffs2/jffs2/nodelist.h jffs2/jffs2/nodelist.c jffs2/jffs2/gc.c jffs2/jffs2/file.c jffs2/jffs2/erase.c jffs2/jffs2/dir.c jffs2/jffs2/build.c jffs2/jffs2/Makefile jffs2/jffs2/TODO jffs2/jffs2/background.c jffs2/jffs2/compr.c jffs2/jffs2/compr_rtime.c jffs2/jffs2/compr_rubin.c jffs2/jffs2/compr_rubin.h jffs2/jffs2/compr_zlib.c jffs2/jffs2/comprtest.c jffs2/jffs2/crc32.c jffs2/jffs2/crc32.h jffs2/jffs2/histo.h jffs2/jffs2/histo_mips.h jffs2/jffs2/ioctl.c jffs2/jffs2/malloc.c jffs2/jffs2/pushpull.c jffs2/jffs2/pushpull.h jffs2/jffs2/write.c jffs2/jffs2/zlib.h
Platform: | Size: 160454 | Author: ivan699 | Hits:

[Linux-Unixkey

Description: linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子-linux/kd.h document introduced the ioctl function to use the command, the document contains examples of the use of a variety of command
Platform: | Size: 28672 | Author: 董浩然 | Hits:

[Linux-Unixframebuffer

Description: 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Platform: | Size: 1024 | Author: hjintian | Hits:

[Embeded Linuxpciv

Description: 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的数据的传输。相关代码为pciv_trans.c、pciv_trans.h。 3、PCIV Sample:PCI业务层的接口使用样例。基于PCIV的MPI接口和以上两个模块提供的接口。 相关代码为sample_pciv_host.c、sample_pciv_slave.c、sample_pciv_comm.h。 目前演示的业务包括: 1)从片将实时预览图像通过PCI传输到主片并显示 2)从片将编码码流通过PCI传输到主片并存储 3)主片从文件中读取待解码码流,通过PCI传输到从片,从片解码后将图像数据再发送到主片显示。-Hass Hi3520 PCI bus demonstration program PCIV relevant sample program contains the following sections: 1, PCIV MSG: PCI service layer message communication package. MCC module based on the ioctl interface to provide information to open the port closed, consumer Information to send, the message receiver interfaces. Related code pciv_msg.c, pciv_msg.h. 2, PCIV Trans: PCI data transfer package business layer. PCI DMA transfers based interface, PCI message exchange and a set of basic reading and writing pointers Buffer, the business layer to achieve common data transfer interface. Between master and slave chip can be used for any type of data transmission. Related code pciv_trans.c, pciv_trans.h. 3, PCIV Sample: PCI interface to use the business layer sample. Based on PCIV the MPI interface and the interface of these two modules. Related code sample_pciv_host.c, sample_pciv_slave.c, sample_pciv_comm.h. Current presentation of business include: 1) real-time prev
Platform: | Size: 2685952 | Author: sillygenius | Hits:

[Linux-UnixADTest

Description: 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #include <errno.h> #include <string.h> #include <qlineedit.h> #include <qmessagebox.h> -6410 test #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #include <errno.h> #include <string.h> #include <qlineedit.h> #include <qmessagebox.h>
Platform: | Size: 64512 | Author: xiankongyijue | Hits:

[Linux-Unixled-test

Description: 6410 led测试 include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/ioctl.h> /* 瀹氫箟骞绘暟 */ #define MEMDEV_IOC_MAGIC k -include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/ioctl.h> /* 瀹氫箟骞绘暟*/ #define MEMDEV_IOC_MAGIC k
Platform: | Size: 3072 | Author: xiankongyijue | Hits:

[Linux-Unixlibcfs_ioctl

Description: Low-level ioctl data structures. Kernel ioctl functions declared here, and user space functions are in libcfsutil_ioctl.h.
Platform: | Size: 2048 | Author: lvmekiu | Hits:

[Linux driverwarehose

Description: linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<pthread.h> #include <sys/ioctl.h> #include <fcntl.h> #include<stdio.h> #include<stdlib.h> #include<sys/types.h> #include<unistd.h> #include<sys/ipc.h> #include<sys/shm.h> #include<signal.h> #include<inttypes.h> #include<sys/sem.h>
Platform: | Size: 4096 | Author: sunguangjiang | Hits:

[Linux-Unixinitializer_list_compare_alloc

Description: atmioc.h - ranges for ATM-related ioctl numbers.
Platform: | Size: 3072 | Author: yyfonpn | Hits:

[Linux-Unixebt_ip6

Description: On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stubs that return ENOSYS. -On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stubs that return ENOSYS.
Platform: | Size: 3072 | Author: yzxiuzen | Hits:

CodeBus www.codebus.net