资源列表
[Linux驱动] iic
说明:I2c-dev.c is part of I2C equipment, access interface device, the access to the hardware is realized by i2c_adapter. It is during initialization, need to register a i2c_driver to the I2C Core. I think this is just to let the user access layer of I2C b<berlin> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[Linux驱动] Kish-audio-patch.tar
说明:xp6700 hardware settings to guise for android<kishan> 在 2025-06-10 上传 | 大小:4kb | 下载:0
[Linux驱动] tlv320aic3007
说明:TI 音频芯片tlv320aic3007 的驱动代码,主要参考价值在于初始化时的寄存器配置顺序,函数接口可以自己 重写。-TI tlv320aic3007 Driver code ,the value of this code is its init code .<jiangcaiyi> 在 2025-06-10 上传 | 大小:4kb | 下载:0
[Linux驱动] tlv320aic3016
说明:TI 音频芯片tlv320aic3016 的驱动代码,主要参考价值在于初始化时的寄存器配置顺序, 函数接口可以自己 重写。-I tlv320aic3016 Driver code ,the value of this code is its init code .<jiangcaiyi> 在 2025-06-10 上传 | 大小:8kb | 下载:0
[Linux驱动] wm8946
说明:音频芯片wm8946 的驱动代码,主要参考价值在于初始化时的寄存器配置顺序, 函数接口可以自己 重写。-wm8946 Driver code ,the value of this code is its init code .<jiangcaiyi> 在 2025-06-10 上传 | 大小:3kb | 下载:0
[Linux驱动] xianmu
说明:该源码基于视频监控,从视频采集到传输到显示,完全的实现了整个功能,希望做这方面工作的参考节约,也希望大家多多贡献自己的源码!-The source-based video surveillance, from video capture to transmission to the display, the full realization of the entire function, want to do this work with reference to conservation, b<小娃> 在 2025-06-10 上传 | 大小:37kb | 下载:0
[Linux驱动] the-region-set-operate
说明:区间操作练习 允许两个操作,add(min,max)和del(min,max),一开始区间内为空,每个操作后算出区间内的集合,要求能自动合并、拆分集合。例如: 操作1:add(1,7) 区间内的集合:(1,7) 操作2:add(9,10) 区间内的集合:(1,7)、(9,10) 操作3:del(3,5) 区间内的集合:(1,2)、(6,7)、(9,10) 操作4:add(3,8) 区间内的集合:(1,10)-region set operate,you can add<chenfan> 在 2025-06-10 上传 | 大小:6kb | 下载:0
[Linux驱动] kernel_userspace
说明:在内核模块,实现用户空间和内核空间的通信,使用netlink套接字,实现用户空间随机发送消息,内核空间然后在反馈消息给用户空间-kernel space Communicate with user space ,by netlink....<chenfan> 在 2025-06-10 上传 | 大小:131kb | 下载:0