Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c549 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() argument
2032 entry->module = provider_module; in gpib_register_driver()
2078 board->provider_module = NULL; in init_gpib_board()
H A Diblib.c186 if (try_module_get(board->provider_module)) { in autospoll_thread()
188 module_put(board->provider_module); in autospoll_thread()
/linux-6.15/drivers/staging/gpib/include/
H A Dgpib_types.h229 struct module *provider_module; member