Home
last modified time | relevance | path

Searched refs:provider_module (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/gpib/common/
A Dgpib_os.c555 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() argument
2049 entry->module = provider_module; in gpib_register_driver()
2095 board->provider_module = NULL; in init_gpib_board()
A Diblib.c188 if (try_module_get(board->provider_module)) { in autospoll_thread()
190 module_put(board->provider_module); in autospoll_thread()
/drivers/staging/gpib/include/
A Dgpib_types.h248 struct module *provider_module; member

Completed in 12 milliseconds