37#if defined(XWCDCFG_ds_PM) && (1 == XWCDCFG_ds_PM)
50#if defined(XWCDCFG_ds_PM) && (1 == XWCDCFG_ds_PM)
137#if (defined(XWCDCFG_ds_PM)) && (1 == XWCDCFG_ds_PM)
static xwer_t xwds_device_grab(struct xwds_device *dev)
XWDS API:增加对象的引用计数
xwer_t xwds_device_vop_start(struct xwds_device *dev)
设备基本操作函数:启动设备
void xwds_device_construct(struct xwds_device *dev)
XWDS API:设备的构造函数
void xwds_device_destruct(struct xwds_device *dev)
XWDS API:设备的析构函数
static xwer_t xwds_device_put(struct xwds_device *dev)
XWDS API:减少对象的引用计数
xwer_t xwds_device_vop_stop(struct xwds_device *dev)
设备基本操作函数:停止设备
xwer_t xwds_device_vop_remove(struct xwds_device *dev)
设备基本操作函数:删除设备
xwer_t xwds_device_vop_resume(struct xwds_device *dev)
设备基本操作函数:继续设备
xwer_t xwds_device_vop_probe(struct xwds_device *dev)
设备基本操作函数:探测设备
xwer_t xwds_device_vop_suspend(struct xwds_device *dev)
设备基本操作函数:暂停设备
xwer_t xwds_iochip_grab(struct xwds_iochip *iochip)
XWDS API:增加对象的引用计数
xwer_t xwds_iochip_put(struct xwds_iochip *iochip)
XWDS API:减少对象的引用计数
void xwds_iochip_construct(struct xwds_iochip *iochip)
XWDS API:IOCHIP对象的构造函数
void xwds_iochip_destruct(struct xwds_iochip *iochip)
XWDS API:IOCHIP对象的析构函数
#define XWDS_VALIDATE(exp, errstr,...)
#define EFAULT
Bad address
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_probe(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
const struct xwds_virtual_operation xwds_iochip_vop
static xwer_t xwds_iochip_vop_stop(struct xwds_iochip *iochip)
XWDS VOP:停止IOCHIP
const struct xwds_virtual_operation * vop
union xwds_iochip::@19 bc
xwer_t(* stop)(struct xwds_device *)
xwer_t(* remove)(struct xwds_device *)
xwer_t(* probe)(struct xwds_device *)
xwer_t(* resume)(struct xwds_device *)