Home
last modified time | relevance | path

Searched refs:ioctls (Results 1 – 25 of 90) sorted by relevance

1234

/linux-2.6.39/Documentation/serial/
Dserial-rs485.txt21 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/
DTODO7 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/
Dkvm.txt13 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/
Dv4l2-int-device.c87 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/
Dci.txt69 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/
Drioioctl.h47 unsigned long ioctls; member
Dport.h153 unsigned long ioctls; /* ioctl count */ member
/linux-2.6.39/drivers/staging/winbond/
DTODO6 - remove unused ioctls
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-cd.1994-20049 * 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/
Dsavage_drv.c45 .ioctls = savage_ioctls,
/linux-2.6.39/drivers/gpu/drm/i810/
Di810_drv.c55 .ioctls = i810_ioctls,
/linux-2.6.39/drivers/gpu/drm/via/
Dvia_drv.c54 .ioctls = via_ioctls,
/linux-2.6.39/drivers/gpu/drm/r128/
Dr128_drv.c59 .ioctls = r128_ioctls,
/linux-2.6.39/Documentation/scsi/
Dhpsa.txt99 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
Ddpti.txt55 * 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/
Dsis_drv.c74 .ioctls = sis_ioctls,
/linux-2.6.39/drivers/gpu/drm/mga/
Dmga_drv.c63 .ioctls = mga_ioctls,
/linux-2.6.39/arch/powerpc/include/asm/
DKbuild11 header-y += ioctls.h
/linux-2.6.39/include/asm-generic/
DKbuild9 header-y += ioctls.h
DKbuild.asm22 header-y += ioctls.h
/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_drv.c225 .ioctls = radeon_ioctls,
327 .ioctls = radeon_ioctls_kms,
/linux-2.6.39/Documentation/kvm/
Dapi.txt6 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/
Dvme_user.c108 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/
DKconfig70 bool "Enable ioctls (OBSOLETE)"
74 Enables old ioctls.
/linux-2.6.39/include/media/
Dv4l2-int-device.h67 struct v4l2_int_ioctl_desc *ioctls; member

1234