Lines Matching refs:plugin
489 tmpelem->plugin = tmpplug; in flash_load_plugins()
814 self = plugins->plugin; in flash_device_list()
815 rv = plugins->plugin->fw_identify(startidx); in flash_device_list()
866 rv += curdev->plugin->fw_devinfo(curdev); in fwflash_list_fw()
967 curdev->plugin->filename); in fwflash_update()
968 rv = curdev->plugin->fw_writefw(curdev, in fwflash_update()
1018 rv = curdev->plugin->fw_readfw(curdev, filename); in fwflash_read_file()
1124 if (thisdev->plugin->fw_cleanup != NULL) { in fwflash_intr()
1129 thisdev->plugin->fw_cleanup(thisdev); in fwflash_intr()
1139 thisdev->plugin = NULL; in fwflash_intr()
1150 free(thisplug->plugin->filename); in fwflash_intr()
1151 free(thisplug->plugin->drvname); in fwflash_intr()
1154 thisplug->plugin->filename = NULL; in fwflash_intr()
1155 thisplug->plugin->drvname = NULL; in fwflash_intr()
1156 thisplug->plugin->fw_readfw = NULL; in fwflash_intr()
1157 thisplug->plugin->fw_writefw = NULL; in fwflash_intr()
1158 thisplug->plugin->fw_identify = NULL; in fwflash_intr()
1159 thisplug->plugin->fw_devinfo = NULL; in fwflash_intr()
1160 thisplug->plugin->fw_cleanup = NULL; in fwflash_intr()
1161 (void) dlclose(thisplug->plugin->handle); in fwflash_intr()
1162 thisplug->plugin->handle = NULL; in fwflash_intr()
1163 free(thisplug->plugin); in fwflash_intr()
1164 thisplug->plugin = NULL; in fwflash_intr()