Searched defs:plf (Results 1 - 2 of 2) sorted by relevance

/drivers/mfd/
H A Dab8500-i2c.c51 static int __devinit ab8500_i2c_probe(struct platform_device *plf) argument
53 const struct platform_device_id *platid = platform_get_device_id(plf);
62 ab8500->dev = &plf->dev;
64 resource = platform_get_resource(plf, IORESOURCE_IRQ, 0);
76 platform_set_drvdata(plf, ab8500);
86 static int __devexit ab8500_i2c_remove(struct platform_device *plf) argument
88 struct ab8500 *ab8500 = platform_get_drvdata(plf);
H A Dab8500-debugfs.c555 static int __devinit ab8500_debug_probe(struct platform_device *plf) argument
565 S_IRUGO, ab8500_dir, &plf->dev, &ab8500_registers_fops);
570 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev, &ab8500_bank_fops);
575 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev,
581 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev, &ab8500_val_fops);
596 dev_err(&plf->dev, "failed to create debugfs entries.\n");
600 static int __devexit ab8500_debug_remove(struct platform_device *plf) argument

Completed in 69 milliseconds