Home
last modified time | relevance | path

Searched refs:pmf_device (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c539 struct pmf_device { struct
553 struct pmf_device *dev = container_of(kref, struct pmf_device, ref); in pmf_release_device() argument
557 static inline void pmf_put_device(struct pmf_device *dev) in pmf_put_device()
562 static inline struct pmf_device *pmf_get_device(struct pmf_device *dev) in pmf_get_device()
568 static inline struct pmf_device *pmf_find_device(struct device_node *np) in pmf_find_device()
570 struct pmf_device *dev; in pmf_find_device()
636 static int pmf_add_function_prop(struct pmf_device *dev, void *driverdata, in pmf_add_function_prop()
681 static int pmf_add_functions(struct pmf_device *dev, void *driverdata) in pmf_add_functions()
705 struct pmf_device *dev; in pmf_register_driver()
782 struct pmf_device *dev; in pmf_unregister_driver()
[all …]
/linux/arch/powerpc/include/asm/
H A Dpmac_pfunc.h122 struct pmf_device;
133 struct pmf_device *dev;
/linux/drivers/platform/x86/amd/pmf/
H A Dcore.c64 static struct device *pmf_device; variable
381 if (!pmf_device) in amd_pmf_get_npu_data()
384 pdev = dev_get_drvdata(pmf_device); in amd_pmf_get_npu_data()
635 pmf_device = dev->dev; in amd_pmf_probe()