Home
last modified time | relevance | path

Searched refs:char_dev (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/platform/x86/
A Dwmi.c64 struct miscdevice char_dev; member
996 wblock->char_dev.minor = MISC_DYNAMIC_MINOR; in wmi_dev_probe()
997 wblock->char_dev.name = buf; in wmi_dev_probe()
998 wblock->char_dev.fops = &wmi_fops; in wmi_dev_probe()
999 wblock->char_dev.mode = 0444; in wmi_dev_probe()
1000 ret = misc_register(&wblock->char_dev); in wmi_dev_probe()
1026 misc_deregister(&wblock->char_dev); in wmi_dev_remove()
1027 kfree(wblock->char_dev.name); in wmi_dev_remove()
/linux/drivers/rtc/
A Ddev.c26 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()
A Dclass.c339 cdev_device_del(&rtc->char_dev, &rtc->dev); in devm_rtc_unregister_device()
409 err = cdev_device_add(&rtc->char_dev, &rtc->dev); in __devm_rtc_register_device()
/linux/fs/
A D.char_dev.o.cmd1char_dev.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_fs/char_dev.o := fs/char_dev.c
5 deps_fs/char_dev.o := \
1209 fs/char_dev.o: $(deps_fs/char_dev.o)
1211 $(deps_fs/char_dev.o):
A D.built-in.a.cmd1 …T fs/built-in.a fs/open.o fs/read_write.o fs/file_table.o fs/super.o fs/char_dev.o fs/stat.o fs/ex…
A DMakefile10 char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
A Dbuilt-in.a7 char_dev.o/
/linux/include/linux/
A Drtc.h96 struct cdev char_dev; member
/linux/Documentation/translations/zh_CN/core-api/
A Dkernel-api.rst314 fs/char_dev.c
/linux/drivers/scsi/cxlflash/
A Dmain.c3584 struct device *char_dev; in init_chrdev() local
3605 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()
/linux/Documentation/core-api/
A Dkernel-api.rst324 .. kernel-doc:: fs/char_dev.c

Completed in 30 milliseconds