/linux-2.6.39/Documentation/serial/ |
D | serial-rs485.txt | 21 working in both modes, and proper ioctls (see later) should be made 29 parameters in the platform data and in ioctls. 32 provide at least the following ioctls: 80 ioctls. For instance, to set RS485 you can use the following code: 84 /* Driver-specific ioctls: */
|
/linux-2.6.39/drivers/staging/intel_sst/ |
D | TODO | 7 Review the misc device ioctls for 32/64bit safety and sanity 8 Review the misc device ioctls for size safety depending on config and decide
|
/linux-2.6.39/Documentation/s390/ |
D | kvm.txt | 13 KVM does support the following ioctls on s390 that are common with other 24 In addition, on s390 the following architecture specific ioctls are supported: 40 KVM does support the following ioctls on s390 that are common with other 58 In addition, on s390 the following architecture specific ioctls for the kvm-vm 74 KVM does support the following ioctls on s390 that are common with other 84 In addition, on s390 the following architecture specific ioctls for the
|
/linux-2.6.39/drivers/media/video/ |
D | v4l2-int-device.c | 87 sort(d->u.slave->ioctls, d->u.slave->num_ioctls, in v4l2_int_device_register() 117 const struct v4l2_int_ioctl_desc *first = slave->ioctls; in find_ioctl()
|
/linux-2.6.39/Documentation/dvb/ |
D | ci.txt | 69 eliminating the need for any additional ioctls. 73 array to/from the CI ioctls as defined in the Linux DVB API. No changes 118 regular ioctls. 120 All these ioctls are also valid for the High level CI interface 164 using the CA_GET_MSG and CA_SEND_MSG ioctls. An EN50221 style wrapper is
|
/linux-2.6.39/drivers/staging/generic_serial/rio/ |
D | rioioctl.h | 47 unsigned long ioctls; member
|
D | port.h | 153 unsigned long ioctls; /* ioctl count */ member
|
/linux-2.6.39/drivers/staging/winbond/ |
D | TODO | 6 - remove unused ioctls
|
/linux-2.6.39/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 9 * add audio ioctls. 58 * Implement CDROMREADMODE1/2 ioctls. 117 * -- CDROMGETSPINDOWN and CDROMSETSPINDOWN ioctls, based on 121 * ioctls, based on patch by Erik Andersen 126 * ioctls in favor of a generalized approach 220 * 4.55 Sep 1, 1999 - Eliminated the rest of the audio ioctls, except 227 * - Moved all the CDROMREADx ioctls to the Uniform layer.
|
/linux-2.6.39/drivers/gpu/drm/savage/ |
D | savage_drv.c | 45 .ioctls = savage_ioctls,
|
/linux-2.6.39/drivers/gpu/drm/i810/ |
D | i810_drv.c | 55 .ioctls = i810_ioctls,
|
/linux-2.6.39/drivers/gpu/drm/via/ |
D | via_drv.c | 54 .ioctls = via_ioctls,
|
/linux-2.6.39/drivers/gpu/drm/r128/ |
D | r128_drv.c | 59 .ioctls = r128_ioctls,
|
/linux-2.6.39/Documentation/scsi/ |
D | hpsa.txt | 99 HPSA specific ioctls: 103 not all of the ioctls supported by the cciss driver are also supported by the 111 The above three ioctls all do exactly the same thing, which is to cause the driver
|
D | dpti.txt | 55 * Enabled hba reset from ioctls (allows a FW flash to reboot and use the new 79 * in the ioctls. They are written to be portable. They are hard to read, but I need
|
/linux-2.6.39/drivers/gpu/drm/sis/ |
D | sis_drv.c | 74 .ioctls = sis_ioctls,
|
/linux-2.6.39/drivers/gpu/drm/mga/ |
D | mga_drv.c | 63 .ioctls = mga_ioctls,
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | Kbuild | 11 header-y += ioctls.h
|
/linux-2.6.39/include/asm-generic/ |
D | Kbuild | 9 header-y += ioctls.h
|
D | Kbuild.asm | 22 header-y += ioctls.h
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 225 .ioctls = radeon_ioctls, 327 .ioctls = radeon_ioctls_kms,
|
/linux-2.6.39/Documentation/kvm/ |
D | api.txt | 6 The kvm API is a set of ioctls that are issued to control various aspects 7 of a virtual machine. The ioctls belong to three classes 9 - System ioctls: These query and set global attributes which affect the 13 - VM ioctls: These query and set attributes that affect an entire virtual 17 Only run VM ioctls from the same process (address space) that was used 20 - vcpu ioctls: These query and set attributes that control the operation 23 Only run vcpu ioctls from the same thread that was used to create the 30 can be used to issue system ioctls. A KVM_CREATE_VM ioctl on this 32 ioctls. A KVM_CREATE_VCPU ioctl on a VM fd will create a virtual cpu 33 and return a file descriptor pointing to it. Finally, ioctls on a vcpu [all …]
|
/linux-2.6.39/drivers/staging/vme/devices/ |
D | vme_user.c | 108 unsigned long ioctls; member 158 statistics.ioctls = 0; in reset_counters() 461 statistics.ioctls++; in vme_user_ioctl()
|
/linux-2.6.39/drivers/message/i2o/ |
D | Kconfig | 70 bool "Enable ioctls (OBSOLETE)" 74 Enables old ioctls.
|
/linux-2.6.39/include/media/ |
D | v4l2-int-device.h | 67 struct v4l2_int_ioctl_desc *ioctls; member
|