Searched refs:_d (Results 1 – 7 of 7) sorted by relevance
/drivers/virtio/ |
D | virtio.c | 8 static ssize_t device_show(struct device *_d, in device_show() argument 11 struct virtio_device *dev = container_of(_d,struct virtio_device,dev); in device_show() 14 static ssize_t vendor_show(struct device *_d, in vendor_show() argument 17 struct virtio_device *dev = container_of(_d,struct virtio_device,dev); in vendor_show() 20 static ssize_t status_show(struct device *_d, in status_show() argument 23 struct virtio_device *dev = container_of(_d,struct virtio_device,dev); in status_show() 26 static ssize_t modalias_show(struct device *_d, in modalias_show() argument 29 struct virtio_device *dev = container_of(_d,struct virtio_device,dev); in modalias_show() 93 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe() argument 96 struct virtio_device *dev = container_of(_d,struct virtio_device,dev); in virtio_dev_probe() [all …]
|
D | virtio_pci.c | 307 static void virtio_pci_release_dev(struct device *_d) in virtio_pci_release_dev() argument 309 struct virtio_device *dev = container_of(_d, struct virtio_device, dev); in virtio_pci_release_dev()
|
/drivers/dma/ |
D | dmaengine.c | 495 struct dma_device *device, *_d; in __dma_request_channel() local 501 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in __dma_request_channel() 550 struct dma_device *device, *_d; in dmaengine_get() local 558 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_get()
|
/drivers/staging/rt2870/ |
D | rt_linux.h | 886 #define NdisWriteErrorLogEntry(_a, _b, _c, _d) argument 887 #define NdisMAllocateMapRegisters(_a, _b, _c, _d, _e) NDIS_STATUS_SUCCESS argument
|
/drivers/staging/rt2860/ |
D | rt_linux.h | 888 #define NdisWriteErrorLogEntry(_a, _b, _c, _d) argument 889 #define NdisMAllocateMapRegisters(_a, _b, _c, _d, _e) NDIS_STATUS_SUCCESS argument
|
/drivers/scsi/ |
D | Makefile | 178 $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $<
|
/drivers/usb/gadget/ |
D | pxa25x_udc.c | 1027 udc_seq_show(struct seq_file *m, void *_d) in udc_seq_show() argument
|