Lines Matching refs:shost_dev
201 device_unregister(&shost->shost_dev);
278 device_enable_async_suspend(&shost->shost_dev);
281 error = device_add(&shost->shost_dev);
320 device_del(&shost->shost_dev);
324 * ->shost_dev.
326 put_device(&shost->shost_dev);
356 * Free the shost_dev device name here if scsi_host_alloc()
359 * This avoids that the memory allocated for the shost_dev
362 kfree(dev_name(&shost->shost_dev));
498 device_initialize(&shost->shost_dev);
499 shost->shost_dev.parent = &shost->shost_gendev;
500 shost->shost_dev.class = &shost_class;
501 dev_set_name(&shost->shost_dev, "host%d", shost->host_no);
502 shost->shost_dev.groups = sht->shost_groups;
529 * dev_name(&shost->shost_dev).