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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c1490 static long dv1394_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
2107 .unlocked_ioctl = dv1394_ioctl,
2418 if (file->f_op->unlocked_ioctl != dv1394_ioctl)
2434 ret = dv1394_ioctl(file, DV1394_IOC_INIT, (unsigned long)&dv);
2447 if (file->f_op->unlocked_ioctl != dv1394_ioctl)
2452 ret = dv1394_ioctl(file, DV1394_IOC_GET_STATUS, (unsigned long)&dv);
2486 return dv1394_ioctl(file, cmd, arg);

Completed in 58 milliseconds