Home
last modified time | relevance | path

Searched refs:plf (Results 1 – 2 of 2) sorted by relevance

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