Lines Matching refs:device
61 struct device dev;
691 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
700 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show()
709 static ssize_t index_show(struct device *dev, struct device_attribute *attr, in index_show()
718 static ssize_t persistent_show(struct device *dev, in persistent_show()
727 static ssize_t hard_show(struct device *dev, struct device_attribute *attr, in hard_show()
736 static ssize_t soft_show(struct device *dev, struct device_attribute *attr, in soft_show()
748 static ssize_t soft_store(struct device *dev, struct device_attribute *attr, in soft_store()
774 static ssize_t hard_block_reasons_show(struct device *dev, in hard_block_reasons_show()
794 static ssize_t state_show(struct device *dev, struct device_attribute *attr, in state_show()
806 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store()
846 static void rfkill_release(struct device *dev) in rfkill_release()
853 static int rfkill_dev_uevent(const struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent()
909 static int rfkill_suspend(struct device *dev) in rfkill_suspend()
919 static int rfkill_resume(struct device *dev) in rfkill_resume()
982 struct device *parent, in rfkill_alloc()
988 struct device *dev; in rfkill_alloc()
1063 struct device *dev; in rfkill_register()