Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion.c60 long (*custom_ioctl)(struct ion_client *client, unsigned int cmd, member
1378 if (!dev->custom_ioctl) in ion_ioctl()
1380 ret = dev->custom_ioctl(client, data.custom.cmd, in ion_ioctl()
1615 struct ion_device *ion_device_create(long (*custom_ioctl) in ion_device_create()
1655 idev->custom_ioctl = custom_ioctl; in ion_device_create()
Dion_priv.h211 struct ion_device *ion_device_create(long (*custom_ioctl)