Searched refs:f71882fg_pdev (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | f71882fg.c | 236 static struct platform_device *f71882fg_pdev; variable 2723 f71882fg_pdev = platform_device_alloc(DRVNAME, address); in f71882fg_device_add() 2724 if (!f71882fg_pdev) in f71882fg_device_add() 2727 res.name = f71882fg_pdev->name; in f71882fg_device_add() 2732 err = platform_device_add_resources(f71882fg_pdev, &res, 1); in f71882fg_device_add() 2738 err = platform_device_add_data(f71882fg_pdev, sio_data, in f71882fg_device_add() 2745 err = platform_device_add(f71882fg_pdev); in f71882fg_device_add() 2754 platform_device_put(f71882fg_pdev); in f71882fg_device_add() 2790 platform_device_unregister(f71882fg_pdev); in f71882fg_exit()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | f71882fg.c | 238 static struct platform_device *f71882fg_pdev; variable 2621 f71882fg_pdev = platform_device_alloc(DRVNAME, address); in f71882fg_device_add() 2622 if (!f71882fg_pdev) in f71882fg_device_add() 2625 res.name = f71882fg_pdev->name; in f71882fg_device_add() 2630 err = platform_device_add_resources(f71882fg_pdev, &res, 1); in f71882fg_device_add() 2636 err = platform_device_add_data(f71882fg_pdev, sio_data, in f71882fg_device_add() 2643 err = platform_device_add(f71882fg_pdev); in f71882fg_device_add() 2652 platform_device_put(f71882fg_pdev); in f71882fg_device_add() 2696 platform_device_unregister(f71882fg_pdev); in f71882fg_exit()
|
Completed in 7 milliseconds