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

/linux-master/drivers/hid/
H A Dhid-sensor-custom.c56 struct platform_device *custom_pdev; member in struct:hid_sensor_custom
944 struct platform_device *custom_pdev; local
960 custom_pdev = platform_device_register_data(pdev->dev.parent, dev_name,
964 return custom_pdev;
989 sensor_inst->custom_pdev =
992 ret = PTR_ERR_OR_ZERO(sensor_inst->custom_pdev);
1040 if (sensor_inst->custom_pdev) {
1041 platform_device_unregister(sensor_inst->custom_pdev);

Completed in 83 milliseconds