Searched refs:provider_module (Results 1 – 3 of 3) sorted by relevance
549 if (!try_module_get(board->provider_module)) { in ibopen()594 module_put(board->provider_module); in ibclose()643 if (!try_module_get(board->provider_module)) { in ibioctl()835 module_put(board->provider_module); in board_type_ioctl()840 board->provider_module = entry->module; in board_type_ioctl()2023 int gpib_register_driver(gpib_interface_t *interface, struct module *provider_module) in gpib_register_driver() argument2032 entry->module = provider_module; in gpib_register_driver()2078 board->provider_module = NULL; in init_gpib_board()
186 if (try_module_get(board->provider_module)) { in autospoll_thread()188 module_put(board->provider_module); in autospoll_thread()
229 struct module *provider_module; member