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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.c1491 static long dv1394_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
2105 .unlocked_ioctl = dv1394_ioctl,
2415 if (file->f_op->unlocked_ioctl != dv1394_ioctl)
2431 ret = dv1394_ioctl(file, DV1394_IOC_INIT, (unsigned long)&dv);
2444 if (file->f_op->unlocked_ioctl != dv1394_ioctl)
2449 ret = dv1394_ioctl(file, DV1394_IOC_GET_STATUS, (unsigned long)&dv);
2483 return dv1394_ioctl(file, cmd, arg);

Completed in 51 milliseconds