staticint__devexitomap_kp_remove(struct platform_device *pdev){structomap_kp*omap_kp=platform_get_drvdata(pdev);/* disable keypad interrupt handling */tasklet_disable(&kp_tasklet);if(cpu_is_omap24xx()) {inti;for(i =0; i < omap_kp->cols; i++) gpio_free(col_gpios[i]);for(i =...
函数disable和enable的功能是让task net失效和生效。函数内部通过对task mate进行加减操作来控制任务的状态。