Home
last modified time | relevance | path

Searched refs:compass_dev_ioctl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/compass/
H A Dak8975.c425 static long compass_dev_ioctl(struct file *file, in compass_dev_ioctl() function
584 .unlocked_ioctl = compass_dev_ioctl,
H A Dak09911.c388 static long compass_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compass_dev_ioctl() function
605 .unlocked_ioctl = compass_dev_ioctl,
H A Dak09918.c399 static long compass_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compass_dev_ioctl() function
630 .unlocked_ioctl = compass_dev_ioctl,
H A Dak8963.c411 static long compass_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compass_dev_ioctl() function
652 .unlocked_ioctl = compass_dev_ioctl,
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c976 static long compass_dev_ioctl(struct file *file, in compass_dev_ioctl() function
1460 sensor->fops.unlocked_ioctl = compass_dev_ioctl; in sensor_misc_device_register()