Searched refs:custom_ioctl (Results 1 – 2 of 2) sorted by relevance
60 long (*custom_ioctl)(struct ion_client *client, unsigned int cmd, member1378 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()
211 struct ion_device *ion_device_create(long (*custom_ioctl)