CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - Ioctl

搜索资源列表

  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. 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. 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. fs2410_btn_drv

    0下载:
  2. 驱动中的ioctl方法和open、close、read、write方法一样,都是可以操作底层硬件的,对硬件的读写操作一般可以通过read、write方法来完成。-Driving the ioctl methods and the open, close, read, write, method, can be operation of the underlying hardware, the hardware of the general method can read, write, read
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:2305
    • 提供者:黄生
  1. ov10633

    2下载:
  2. 这个是自己做过的ov10633的sensor驱动,可以通过ioctl函数设置图像的对比度、色度、gamma等。-This is his past ov10633 the sensor driver, you can set the image contrast, color, gamma, etc. through ioctl function.
  3. 所属分类:Driver develop

    • 发布日期:2016-04-03
    • 文件大小:1880064
    • 提供者:
  1. HelloJni.tar

    0下载:
  2. 1、每个被加载的模块,无论是可执行程序还是共享库,均有自己独立的PLT和GOT表。所以拦截这个模块的对外调用的GOT,不影响其他模块。 2、本文只实现了拦截模块的调出到其他模块的动作,其他模块的调入没有涉及到(可能还涉及到比较复杂的重定位操作)。 3、system_server是system用户,不是有权限写所有名字的Property,这里用了persist.sys.开头的属性名,而persist.sys.开头的属性会保存至磁盘,因此性能会差点儿。 4、ioctl虽然实质声明是
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:365206
    • 提供者:konglingjiao
  1. us-100_dev

    0下载:
  2. 超声波us100 在ok6410下的字符驱动程序,在驱动中完成测距,把距离通过ioctl返回到用户空间-Under ultrasonic us100 ok6410 character driver, complete range in the drive, the distance through the ioctl returned to the user space
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:9014
    • 提供者:吴文
  1. warehose

    0下载:
  2. 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<
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4316
    • 提供者:sunguangjiang
  1. DMA100_adc

    0下载:
  2. BlackFin ADC DMA驱动(自动缓冲方式) 用户层以IOCTL做接口即可,另外,采取的是二维数据传输方式-BlackFin ADC DMA DRIVER11111111111
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4329
    • 提供者:杨帆
  1. LedDriver

    0下载:
  2. 基于ARM9 6410开发板上的 LED 灯的控制驱动 ioctl-LED device
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:105224
    • 提供者:李三
  1. linux

    0下载:
  2. 简单的字符驱动程序的ioctl方法和并发控制的设计-Ioctl simple character driver and concurrency control design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:233833
    • 提供者:邵军
  1. smart210_led_driver

    0下载:
  2. 1.首先加载驱动 insmod smart210_led.ko 2.open( /dev/设备文件名 ,O_RDWR) 3.用ioctl(fd,LED_ON,value) 操作led 第二个参数可以为LED_ON,LED_OFF,LED_ALL 当为LED_ON时第三个参数只能取值1-4 (说明点亮固定led,若第三个参数为3表示点亮第三个led) 当为LED_OFF时第三个参数只能取值1-4 (说明熄灭固定led,若第三个参数为3表示熄灭第三个led) 当为LED
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:326643
    • 提供者:qerpiming
  1. char_ioctl

    0下载:
  2. A very efficient ioctl implementation linux driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:24166
    • 提供者:
  1. usbdrive

    0下载:
  2. 这是usb摄像头驱动程序,下载和挂载此usb摄像头程序,能有效地驱动摄像头,通过ioctl函数对此摄像头进行访问。- This is a usb camera driver , download and mount the usb camera process , can effectively drive cameras , through ioctl function for access of this camera .
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:39381
    • 提供者:吴广德
  1. 04misc_ioctl

    0下载:
  2. 开发板4412_ARM9开发,通过使用miscdevice驱动框架构建设备结点,开发测试gpio和key驱动测试,测试使用ioctl函数调用实现,里面猪油详细注释;-Development board 4412 ARM9 development, through the use of miscdevice driver framework to build device nodes, development and testing gpio key drive test, the use of
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:6364
    • 提供者:罗姆
搜珍网 www.dssz.com