| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 70 struct uio_info uio; member 911 struct uio_info *uio; in rockchip_gmac_uio_probe() local 920 uio = &pdev_info->uio; in rockchip_gmac_uio_probe() 953 uio->name = pdev_info->name; in rockchip_gmac_uio_probe() 954 uio->version = DRIVER_VERSION; in rockchip_gmac_uio_probe() 960 uio->mem[0].name = "eth_regs"; in rockchip_gmac_uio_probe() 961 uio->mem[0].addr = res->start & PAGE_MASK; in rockchip_gmac_uio_probe() 962 uio->mem[0].size = PAGE_ALIGN(resource_size(res)); in rockchip_gmac_uio_probe() 963 uio->mem[0].memtype = UIO_MEM_PHYS; in rockchip_gmac_uio_probe() 965 uio->mem[1].name = "eth_rx_bd"; in rockchip_gmac_uio_probe() [all …]
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_dts.diff | 4 Subject: [PATCH] arm64: dts: rockchip: rk3568: Add stmmac uio nodes 30 + gmac_uio1: uio@fe010000 { 31 + compatible = "rockchip,uio-gmac"; 44 + gmac_uio0: uio@fe2a0000 { 45 + compatible = "rockchip,uio-gmac";
|
| H A D | kernel_net_stmmac.diff | 4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac 141 + * local information for uio module driver 145 + * @name: uio name 146 + * @uio: uio information 147 + * @map_num: number of uio memory regions 153 + struct uio_info uio; 984 + * - register uio devices filled with memory maps retrieved 994 + struct uio_info *uio; 1003 + uio = &pdev_info->uio; 1036 + uio->name = pdev_info->name; [all …]
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_dts.diff | 4 Subject: [PATCH] arm64: dts: rockchip: rk3568: Add stmmac uio nodes 30 + gmac_uio1: uio@fe010000 { 31 + compatible = "rockchip,uio-gmac"; 44 + gmac_uio0: uio@fe2a0000 { 45 + compatible = "rockchip,uio-gmac";
|
| H A D | kernel_net_stmmac.diff | 4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac 157 + * local information for uio module driver 161 + * @name: uio name 162 + * @uio: uio information 163 + * @map_num: number of uio memory regions 169 + struct uio_info uio; 1126 + * - register uio devices filled with memory maps retrieved 1136 + struct uio_info *uio; 1145 + uio = &pdev_info->uio; 1178 + uio->name = pdev_info->name; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0006-Fix-build-on-aarch64-musl.patch | 33 -# include <linux/uio.h> 34 +# include <sys/uio.h> 55 -# include <linux/uio.h> 56 +# include <sys/uio.h>
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | infrastructure.rst | 74 .. kernel-doc:: drivers/uio/uio.c
|
| H A D | uio-howto.rst | 125 the uio driver, but not added to the UIO device itself at this time. 140 These attributes appear under the ``/sys/class/uio/uioX`` directory. 150 as ``/sys/class/uio/uioX/maps/map0/``. Subsequent mappings create 186 ``/sys/class/uio/uioX/maps/`` like the normal memory described above. 192 ``/sys/class/uio/uioX/portio/`` was added. It only exists if the driver 195 on, will appear underneath ``/sys/class/uio/uioX/portio/``. 226 ``/sys/class/uio/uioX/version``. 416 ``"linux,uio-name"`` may be specified in the DT node. 455 ``/sys/class/uio/uioX/maps/mapY/*``. The dynamic memory regions will be 617 perror("uio open:"); [all …]
|
| H A D | index.rst | 61 uio-howto
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | shuttle_usbat.c | 898 unsigned char *uio) in usbat_flash_check_media_present() argument 900 if (*uio & USBAT_UIO_UI0) { in usbat_flash_check_media_present() 912 unsigned char *uio) in usbat_flash_check_media_changed() argument 914 if (*uio & USBAT_UIO_0) { in usbat_flash_check_media_changed() 929 unsigned char *uio = us->iobuf; in usbat_flash_check_media() local 931 rc = usbat_read_user_io(us, uio); in usbat_flash_check_media() 936 rc = usbat_flash_check_media_present(us, uio); in usbat_flash_check_media() 945 rc = usbat_flash_check_media_changed(us, uio); in usbat_flash_check_media() 958 rc = usbat_read_user_io(us, uio); in usbat_flash_check_media()
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | vdk_axs10x_mb.dtsi | 119 uio_ev: uio@d0000000 { 120 compatible = "generic-uio";
|
| /OK3568_Linux_fs/kernel/Documentation/target/ |
| H A D | tcmu-design.rst | 20 a) Discovering and configuring TCMU uio devices 217 class/uio/uio*/name. For TCMU devices, these names will be of the 244 /sys/class/uio/uioX/maps/map0/size. 289 a) Discovering and configuring TCMU uio devices 313 fd = open("/sys/class/uio/uio0/name", O_RDONLY); 318 /* we only want uio devices whose name is a format we expect */ 324 fd = open(/sys/class/uio/%s/maps/map0/size, O_RDONLY);
|
| /OK3568_Linux_fs/buildroot/package/lsuio/ |
| H A D | Config.in | 6 http://www.osadl.org/UIO.uio.0.html
|
| /OK3568_Linux_fs/kernel/drivers/uio/ |
| H A D | Makefile | 2 obj-$(CONFIG_UIO) += uio.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | lbc.txt | 38 compatible = "fsl,elbc-gpcm-uio";
|
| /OK3568_Linux_fs/external/dpdk/pcie/ |
| H A D | README.txt | 39 insmod uio.ko
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | 39 #include <sys/uio.h>
|
| /OK3568_Linux_fs/buildroot/package/gdb/11.2/ |
| H A D | 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | 41 #include <sys/uio.h>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0007-python-Add-variables-to-tests.patch | 34 AC_CHECK_HEADERS_ONCE([locale.h sys/select.h sys/uio.h argp.h stdint.h
|
| /OK3568_Linux_fs/buildroot/package/gdb/10.2/ |
| H A D | 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | 41 #include <sys/uio.h>
|
| /OK3568_Linux_fs/buildroot/package/gdb/12.1/ |
| H A D | 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | 41 #include <sys/uio.h>
|
| /OK3568_Linux_fs/buildroot/package/samba4/ |
| H A D | 0004-dcesrv_core-fix-build.patch | 42 - * (ie. freebsd 7.2) as it seems that <sys/uio.h> is not included
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | nb.po | 15 "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0017-Disable-spurious-Warray-bounds-for-ypclnt.c-bug-2668.patch | 32 #include <sys/uio.h>
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | kobject.rst | 68 So, for example, the UIO code in ``drivers/uio/uio.c`` has a structure that 69 defines the memory region associated with a uio device:: 100 earlier ``drivers/uio/uio.c``, as you can see here::
|