Home
last modified time | relevance | path

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

/linux/drivers/nubus/
H A Dbus.c14 #define to_nubus_board(d) container_of(d, struct nubus_board, dev) macro
23 err = ndrv->probe(to_nubus_board(dev)); in nubus_device_probe()
32 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove()
71 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release()
95 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn()