Searched refs:ioctl_code (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusbdevice_fs.h113 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbdevfs_ioctl
146 s32 ioctl_code; member in struct:usbdevfs_ioctl32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.h224 u32 ioctl_code; /* operation control code */ member in struct:hpt_ioctl_u
384 __le32 ioctl_code; member in struct:hpt_iop_request_ioctl_command
446 u32 ioctl_code; member in struct:hpt_ioctl_k
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c1325 if ((size = _IOC_SIZE (ctl->ioctl_code)) > 0) {
1328 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) {
1347 else switch (ctl->ioctl_code) {
1373 retval = driver->ioctl (intf, ctl->ioctl_code, buf);
1381 && (_IOC_DIR (ctl->ioctl_code) & _IOC_READ) != 0
1408 get_user(ctrl.ioctl_code, &uioc->ioctl_code) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c489 uint32 ioctl_code = (device << 16) + function; local
494 DEBUG(4, ("Received IOCTL (code 0x%x)\n", ioctl_code));
496 switch (ioctl_code) {
511 switch (ioctl_code) {

Completed in 76 milliseconds