Lines Matching defs:cdev

49  * @cdev: pointer to embedded class device
55 static ssize_t pm8001_ctl_mpi_interface_rev_show(struct device *cdev,
58 struct Scsi_Host *shost = class_to_shost(cdev);
75 * @cdev: pointer to embedded class device
81 static ssize_t controller_fatal_error_show(struct device *cdev,
84 struct Scsi_Host *shost = class_to_shost(cdev);
95 * @cdev: pointer to embedded class device
101 static ssize_t pm8001_ctl_fw_version_show(struct device *cdev,
104 struct Scsi_Host *shost = class_to_shost(cdev);
126 * @cdev: pointer to embedded class device
132 static ssize_t pm8001_ctl_ila_version_show(struct device *cdev,
135 struct Scsi_Host *shost = class_to_shost(cdev);
152 * @cdev: pointer to embedded class device
158 static ssize_t pm8001_ctl_inactive_fw_version_show(struct device *cdev,
161 struct Scsi_Host *shost = class_to_shost(cdev);
179 * @cdev: pointer to embedded class device
185 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev,
188 struct Scsi_Host *shost = class_to_shost(cdev);
203 * @cdev: pointer to embedded class device
209 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev,
212 struct Scsi_Host *shost = class_to_shost(cdev);
230 * @cdev: pointer to embedded class device
236 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev,
239 struct Scsi_Host *shost = class_to_shost(cdev);
275 * @cdev: pointer to embedded class device
281 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev,
285 struct Scsi_Host *shost = class_to_shost(cdev);
303 * @cdev: pointer to embedded class device
311 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev,
314 struct Scsi_Host *shost = class_to_shost(cdev);
325 * @cdev: pointer to embedded class device
331 static ssize_t pm8001_ctl_logging_level_show(struct device *cdev,
334 struct Scsi_Host *shost = class_to_shost(cdev);
341 static ssize_t pm8001_ctl_logging_level_store(struct device *cdev,
344 struct Scsi_Host *shost = class_to_shost(cdev);
360 * @cdev: pointer to embedded class device
366 static ssize_t pm8001_ctl_aap_log_show(struct device *cdev,
369 struct Scsi_Host *shost = class_to_shost(cdev);
397 * @cdev:pointer to embedded class device
402 static ssize_t pm8001_ctl_ib_queue_log_show(struct device *cdev,
405 struct Scsi_Host *shost = class_to_shost(cdev);
431 * @cdev:pointer to embedded class device
437 static ssize_t pm8001_ctl_ob_queue_log_show(struct device *cdev,
440 struct Scsi_Host *shost = class_to_shost(cdev);
465 * @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
630 static ssize_t pm8001_ctl_gsm_log_show(struct device *cdev,
635 count = pm8001_get_gsm_dump(cdev, SYSFS_OFFSET, buf);
791 static ssize_t pm8001_store_update_fw(struct device *cdev,
795 struct Scsi_Host *shost = class_to_shost(cdev);
867 static ssize_t pm8001_show_update_fw(struct device *cdev,
871 struct Scsi_Host *shost = class_to_shost(cdev);