Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/common/
H A Dgpib_os.c559 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() argument
2056 entry->module = provider_module; in gpib_register_driver()
2102 board->provider_module = NULL; in init_gpib_board()
/linux/drivers/staging/gpib/include/
H A Dgpib_types.h229 struct module *provider_module; member