Lines Matching refs:device
7 #include <linux/device.h>
29 struct device *dev;
48 * apr_send_pkt() - Send a apr message from apr device
50 * @adev: Pointer to previously registered apr device.
90 gpr_port_t *gpr_alloc_port(struct apr_device *gdev, struct device *dev,
154 static void apr_dev_release(struct device *dev)
341 static int apr_device_match(struct device *dev, struct device_driver *drv)
364 static int apr_device_probe(struct device *dev)
377 static void apr_device_remove(struct device *dev)
390 static int apr_uevent(const struct device *dev, struct kobj_uevent_env *env)
411 static int apr_add_device(struct device *dev, struct device_node *np,
484 static int of_apr_add_pd_lookups(struct device *dev)
517 static void of_register_apr_devices(struct device *dev, const char *svc_path)
566 static int apr_remove_device(struct device *dev, void *svc_path)
596 struct device *dev = &rpdev->dev;
669 * @drv:Client driver to be associated with client-device.