Searched refs:provider_module (Results 1 – 3 of 3) sorted by relevance
555 if (!try_module_get(board->provider_module)) { in ibopen()600 module_put(board->provider_module); in ibclose()649 if (!try_module_get(board->provider_module)) { in ibioctl()847 module_put(board->provider_module); in board_type_ioctl()852 board->provider_module = entry->module; in board_type_ioctl()2040 int gpib_register_driver(struct gpib_interface *interface, struct module *provider_module) in gpib_register_driver() argument2049 entry->module = provider_module; in gpib_register_driver()2095 board->provider_module = NULL; in init_gpib_board()
188 if (try_module_get(board->provider_module)) { in autospoll_thread()190 module_put(board->provider_module); in autospoll_thread()
248 struct module *provider_module; member
Completed in 12 milliseconds