XWOS API
4.0
XWOS C/C++ API参考手册
|
玄武设备栈:IO扩展芯片 更多...
函数 | |
static xwer_t | xwds_iochip_vop_probe (struct xwds_iochip *iochip) |
XWDS VOP:探测IOCHIP | |
static xwer_t | xwds_iochip_vop_remove (struct xwds_iochip *iochip) |
XWDS VOP:移除IOCHIP | |
static xwer_t | xwds_iochip_vop_start (struct xwds_iochip *iochip) |
XWDS VOP:启动IOCHIP | |
static xwer_t | xwds_iochip_vop_stop (struct xwds_iochip *iochip) |
XWDS VOP:停止IOCHIP | |
static xwer_t | xwds_iochip_vop_suspend (struct xwds_iochip *iochip) |
XWDS VOP:暂停IOCHIP | |
static xwer_t | xwds_iochip_vop_resume (struct xwds_iochip *iochip) |
XWDS VOP:继续IOCHIP | |
void | xwds_iochip_construct (struct xwds_iochip *iochip) |
XWDS API:IOCHIP对象的构造函数 | |
void | xwds_iochip_destruct (struct xwds_iochip *iochip) |
XWDS API:IOCHIP对象的析构函数 | |
xwer_t | xwds_iochip_grab (struct xwds_iochip *iochip) |
XWDS API:增加对象的引用计数 | |
xwer_t | xwds_iochip_put (struct xwds_iochip *iochip) |
XWDS API:减少对象的引用计数 | |
变量 | |
const struct xwds_virtual_operation | xwds_iochip_vop |
玄武设备栈:IO扩展芯片
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
在文件 chip.c 中定义.
|
static |
XWDS VOP:探测IOCHIP
[in] | iochip | IOCHIP对象指针 |
|
static |
XWDS VOP:移除IOCHIP
[in] | iochip | IOCHIP对象指针 |
|
static |
XWDS VOP:继续IOCHIP
[in] | iochip | IOCHIP对象指针 |
|
static |
XWDS VOP:启动IOCHIP
[in] | iochip | IOCHIP对象指针 |
|
static |
XWDS VOP:停止IOCHIP
[in] | iochip | IOCHIP对象指针 |
|
static |
XWDS VOP:暂停IOCHIP
[in] | iochip | IOCHIP对象指针 |
const struct xwds_virtual_operation xwds_iochip_vop |