Searched refs:PinCntlrMethod (Results 1 – 4 of 4) sorted by relevance
25 struct PinCntlrMethod;36 struct PinCntlrMethod *method;45 struct PinCntlrMethod { struct
53 PinCntlrMethod定义:56 struct PinCntlrMethod {66 **表 1** PinCntlrMethod成员的钩子函数功能说明222 …完成配置属性文件之后,下一步就是以核心层PinCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化PinCntlr成员PinCntlrMethod(让用户可以通过接口…256 struct PinCntlrMethod *method; // 钩子函数327 - PinCntlr成员钩子函数结构体PinCntlrMethod的实例化。330 static struct PinCntlrMethod g_method = {428 … hi35xx->cntlr.method = &g_method; // PinCntlrMethod实例化实例化对象的挂载
51 **PinCntlrMethod**:54 struct PinCntlrMethod {64 **Table 1** Hook functions in PinCntlrMethod203 …mber functions (**Bind**, **Init** and **Release**) to instantiate **PinCntlrMethod** in **PinCntl…237 struct PinCntlrMethod *method; // Hook functions.308 - Instantiate the **PinCntlrMethod** structure in **PinCntlr**.311 static struct PinCntlrMethod g_method = {407 …x->cntlr.method = &g_method; // Attach the PinCntlrMethod instance.
164 static struct PinCntlrMethod g_method = {