Home
last modified time | relevance | path

Searched full:bmx (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml69 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 Dxfs_ioctl.c869 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 DMakefile31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
/linux/Documentation/input/devices/
H A Dxpad.rst227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>
/linux/drivers/input/joystick/
H A Dxpad.c5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
2334 MODULE_AUTHOR("Marko Friedemann <mfr@bmx-chemnitz.de>");