Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nubus/
H A 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()
/kernel/linux/linux-6.6/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()
72 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release()
96 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn()

Completed in 2 milliseconds