#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
#include <asm/errno.h>
Go to the source code of this file.
of_device_uevent - Display OF related uevent information
Definition at line 131 of file device.c.
of_match_device - Tell if a struct device matches an of_device_id list : array of of device match structures to search in : the of device structure to match against
Used by a driver to check whether an platform_device present in the system is in its list of supported devices.
Definition at line 20 of file device.c.