/linux/drivers/virtio/ |
A D | virtio.c | 13 static ssize_t device_show(struct device *_d, in device_show() 21 static ssize_t vendor_show(struct device *_d, in vendor_show() 29 static ssize_t status_show(struct device *_d, in status_show() 37 static ssize_t modalias_show(struct device *_d, in modalias_show() 46 static ssize_t features_show(struct device *_d, in features_show() 207 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe() 293 static void virtio_dev_remove(struct device *_d) in virtio_dev_remove()
|
A D | virtio_vdpa.c | 346 static void virtio_vdpa_release_dev(struct device *_d) in virtio_vdpa_release_dev()
|
A D | virtio_pci_common.c | 535 static void virtio_pci_release_dev(struct device *_d) in virtio_pci_release_dev()
|
A D | virtio_mmio.c | 547 static void virtio_mmio_release_dev(struct device *_d) in virtio_mmio_release_dev()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_dump.c | 284 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 298 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 304 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 316 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
|
/linux/drivers/hwtracing/stm/ |
A D | stm.h | 48 #define to_stm_device(_d) \ argument 89 #define to_stm_source_device(_d) \ argument
|
/linux/drivers/net/wireless/ath/wil6210/ |
A D | txrx.c | 159 volatile struct vring_tx_desc *_d = in wil_vring_alloc() local 215 volatile struct vring_tx_desc *_d = in wil_vring_free() local 233 volatile struct vring_rx_desc *_d = in wil_vring_free() local 262 volatile struct vring_rx_desc *_d = &vring->va[i].rx.legacy; in wil_vring_alloc_skb() local 353 struct vring_rx_desc *_d; in wil_is_rx_idle() local 445 volatile struct vring_rx_desc *_d; in wil_vring_reap_rx() local 2033 volatile struct vring_tx_desc *_d; in __wil_tx_ring() local 2430 volatile struct vring_tx_desc *_d; in wil_tx_complete() local
|
A D | pmc.c | 141 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() local
|
A D | txrx_edma.c | 164 struct wil_rx_enhanced_desc *_d = (struct wil_rx_enhanced_desc *) in wil_ring_alloc_skb_edma() local 453 struct wil_tx_enhanced_desc *_d = in wil_ring_free_edma() local 1169 struct wil_tx_enhanced_desc *_d; in wil_tx_sring_handler() local
|
/linux/arch/powerpc/mm/ptdump/ |
A D | bats.c | 58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
|
/linux/drivers/hwtracing/intel_th/ |
A D | intel_th.h | 92 #define to_intel_th_device(_d) \ argument 191 #define to_intel_th_driver(_d) \ argument 194 #define to_intel_th_driver_or_null(_d) \ argument
|
/linux/drivers/dma/ |
A D | dmaengine.c | 758 struct dma_device *device, *_d; in __dma_request_channel() local 814 struct dma_device *d, *_d; in dma_request_chan() local 933 struct dma_device *device, *_d; in dmaengine_get() local 972 struct dma_device *device, *_d; in dmaengine_put() local
|
A D | pch_dma.c | 363 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local 446 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local 531 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local 655 struct pch_dma_desc *desc, *_d; in pd_device_terminate_all() local
|
/linux/tools/testing/selftests/kvm/aarch64/ |
A D | vgic_init.c | 24 #define VGIC_DEV_IS_V2(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V2) argument 25 #define VGIC_DEV_IS_V3(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V3) argument
|
/linux/drivers/soc/fsl/qbman/ |
A D | qman_priv.h | 133 u32 *_d = dest->q.state; in qman_cgrs_and() local 145 u32 *_d = dest->q.state; in qman_cgrs_xor() local
|
/linux/arch/arm/include/asm/hardware/ |
A D | locomo.h | 182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument 194 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv) argument
|
/linux/drivers/scsi/fnic/ |
A D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux/arch/arm/mach-footbridge/ |
A D | dc21285.c | 275 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux/arch/arm/include/asm/ |
A D | ecard.h | 200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) argument 211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv) argument
|
/linux/arch/mips/include/asm/sn/ |
A D | addrs.h | 263 #define LOCAL_HUB_S(_r, _d) __raw_writeq((_d), LOCAL_HUB_PTR(_r)) argument 265 #define REMOTE_HUB_S(_n, _r, _d) __raw_writeq((_d), \ argument
|
/linux/net/sched/ |
A D | act_pedit.c | 349 u8 *d, _d; in tcf_pedit_act() local
|
/linux/drivers/w1/masters/ |
A D | ds1wm.c | 414 unsigned char resp, _r, _r_prime, _d; in ds1wm_search() local
|
/linux/drivers/cxl/core/ |
A D | bus.c | 224 struct cxl_dport *dport, *_d; in cxl_port_release() local
|
/linux/drivers/rapidio/devices/ |
A D | tsi721_dma.c | 896 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
|
/linux/arch/powerpc/platforms/ps3/ |
A D | repository.c | 39 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
|