Lines Matching defs:dev

184 store_scan(struct device *dev, struct device_attribute *attr,  in store_scan()
198 store_shost_state(struct device *dev, struct device_attribute *attr, in store_shost_state()
222 show_shost_state(struct device *dev, struct device_attribute *attr, char *buf) in show_shost_state()
254 show_shost_supported_mode(struct device *dev, struct device_attribute *attr, in show_shost_supported_mode()
270 show_shost_active_mode(struct device *dev, in show_shost_active_mode()
294 store_host_reset(struct device *dev, struct device_attribute *attr, in store_host_reset()
320 show_shost_eh_deadline(struct device *dev, in show_shost_eh_deadline()
331 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()
510 static void scsi_device_dev_release(struct device *dev) in scsi_device_dev_release()
528 static int scsi_bus_match(struct device *dev, struct device_driver *gendrv) in scsi_bus_match()
541 static int scsi_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in scsi_bus_uevent()
678 sdev_show_device_busy(struct device *dev, struct device_attribute *attr, in sdev_show_device_busy()
687 sdev_show_device_blocked(struct device *dev, struct device_attribute *attr, in sdev_show_device_blocked()
699 sdev_show_timeout (struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_timeout()
707 sdev_store_timeout (struct device *dev, struct device_attribute *attr, in sdev_store_timeout()
720 sdev_show_eh_timeout(struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_eh_timeout()
728 sdev_store_eh_timeout(struct device *dev, struct device_attribute *attr, in sdev_store_eh_timeout()
749 store_rescan_field (struct device *dev, struct device_attribute *attr, in store_rescan_field()
758 sdev_store_delete(struct device *dev, struct device_attribute *attr, in sdev_store_delete()
793 store_state_field(struct device *dev, struct device_attribute *attr, in store_state_field()
852 show_state_field(struct device *dev, struct device_attribute *attr, char *buf) in show_state_field()
866 show_queue_type_field(struct device *dev, struct device_attribute *attr, in show_queue_type_field()
879 store_queue_type_field(struct device *dev, struct device_attribute *attr, in store_queue_type_field()
929 struct device *dev = kobj_to_dev(kobj); in show_inquiry() local
949 show_iostat_counterbits(struct device *dev, struct device_attribute *attr, in show_iostat_counterbits()
973 sdev_show_modalias(struct device *dev, struct device_attribute *attr, char *buf) in sdev_show_modalias()
1051 sdev_show_wwid(struct device *dev, struct device_attribute *attr, in sdev_show_wwid()
1074 sdev_show_blacklist(struct device *dev, struct device_attribute *attr, in sdev_show_blacklist()
1104 sdev_show_dh_state(struct device *dev, struct device_attribute *attr, in sdev_show_dh_state()
1116 sdev_store_dh_state(struct device *dev, struct device_attribute *attr, in sdev_store_dh_state()
1156 sdev_show_access_state(struct device *dev, in sdev_show_access_state()
1176 sdev_show_preferred_path(struct device *dev, in sdev_show_preferred_path()
1194 sdev_show_queue_ramp_up_period(struct device *dev, in sdev_show_queue_ramp_up_period()
1205 sdev_store_queue_ramp_up_period(struct device *dev, in sdev_store_queue_ramp_up_period()
1226 struct device *dev = kobj_to_dev(kobj); in scsi_sdev_attr_is_visible() local
1252 struct device *dev = kobj_to_dev(kobj); in scsi_sdev_bin_attr_is_visible() local
1430 struct device *dev = &sdev->sdev_gendev; in __scsi_remove_device() local
1553 void scsi_remove_target(struct device *dev) in scsi_remove_target()
1670 int scsi_is_sdev_device(const struct device *dev) in scsi_is_sdev_device()