Searched refs:VAS_TX_WIN_OPEN (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | vas-api.rst | 40 descriptor (fd). Then should issue VAS_TX_WIN_OPEN ioctl with this fd to 66 * issue VAS_TX_WIN_OPEN ioctl 87 the vas_id field in the VAS_TX_WIN_OPEN ioctl as detailed below. 107 VAS_TX_WIN_OPEN ioctl 110 Applications should use the VAS_TX_WIN_OPEN ioctl as follows to establish 135 The attributes attr for the VAS_TX_WIN_OPEN ioctl are defined as 139 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 1, 143 rc = ioctl(fd, VAS_TX_WIN_OPEN, &attr); 145 The VAS_TX_WIN_OPEN ioctl returns 0 on success. On errors, it 186 to the VAS_TX_WIN_OPEN ioctl). [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | vas-api.h | 14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | vas-api.h | 14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzip_vas.c | 66 rc = ioctl(fd, VAS_TX_WIN_OPEN, (unsigned long)&txattr); in open_device_nodes()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-api.c | 192 case VAS_TX_WIN_OPEN: in coproc_ioctl()
|