sel3350_data
struct sel3350_data *sel3350;
sel3350 = devm_kzalloc(&pdev->dev, sizeof(struct sel3350_data), GFP_KERNEL);
struct sel3350_data *sel3350 = platform_get_drvdata(pdev);