Home
last modified time | relevance | path

Searched refs:psdev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/xen/xen-pciback/
H A Dpci_stub.c78 struct pcistub_device *psdev; in pcistub_device_alloc() local
82 psdev = kzalloc(sizeof(*psdev), GFP_KERNEL); in pcistub_device_alloc()
83 if (!psdev) in pcistub_device_alloc()
86 psdev->dev = pci_dev_get(dev); in pcistub_device_alloc()
87 if (!psdev->dev) { in pcistub_device_alloc()
88 kfree(psdev); in pcistub_device_alloc()
92 kref_init(&psdev->kref); in pcistub_device_alloc()
93 spin_lock_init(&psdev->lock); in pcistub_device_alloc()
95 psdev in pcistub_device_alloc()
114 struct pcistub_device *psdev; pcistub_device_release() local
166 pcistub_device_get(struct pcistub_device * psdev) pcistub_device_get() argument
171 pcistub_device_put(struct pcistub_device * psdev) pcistub_device_put() argument
179 struct pcistub_device *psdev; pcistub_device_find_locked() local
197 struct pcistub_device *psdev; pcistub_device_find() local
211 pcistub_device_get_pci_dev(struct xen_pcibk_device * pdev,struct pcistub_device * psdev) pcistub_device_get_pci_dev() argument
232 struct pcistub_device *psdev; pcistub_get_gsi_from_sbdf() local
251 struct pcistub_device *psdev; pcistub_get_pci_dev_by_slot() local
278 struct pcistub_device *psdev, *found_psdev = NULL; pcistub_put_pci_dev() local
374 pcistub_init_device(struct pcistub_device * psdev) pcistub_init_device() argument
495 struct pcistub_device *psdev; pcistub_init_devices_late() local
562 struct pcistub_device *psdev; pcistub_seize() local
647 struct pcistub_device *psdev, *found_psdev = NULL; pcistub_remove() local
705 kill_domain_by_device(struct pcistub_device * psdev) kill_domain_by_device() argument
738 common_process(struct pcistub_device * psdev,pci_channel_state_t state,int aer_cmd,pci_ers_result_t result) common_process() argument
816 struct pcistub_device *psdev; xen_pcibk_slot_reset() local
873 struct pcistub_device *psdev; xen_pcibk_mmio_enabled() local
930 struct pcistub_device *psdev; xen_pcibk_error_detected() local
985 struct pcistub_device *psdev; xen_pcibk_error_resume() local
1178 struct pcistub_device *psdev; pcistub_reg_add() local
1278 struct pcistub_device *psdev; irq_handlers_show() local
1308 struct pcistub_device *psdev; irq_handler_state_store() local
1414 struct pcistub_device *psdev; permissive_store() local
1451 struct pcistub_device *psdev; permissive_show() local
1478 struct pcistub_device *psdev; allow_interrupt_control_store() local
1509 struct pcistub_device *psdev; allow_interrupt_control_show() local
1669 struct pcistub_device *psdev = NULL; find_vfs() local
1700 struct pcistub_device *psdev = find_vfs(pdev); pci_stub_notifier() local
[all...]
/linux/fs/coda/
H A DMakefile8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c911 struct scsi_device *psdev; in arcmsr_message_isr_bh_fn() local
972 psdev = scsi_device_lookup(acb->host, in arcmsr_message_isr_bh_fn()
974 if (psdev != NULL) { in arcmsr_message_isr_bh_fn()
975 scsi_remove_device(psdev); in arcmsr_message_isr_bh_fn()
976 scsi_device_put(psdev); in arcmsr_message_isr_bh_fn()
1647 struct scsi_device *psdev; in arcmsr_remove_scsi_devices() local
1664 psdev = scsi_device_lookup(acb->host, in arcmsr_remove_scsi_devices()
1666 if (psdev != NULL) { in arcmsr_remove_scsi_devices()
1667 scsi_remove_device(psdev); in arcmsr_remove_scsi_devices()
1668 scsi_device_put(psdev); in arcmsr_remove_scsi_devices()
[all...]