st_rc_device
static int st_rc_hardware_init(struct st_rc_device *dev)
struct st_rc_device *rc_dev = platform_get_drvdata(pdev);
struct st_rc_device *dev = rdev->priv;
struct st_rc_device *dev = rdev->priv;
struct st_rc_device *rc_dev;
rc_dev = devm_kzalloc(dev, sizeof(struct st_rc_device), GFP_KERNEL);
struct st_rc_device *rc_dev = dev_get_drvdata(dev);
struct st_rc_device *rc_dev = dev_get_drvdata(dev);
struct st_rc_device *dev = data;