| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006-chardev-connect-socket-to-a-spawned-command.patch | 4 Subject: [PATCH] chardev: connect socket to a spawned command 10 "-chardev socket" supports some ways of connecting via protocols like 15 …-chardev 'socket,id=socat,cmd=exec socat FD:0 SOCKS4A:socks-proxy.localdomain:example.com:9999,,so… 16 -device usb-serial,chardev=socat 21 (qemu) chardev-add socket,id=cat,cmd=cat 22 (qemu) device_add usb-serial,chardev=cat 32 …-chardev 'socket,id=chrtpm0,cmd=exec swtpm socket --terminate --ctrl type=unixio,,clientfd=0 --tpm… 33 -tpmdev emulator,id=tpm0,chardev=chrtpm0 \ 49 chardev/char-socket.c | 101 ++++++++++++++++++++++++++++++++++++++++++ 50 chardev/char.c | 3 ++ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/riscv/ |
| H A D | qemuriscv.inc | 36 QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=… 37 …T = " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device v…
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/ |
| H A D | .gitignore | 2 gpio-mockup-chardev
|
| H A D | Makefile | 14 TEST_GEN_PROGS_EXTENDED := gpio-mockup-chardev
|
| H A D | gpio-mockup.sh | 89 $BASE/gpio-mockup-chardev $*
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A 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
|
| H A D | lirc-read.rst | 50 read from the chardev.
|
| H A 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:
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | qemuboot.bbclass | 74 … " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device v…
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | file.c | 565 struct device **chardev, char *postfix, char *desc, in cxl_add_chardev() argument 585 *chardev = dev; in cxl_add_chardev()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | common.h | 121 struct device *chardev; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.2.rst | 218 …" -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device …
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | hotplug.rst | 137 if using the usb chardev framework:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu.inc | 21 file://0006-chardev-connect-socket-to-a-spawned-command.patch \
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cxl.rst | 463 most logical chardev to use in any programming mode (afuX.Yd for
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | drm-uapi.rst | 202 Similar to PIDs, chardev minor numbers are not recycled immediately. A
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | Kconfig | 1630 the GPIO chardev interface.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 50194 systemd-logind tracks devices by their chardev major + minor numbers, so 50272 systemd-logind tracks devices by their chardev major + minor numbers, since
|