CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ioctl

搜索资源列表

  1. SCULL

    0下载:
  2. linux下简单的设备驱动程序,实现了读写、定位文件指针、ioctl清零以及简单的读写控制。-the simple linux device driver, to achieve the reading and writing, positioning the file pointer, ioctl clear and simple to read and write control.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:143334
    • 提供者:汪荔枝
  1. pciv

    0下载:
  2. 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-21
    • 文件大小:2685952
    • 提供者:sillygenius
  1. C_Sharp_Ripper

    0下载:
  2. This code shows a way to make a CD ripper in C#. There are APIs from some vendors that allow reading audio CD tracks but it is also possible to do it using APIs that allow low level access to CD drives such as ASPI from Adaptec or IOCTL control codes
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:41196
    • 提供者:raport11
  1. rtc

    0下载:
  2. rtc DS1307和35390驱动,应用通过Ioctl调用,很方便-rtc DS1307 and 35390 driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4074
    • 提供者:zhaoqiting
  1. ioctl

    0下载:
  2. unix 下网络编程,完成端口模式的网络编程源代码-a unix network programming, network programming completion port model source code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:8195
    • 提供者:吴歆
  1. sunny20111128

    0下载:
  2. ioctl 功能列表 ioctl 功能列表-hello every body hello every body
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:385129
    • 提供者:makun
  1. ADCdrives

    1下载:
  2. ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:2560
    • 提供者:赵宇
  1. ipsender3.1

    0下载:
  2. linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-13
    • 文件大小:3112704
    • 提供者:easonwang
  1. SSDT-Hook-Driver-and-mfc-interface

    0下载:
  2. HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-28
    • 文件大小:11135059
    • 提供者:yangzhe
  1. madwifi-config

    0下载:
  2. madwifi驱动控制程序。利用linux 提供的ioctl等接口,实现了对atheros等芯片驱动的读写,可以修改无线模块的ssid等信息。-the ioctl program of madwifi. It implements some useful functons to modify parameters of wireless module.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:44010
    • 提供者:杨黎斌
  1. ioctl_if.c

    0下载:
  2. An example of how to use the ioctl function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:nickleyoung
  1. gpio_f.c.tar

    0下载:
  2. 嵌入式具体引脚驱动程序,应用程序可以调用ioctl函数控制引脚电平的高低-Embedded specific pin drivers, applications can call ioctl function to control the pin high and low
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:1731
    • 提供者:飞线
  1. driver

    0下载:
  2. Linux驱动初级 包括hello world 字符驱动的 resgister/read/ write 及 ioctl等一些基础源码-Linux drivers for the primary character-driven, including hello world resgister/read/write, and ioctl basic source
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-22
    • 文件大小:26194
    • 提供者:颜建文
  1. led-test

    0下载:
  2. 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/typ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2968
    • 提供者:xiankongyijue
  1. IOCTL

    0下载:
  2. This one fo those neede to use to unhook process in apps.-This is one fo those neede to use to unhook process in apps.
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-30
    • 文件大小:836
    • 提供者:SHB
  1. spti

    0下载:
  2. spti code,send ioctl to driver.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-04
    • 文件大小:31266
    • 提供者:amon
  1. uIOCTL_Teests

    0下载:
  2. usb驱动开发,IOCTL的读读写操作,供大家学习用可直接使用。 -usb driver development IOCTL read read and write operations for all learning can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:8636
    • 提供者:zhengguoo
  1. SYSRGT20H--VRS-(C)

    0下载:
  2. comunication via IOCTL in assembly (fasm): ..\const.inc ..\driver: driver\rgtdrv.sys driver\rgtdrv.asm ] driver\include\... ..\lib: lib\sysrgt20h.dll lib\sysrgt20h.asm lib\include\-comunication via IOCTL in assembly (fasm):
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-02
    • 文件大小:190411
    • 提供者:ccodexx
  1. linux-module

    0下载:
  2. Linux设备驱动标准模板,用于s3c2410实验,流水灯点亮,下面有配套应用程序内核版本:2.6.31 交叉编译器:arm-linux-gcc 4.12 Read,write,ioctl等函数实现 S3C2410 GPF0~GPF3外接led灯,低电平点亮,高电平熄灭分别用write和ioctl 实现led流水灯的点亮经过验证,可点亮led流水灯-linux module
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:25576
    • 提供者:王子丹
  1. Broadcasting-a-message-using-UDP

    0下载:
  2. Broadcasting a message using UDP sockets communication between two VxWorks systems. Demo for using the SIOCGIFCONF ioctl option
  3. 所属分类:VxWorks

    • 发布日期:2017-11-13
    • 文件大小:5351
    • 提供者:WY
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com