Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/src/linux-5.10/drivers/net/bt/
H A Dbtdev.h76 struct bt_cdev { struct
83 struct bt_cdev *bt_cdev; member
88 struct bt_cdev *bt_cdev; member
184 if (unlikely(!vn->io_file) || unlikely(!vn->io_file->bt_cdev)) in bt_virnet_get_cdev()
187 return vn->io_file->bt_cdev->cdev; in bt_virnet_get_cdev()
192 if (unlikely(!vn->io_file) || unlikely(!vn->io_file->bt_cdev) || in bt_virnet_get_cdev_number()
193 unlikely(!vn->io_file->bt_cdev->cdev) || unlikely(!number)) in bt_virnet_get_cdev_number()
196 *number = vn->io_file->bt_cdev in bt_virnet_get_cdev_number()
[all...]
H A Dbtdev.c484 g_bt_drv->mng_file->bt_cdev->dev_filename); in bt_mng_file_open()
491 btdev_dbg("%s has been opened", g_bt_drv->mng_file->bt_cdev->dev_filename); in bt_mng_file_open()
508 btdev_dbg("%s has been released", g_bt_drv->mng_file->bt_cdev->dev_filename); in bt_mng_file_release()
934 static void bt_cdev_device_destroy(struct bt_cdev *dev) in bt_cdev_device_destroy()
939 static int bt_cdev_device_create(struct bt_cdev *dev, in bt_cdev_device_create()
970 static struct bt_cdev *bt_cdev_create(const struct file_operations *ops, in bt_cdev_create()
975 struct bt_cdev *dev = NULL; in bt_cdev_create()
1020 static void bt_cdev_delete(struct bt_cdev *bt_cdev) in bt_cdev_delete() argument
1024 if (likely(bt_cdev)) { in bt_cdev_delete()
[all...]

Completed in 3 milliseconds