Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h138 int linux_cdev_device_add(struct linux_cdev *, struct device *);
142 linux_cdev_device_add(__VA_ARGS__)
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2383 linux_cdev_device_add(struct linux_cdev *ldev, struct device *dev) in linux_cdev_device_add() function