Lines Matching defs:cdev

50  * @cdev: pointer to embedded class device
56 static ssize_t pm8001_ctl_mpi_interface_rev_show(struct device *cdev,
59 struct Scsi_Host *shost = class_to_shost(cdev);
76 * @cdev: pointer to embedded class device
82 static ssize_t controller_fatal_error_show(struct device *cdev,
85 struct Scsi_Host *shost = class_to_shost(cdev);
96 * @cdev: pointer to embedded class device
102 static ssize_t pm8001_ctl_fw_version_show(struct device *cdev,
105 struct Scsi_Host *shost = class_to_shost(cdev);
127 * @cdev: pointer to embedded class device
133 static ssize_t pm8001_ctl_ila_version_show(struct device *cdev,
136 struct Scsi_Host *shost = class_to_shost(cdev);
153 * @cdev: pointer to embedded class device
159 static ssize_t pm8001_ctl_inactive_fw_version_show(struct device *cdev,
162 struct Scsi_Host *shost = class_to_shost(cdev);
180 * @cdev: pointer to embedded class device
186 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev,
189 struct Scsi_Host *shost = class_to_shost(cdev);
204 * @cdev: pointer to embedded class device
210 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev,
213 struct Scsi_Host *shost = class_to_shost(cdev);
229 * @cdev: pointer to embedded class device
235 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev,
238 struct Scsi_Host *shost = class_to_shost(cdev);
272 * @cdev: pointer to embedded class device
278 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev,
282 struct Scsi_Host *shost = class_to_shost(cdev);
300 * @cdev: pointer to embedded class device
308 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev,
311 struct Scsi_Host *shost = class_to_shost(cdev);
322 * @cdev: pointer to embedded class device
328 static ssize_t pm8001_ctl_logging_level_show(struct device *cdev,
331 struct Scsi_Host *shost = class_to_shost(cdev);
338 static ssize_t pm8001_ctl_logging_level_store(struct device *cdev,
341 struct Scsi_Host *shost = class_to_shost(cdev);
357 * @cdev: pointer to embedded class device
363 static ssize_t pm8001_ctl_aap_log_show(struct device *cdev,
366 struct Scsi_Host *shost = class_to_shost(cdev);
392 * @cdev:pointer to embedded class device
398 static ssize_t pm8001_ctl_ib_queue_log_show(struct device *cdev,
401 struct Scsi_Host *shost = class_to_shost(cdev);
428 * @cdev:pointer to embedded class device
435 static ssize_t pm8001_ctl_ob_queue_log_show(struct device *cdev,
438 struct Scsi_Host *shost = class_to_shost(cdev);
464 * @cdev:pointer to embedded class device
470 static ssize_t pm8001_ctl_bios_version_show(struct device *cdev,
473 struct Scsi_Host *shost = class_to_shost(cdev);
503 * @cdev: pointer to embedded class device
509 static ssize_t event_log_size_show(struct device *cdev,
512 struct Scsi_Host *shost = class_to_shost(cdev);
522 * @cdev: pointer to embedded class device
528 static ssize_t pm8001_ctl_iop_log_show(struct device *cdev,
531 struct Scsi_Host *shost = class_to_shost(cdev);
560 * @cdev:pointer to embedded class device
567 static ssize_t pm8001_ctl_fatal_log_show(struct device *cdev,
572 count = pm80xx_get_fatal_dump(cdev, attr, buf);
580 * @cdev:pointer to embedded class device
586 static ssize_t non_fatal_log_show(struct device *cdev,
591 count = pm80xx_get_non_fatal_dump(cdev, attr, buf);
596 static ssize_t non_fatal_count_show(struct device *cdev,
599 struct Scsi_Host *shost = class_to_shost(cdev);
607 static ssize_t non_fatal_count_store(struct device *cdev,
610 struct Scsi_Host *shost = class_to_shost(cdev);
625 * @cdev:pointer to embedded class device
631 static ssize_t pm8001_ctl_gsm_log_show(struct device *cdev,
636 count = pm8001_get_gsm_dump(cdev, SYSFS_OFFSET, buf);
792 static ssize_t pm8001_store_update_fw(struct device *cdev,
796 struct Scsi_Host *shost = class_to_shost(cdev);
868 static ssize_t pm8001_show_update_fw(struct device *cdev,
872 struct Scsi_Host *shost = class_to_shost(cdev);
899 * @cdev: pointer to embedded class device
905 static ssize_t ctl_mpi_state_show(struct device *cdev,
908 struct Scsi_Host *shost = class_to_shost(cdev);
920 * @cdev: pointer to embedded class device
926 static ssize_t ctl_hmi_error_show(struct device *cdev,
929 struct Scsi_Host *shost = class_to_shost(cdev);
941 * @cdev: pointer to embedded class device
947 static ssize_t ctl_raae_count_show(struct device *cdev,
950 struct Scsi_Host *shost = class_to_shost(cdev);
962 * @cdev: pointer to embedded class device
968 static ssize_t ctl_iop0_count_show(struct device *cdev,
971 struct Scsi_Host *shost = class_to_shost(cdev);
983 * @cdev: pointer to embedded class device
989 static ssize_t ctl_iop1_count_show(struct device *cdev,
992 struct Scsi_Host *shost = class_to_shost(cdev);