Searched refs:provider_module (Results 1 – 2 of 2) sorted by relevance
559 if (!try_module_get(board->provider_module)) { in ibopen()606 module_put(board->provider_module); in ibclose()655 if (!try_module_get(board->provider_module)) { in ibioctl()853 module_put(board->provider_module); in board_type_ioctl()858 board->provider_module = entry->module; in board_type_ioctl()2047 void gpib_register_driver(gpib_interface_t *interface, struct module *provider_module) in gpib_register_driver() argument2056 entry->module = provider_module; in gpib_register_driver()2102 board->provider_module = NULL; in init_gpib_board()
229 struct module *provider_module; member