Home
last modified time | relevance | path

Searched refs:custom_ioctl (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/android/ion/
Dion.c59 long (*custom_ioctl)(struct ion_client *client, unsigned int cmd, member
1323 if (!dev->custom_ioctl) in ion_ioctl()
1325 ret = dev->custom_ioctl(client, data.custom.cmd, in ion_ioctl()
1563 struct ion_device *ion_device_create(long (*custom_ioctl) in ion_device_create()
1602 idev->custom_ioctl = custom_ioctl; in ion_device_create()
Dion_priv.h208 struct ion_device *ion_device_create(long (*custom_ioctl)