Searched refs:chardev (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/ |
D | README | 59 -chardev pipe,id=charchannel0,path=/tmp/virtio-trace/agent-ctl-path\ 60 -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,\ 63 -chardev pipe,id=charchannel1,path=/tmp/virtio-trace/trace-path-cpu0\ 64 -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel0,\ 82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For 83 example, if a guest use three CPUs, chardev names should be trace-path-cpu0, 87 You can find some chardev in /dev/virtio-ports/ in the guest. 109 the guest will stop by specification of chardev in QEMU. This blocking mode may
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
D | .gitignore | 2 gpio-mockup-chardev
|
D | Makefile | 14 TEST_GEN_PROGS_EXTENDED := gpio-mockup-chardev
|
D | gpio-mockup.sh | 89 $BASE/gpio-mockup-chardev $*
|
/kernel/liteos_a/drivers/char/bch/include/ |
D | blockproxy.h | 41 int bchdev_register(const char *blkdev, const char *chardev, bool readonly);
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-write.rst | 48 the chardev is a pulse/space sequence of integer values. Pulses and spaces 56 ``struct lirc_scancode`` must be written to the chardev at a time, else
|
D | lirc-read.rst | 50 read from the chardev.
|
D | lirc-dev-intro.rst | 11 data between userspace and kernelspace. Fundamentally, it is just a chardev 26 What you should see for a chardev:
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | common.h | 121 struct device *chardev; member
|
D | main.c | 931 device_unregister(cfg->chardev); in cxlflash_release_chrdev() 932 cfg->chardev = NULL; in cxlflash_release_chrdev() 3633 cfg->chardev = char_dev; in init_chrdev()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
D | file.c | 565 struct device **chardev, char *postfix, char *desc, in cxl_add_chardev() argument 585 *chardev = dev; in cxl_add_chardev()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | nommu-mmap.rst | 97 (#) Memory backed chardev, MAP_SHARED, PROT_READ / PROT_EXEC / PROT_WRITE 177 support futexes (such as an I/O chardev mapping). 220 The vm_ops->close() routine will be invoked when the last mapping on a chardev
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | hotplug.rst | 137 if using the usb chardev framework:
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | cxl.rst | 463 most logical chardev to use in any programming mode (afuX.Yd for
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | drm-uapi.rst | 202 Similar to PIDs, chardev minor numbers are not recycled immediately. A
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | Kconfig | 1607 the GPIO chardev interface.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 15396 +#define DEV_FM_NAME "fm" /**< Name of the FM chardev */ 20118 + @Description: Name of the FM-Test chardev
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 48651 + pr_info("%s: register dtb chardev", __func__); 48693 + pr_info("%s: register dtb chardev OK", __func__);
|