Lines Matching defs:custom_dev
52 struct miscdevice custom_dev;
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);