Searched refs:char_dev (Results 1 – 8 of 8) sorted by relevance
69 struct miscdevice char_dev; member1000 wblock->char_dev.minor = MISC_DYNAMIC_MINOR; in wmi_dev_probe()1001 wblock->char_dev.name = buf; in wmi_dev_probe()1002 wblock->char_dev.fops = &wmi_fops; in wmi_dev_probe()1003 wblock->char_dev.mode = 0444; in wmi_dev_probe()1004 ret = misc_register(&wblock->char_dev); in wmi_dev_probe()1033 misc_deregister(&wblock->char_dev); in wmi_dev_remove()1034 kfree(wblock->char_dev.name); in wmi_dev_remove()
26 struct rtc_device, char_dev); in rtc_dev_open()557 cdev_init(&rtc->char_dev, &rtc_dev_fops); in rtc_dev_prepare()558 rtc->char_dev.owner = rtc->owner; in rtc_dev_prepare()
348 cdev_device_del(&rtc->char_dev, &rtc->dev); in devm_rtc_unregister_device()415 err = cdev_device_add(&rtc->char_dev, &rtc->dev); in __devm_rtc_register_device()
96 struct cdev char_dev; member
312 fs/char_dev.c
12 char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
3584 struct device *char_dev; in init_chrdev() local3605 char_dev = device_create(cxlflash_class, NULL, devno, in init_chrdev()3607 if (IS_ERR(char_dev)) { in init_chrdev()3608 rc = PTR_ERR(char_dev); in init_chrdev()3614 cfg->chardev = char_dev; in init_chrdev()
322 .. kernel-doc:: fs/char_dev.c