Lines Matching defs:custom_dev
49 struct miscdevice custom_dev;
643 struct hid_sensor_custom, custom_dev);
673 struct hid_sensor_custom, custom_dev);
685 struct hid_sensor_custom, custom_dev);
700 struct hid_sensor_custom, custom_dev);
729 sensor_inst->custom_dev.minor = MISC_DYNAMIC_MINOR;
730 sensor_inst->custom_dev.name = dev_name(&sensor_inst->pdev->dev);
731 sensor_inst->custom_dev.fops = &hid_sensor_custom_fops,
732 ret = misc_register(&sensor_inst->custom_dev);
744 misc_deregister(&sensor_inst->custom_dev);