Lines Matching refs:device
86 static struct device mdpy_dev;
153 struct device *dev = mdev_dev(mdev_state->mdev); in handle_pci_cfg_write()
179 struct device *dev = mdev_dev(mdev); in mdev_access()
232 struct device *dev = mdev_dev(mdev); in mdpy_create()
278 struct device *dev = mdev_dev(mdev); in mdpy_remove()
639 resolution_show(struct device *dev, struct device_attribute *attr, in resolution_show()
667 name_show(struct kobject *kobj, struct device *dev, char *buf) in name_show()
674 description_show(struct kobject *kobj, struct device *dev, char *buf) in description_show()
685 available_instances_show(struct kobject *kobj, struct device *dev, char *buf) in available_instances_show()
691 static ssize_t device_api_show(struct kobject *kobj, struct device *dev, in device_api_show()
746 static void mdpy_device_release(struct device *dev) in mdpy_device_release()