Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/nubus/
Dbus.c14 #define to_nubus_board(d) container_of(d, struct nubus_board, dev) macro
28 err = ndrv->probe(to_nubus_board(dev)); in nubus_device_probe()
38 err = ndrv->remove(to_nubus_board(dev)); in nubus_device_remove()
80 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release()
104 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn()