Searched refs:custom_dev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-sensor-custom.c52 struct miscdevice custom_dev; member in struct:hid_sensor_custom
648 struct hid_sensor_custom, custom_dev);
678 struct hid_sensor_custom, custom_dev);
690 struct hid_sensor_custom, custom_dev);
705 struct hid_sensor_custom, custom_dev);
734 sensor_inst->custom_dev.minor = MISC_DYNAMIC_MINOR;
735 sensor_inst->custom_dev.name = dev_name(&sensor_inst->pdev->dev);
736 sensor_inst->custom_dev.fops = &hid_sensor_custom_fops,
737 ret = misc_register(&sensor_inst->custom_dev);
749 misc_deregister(&sensor_inst->custom_dev);
[all...]

Completed in 145 milliseconds