Searched refs:devOps (Results 1 – 1 of 1) sorted by relevance
1041 struct file_operations_vfs *devOps = NULL; in OsConsoleDevInit() local1077 devOps = (struct file_operations_vfs *)((struct drv_data*)vnode->data)->ops; in OsConsoleDevInit()1078 if (devOps != NULL && devOps->open != NULL) { in OsConsoleDevInit()1079 (VOID)devOps->open(filep); in OsConsoleDevInit()