Lines Matching refs:device
60 struct device dev;
683 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
692 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show()
701 static ssize_t index_show(struct device *dev, struct device_attribute *attr, in index_show()
710 static ssize_t persistent_show(struct device *dev, in persistent_show()
719 static ssize_t hard_show(struct device *dev, struct device_attribute *attr, in hard_show()
728 static ssize_t soft_show(struct device *dev, struct device_attribute *attr, in soft_show()
736 static ssize_t soft_store(struct device *dev, struct device_attribute *attr, in soft_store()
761 static ssize_t hard_block_reasons_show(struct device *dev, in hard_block_reasons_show()
781 static ssize_t state_show(struct device *dev, struct device_attribute *attr, in state_show()
789 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store()
828 static void rfkill_release(struct device *dev) in rfkill_release()
835 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent()
891 static int rfkill_suspend(struct device *dev) in rfkill_suspend()
901 static int rfkill_resume(struct device *dev) in rfkill_resume()
952 struct device *parent, in rfkill_alloc()
958 struct device *dev; in rfkill_alloc()
1037 struct device *dev; in rfkill_register()