Lines Matching defs:dev

185 store_scan(struct device *dev, struct device_attribute *attr,  in store_scan()
199 store_shost_state(struct device *dev, struct device_attribute *attr, in store_shost_state()
223 show_shost_state(struct device *dev, struct device_attribute *attr, char *buf) in show_shost_state()
255 show_shost_supported_mode(struct device *dev, struct device_attribute *attr, in show_shost_supported_mode()
271 show_shost_active_mode(struct device *dev, in show_shost_active_mode()
295 store_host_reset(struct device *dev, struct device_attribute *attr, in store_host_reset()
321 show_shost_eh_deadline(struct device *dev, in show_shost_eh_deadline()
332 store_shost_eh_deadline(struct device *dev, struct device_attribute *attr, in store_shost_eh_deadline()
382 show_host_busy(struct device *dev, struct device_attribute *attr, char *buf) in show_host_busy()
390 show_use_blk_mq(struct device *dev, struct device_attribute *attr, char *buf) in show_use_blk_mq()
397 show_nr_hw_queues(struct device *dev, struct device_attribute *attr, char *buf) in show_nr_hw_queues()
444 static void scsi_device_dev_release(struct device *dev) in scsi_device_dev_release()
526 static int scsi_bus_match(struct device *dev, struct device_driver *gendrv) in scsi_bus_match()
539 static int scsi_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in scsi_bus_uevent()
676 sdev_show_device_busy(struct device *dev, struct device_attribute *attr, in sdev_show_device_busy()
685 sdev_show_device_blocked(struct device *dev, struct device_attribute *attr, in sdev_show_device_blocked()
697 sdev_show_timeout (struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_timeout()
705 sdev_store_timeout (struct device *dev, struct device_attribute *attr, in sdev_store_timeout()
718 sdev_show_eh_timeout(struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_eh_timeout()
726 sdev_store_eh_timeout(struct device *dev, struct device_attribute *attr, in sdev_store_eh_timeout()
747 store_rescan_field (struct device *dev, struct device_attribute *attr, in store_rescan_field()
756 sdev_store_delete(struct device *dev, struct device_attribute *attr, in sdev_store_delete()
791 store_state_field(struct device *dev, struct device_attribute *attr, in store_state_field()
850 show_state_field(struct device *dev, struct device_attribute *attr, char *buf) in show_state_field()
864 show_queue_type_field(struct device *dev, struct device_attribute *attr, in show_queue_type_field()
877 store_queue_type_field(struct device *dev, struct device_attribute *attr, in store_queue_type_field()
930 struct device *dev = kobj_to_dev(kobj); in show_inquiry() local
950 show_iostat_counterbits(struct device *dev, struct device_attribute *attr, in show_iostat_counterbits()
975 sdev_show_modalias(struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_modalias()
1053 sdev_show_wwid(struct device *dev, struct device_attribute *attr, in sdev_show_wwid()
1076 sdev_show_blacklist(struct device *dev, struct device_attribute *attr, in sdev_show_blacklist()
1106 sdev_show_dh_state(struct device *dev, struct device_attribute *attr, in sdev_show_dh_state()
1118 sdev_store_dh_state(struct device *dev, struct device_attribute *attr, in sdev_store_dh_state()
1158 sdev_show_access_state(struct device *dev, in sdev_show_access_state()
1178 sdev_show_preferred_path(struct device *dev, in sdev_show_preferred_path()
1196 sdev_show_queue_ramp_up_period(struct device *dev, in sdev_show_queue_ramp_up_period()
1207 sdev_store_queue_ramp_up_period(struct device *dev, in sdev_store_queue_ramp_up_period()
1225 static ssize_t sdev_show_cdl_enable(struct device *dev, in sdev_show_cdl_enable()
1233 static ssize_t sdev_store_cdl_enable(struct device *dev, in sdev_store_cdl_enable()
1255 struct device *dev = kobj_to_dev(kobj); in scsi_sdev_attr_is_visible() local
1273 struct device *dev = kobj_to_dev(kobj); in scsi_sdev_bin_attr_is_visible() local
1452 struct device *dev = &sdev->sdev_gendev; in __scsi_remove_device() local
1573 void scsi_remove_target(struct device *dev) in scsi_remove_target()
1681 int scsi_is_sdev_device(const struct device *dev) in scsi_is_sdev_device()