Searched refs:GpioMethod (Results 1 – 9 of 9) sorted by relevance
49 GpioMethod定义:52 struct GpioMethod {67 **表 1** GpioMethod结构体成员的钩子函数功能说明202 …完成驱动入口注册之后,下一步就是以核心层GpioCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化GpioCntlr成员GpioMethod(让用户可以通过接口来调…246 struct GpioMethod *ops;255 - GpioCntlr成员钩子函数结构体GpioMethod的实例化。258 //GpioMethod结构体成员都是钩子函数,驱动适配者需要根据表1完成相应的函数功能。259 static struct GpioMethod g_method = {
27 struct GpioMethod;41 struct GpioMethod *ops;118 struct GpioMethod { struct
47 **GpioMethod**:50 struct GpioMethod {65 **Table 1** Hook functions in **GpioMethod**169 …member functions (**Bind**, **Init** and **Release**) to instantiate **GpioMethod** in **GpioCntlr…213 struct GpioMethod *ops;222 - Instantiate the **GpioMethod** structure in **GpioCntlr**.225 …// The members of the GpioMethod structure are hook functions. You need to implement them by refer…226 static struct GpioMethod g_method = {
223 static struct GpioMethod g_method = {
102 struct GpioMethod g_GpioCntlrMethod = {
298 static struct GpioMethod g_GpioCntlrMethod = {
243 struct GpioMethod g_GpioCntlrMethod = {
125 struct GpioMethod g_GpioCntlrMethod = {
138 struct GpioMethod g_GpioCntlrMethod = {