Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsensor-dev.h316 #define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *) macro
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c1171 ret = file->f_op->unlocked_ioctl(file, LIGHTSENSOR_IOCTL_ENABLE, (unsigned long)arg64); in light_dev_compat_ioctl()
1216 case LIGHTSENSOR_IOCTL_ENABLE: in light_dev_ioctl()