Lines Matching defs:module
65 * module into the system. Currently used for
88 /* Function to insert the kernel module into the system*/
91 void *module;
97 module = (void *)load_file(filename, &size);
98 if (!module)
101 ret = init_module(module, size, args);
102 free(module);
107 /* Function to remove the kernel module from the system*/
126 /* Failed to remove the module
129 UIM_ERR("Unable to unload driver module \"%s\": %s",
529 UIM_ERR(" Error removing gps_drv module");
532 UIM_DBG(" Removed gps_drv module");
537 UIM_ERR(" Error removing fm_drv module");
540 UIM_DBG(" Removed fm_drv module");
542 UIM_DBG(" Removed fm_drv module");
546 UIM_ERR(" Error removing btwilink module");
549 UIM_DBG(" Removed btwilink module");
551 UIM_DBG(" Removed btwilink module");
556 UIM_ERR(" Error removing st_drv module");
559 UIM_DBG(" Removed st_drv module ");
561 UIM_DBG(" Removed st_drv module ");
565 UIM_ERR(" Error removing btwilink module");
568 UIM_DBG(" Removed btwilink module");
573 UIM_ERR(" Error removing fm_drv module");
576 UIM_DBG(" Removed fm_drv module ");
582 UIM_ERR(" Error removing st_drv module");
585 UIM_DBG(" Removed st_drv module ");
696 UIM_ERR(" Error inserting st_drv module");
699 UIM_DBG(" Inserted st_drv module");
712 UIM_ERR(" Error inserting btwilink module, NO BT? ");
714 UIM_DBG(" Inserted btwilink module");
717 UIM_DBG("BT driver module un-available... ");
723 UIM_ERR(" Error inserting fm_drv module, NO FM? ");
725 UIM_DBG(" Inserted fm_drv module");
728 UIM_DBG("FM driver module un-available... ");
734 UIM_ERR(" Error inserting gps_drv module, NO GPS? ");
736 UIM_DBG(" Inserted gps_drv module");
739 UIM_DBG("GPS driver module un-available... ");
745 UIM_ERR(" Error inserting fm_v4l2_drv module, NO FM? ");
747 UIM_DBG(" Inserted fm_v4l2_drv module");
750 UIM_DBG("FM V4L2 driver module un-available... ");