Searched full:bmx (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | ceva,ahci-1v84.yaml | 69 ceva,p0-burst-params = /bits/ 8 <BMX BNM SFD PTST>; 71 - description: BMX - COM Burst Maximum. 115 ceva,p1-burst-params = /bits/ 8 <BMX BNM SFD PTST>; 117 - description: BMX - COM Burst Maximum.
|
| /linux/fs/xfs/ |
| H A D | xfs_ioctl.c | 869 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local 876 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap() 889 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap() 892 if (bmx.bmv_count < 2) in xfs_ioc_getbmap() 894 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap() 897 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap() 901 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap() 906 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap() 910 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
|
| /linux/arch/nios2/ |
| H A D | Makefile | 31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
|
| /linux/Documentation/input/devices/ |
| H A D | xpad.rst | 227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>
|
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de> 2334 MODULE_AUTHOR("Marko Friedemann <mfr@bmx-chemnitz.de>");
|