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