Searched refs:char_dev (Results 1 – 8 of 8) sorted by relevance
75 struct miscdevice char_dev; member931 wblock->char_dev.minor = MISC_DYNAMIC_MINOR; in wmi_dev_probe()932 wblock->char_dev.name = buf; in wmi_dev_probe()933 wblock->char_dev.fops = &wmi_fops; in wmi_dev_probe()934 wblock->char_dev.mode = 0444; in wmi_dev_probe()935 ret = misc_register(&wblock->char_dev); in wmi_dev_probe()963 misc_deregister(&wblock->char_dev); in wmi_dev_remove()964 kfree(wblock->char_dev.name); in wmi_dev_remove()
326 err = cdev_device_add(&rtc->char_dev, &rtc->dev); in rtc_device_register()370 cdev_device_del(&rtc->char_dev, &rtc->dev); in rtc_device_unregister()516 err = cdev_device_add(&rtc->char_dev, &rtc->dev); in __rtc_register_device()
28 struct rtc_device, char_dev); in rtc_dev_open()466 cdev_init(&rtc->char_dev, &rtc_dev_fops); in rtc_dev_prepare()467 rtc->char_dev.owner = rtc->owner; in rtc_dev_prepare()
8 fs/char_dev.c, for example.
111 struct cdev char_dev; member
10 char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
3611 struct device *char_dev; in init_chrdev() local3632 char_dev = device_create(cxlflash_class, NULL, devno, in init_chrdev()3634 if (IS_ERR(char_dev)) { in init_chrdev()3635 rc = PTR_ERR(char_dev); in init_chrdev()3641 cfg->chardev = char_dev; in init_chrdev()
315 .. kernel-doc:: fs/char_dev.c