Searched refs:custom_dev (Results 1 – 1 of 1) sorted by relevance
52 struct miscdevice custom_dev; member648 struct hid_sensor_custom, custom_dev); in hid_sensor_custom_read()678 struct hid_sensor_custom, custom_dev); in hid_sensor_custom_release()690 struct hid_sensor_custom, custom_dev); in hid_sensor_custom_open()705 struct hid_sensor_custom, custom_dev); in hid_sensor_custom_poll()734 sensor_inst->custom_dev.minor = MISC_DYNAMIC_MINOR; in hid_sensor_custom_dev_if_add()735 sensor_inst->custom_dev.name = dev_name(&sensor_inst->pdev->dev); in hid_sensor_custom_dev_if_add()736 sensor_inst->custom_dev.fops = &hid_sensor_custom_fops, in hid_sensor_custom_dev_if_add()737 ret = misc_register(&sensor_inst->custom_dev); in hid_sensor_custom_dev_if_add()749 misc_deregister(&sensor_inst->custom_dev); in hid_sensor_custom_dev_if_remove()