Searched refs:sdev_dev (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/scsi/ufs/ |
D | ufshpb.c | 207 dev_dbg(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_iterate_rgn() 251 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_test_ppn_dirty() 302 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_fill_ppn_from_page() 367 dev_notice(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_prep() 489 dev_info(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_get_map_req() 538 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_clear_dirty_bitmap() 601 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_activate_subregion() 611 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_activate_subregion() 702 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_execute_map_req() 876 dev_err(&hpb->sdev_ufs_lu->sdev_dev, in ufshpb_victim_lru_info() [all …]
|
/Linux-v5.15/drivers/scsi/ |
D | scsi_sysfs.c | 1373 device_enable_async_suspend(&sdev->sdev_dev); in scsi_sysfs_add_sdev() 1374 error = device_add(&sdev->sdev_dev); in scsi_sysfs_add_sdev() 1460 device_unregister(&sdev->sdev_dev); in __scsi_remove_device() 1464 put_device(&sdev->sdev_dev); in __scsi_remove_device() 1631 device_initialize(&sdev->sdev_dev); in scsi_sysfs_device_initialize() 1632 sdev->sdev_dev.parent = get_device(&sdev->sdev_gendev); in scsi_sysfs_device_initialize() 1633 sdev->sdev_dev.class = &sdev_class; in scsi_sysfs_device_initialize() 1634 dev_set_name(&sdev->sdev_dev, "%d:%d:%d:%llu", in scsi_sysfs_device_initialize()
|
/Linux-v5.15/include/scsi/ |
D | scsi_device.h | 227 sdev_dev; member 252 container_of(d, struct scsi_device, sdev_dev)
|