/linux/drivers/virtio/ |
H A D | virtio.c | 14 static ssize_t device_show(struct device *_d, in device_show() 22 static ssize_t vendor_show(struct device *_d, in vendor_show() 30 static ssize_t status_show(struct device *_d, in status_show() 38 static ssize_t modalias_show(struct device *_d, in modalias_show() 47 static ssize_t features_show(struct device *_d, in features_show() 270 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe() 368 static void virtio_dev_remove(struct device *_d) in virtio_dev_remove() 393 static const struct cpumask *virtio_irq_get_affinity(struct device *_d, in virtio_irq_get_affinity() 404 static void virtio_dev_shutdown(struct device *_d) in virtio_dev_shutdown()
|
H A D | virtio_vdpa.c | 445 static void virtio_vdpa_release_dev(struct device *_d) in virtio_vdpa_release_dev()
|
H A D | virtio_mmio.c | 561 static void virtio_mmio_release_dev(struct device *_d) in virtio_mmio_release_dev()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 377 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 391 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 397 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 409 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
|
/linux/drivers/net/wireless/ath/wil6210/ |
H 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 2031 volatile struct vring_tx_desc *_d; in __wil_tx_ring() local 2428 volatile struct vring_tx_desc *_d; in wil_tx_complete() local
|
H A D | pmc.c | 141 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() local
|
H 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/drivers/hwtracing/intel_th/ |
H 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/arch/powerpc/mm/ptdump/ |
H 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/dma/ |
H A D | dmaengine.c | 761 struct dma_device *device, *_d; in __dma_request_channel() local 818 struct dma_device *d, *_d; in dma_request_chan() local 964 struct dma_device *device, *_d; in dmaengine_get() local 1003 struct dma_device *device, *_d; in dmaengine_put() local
|
H A D | ste_dma40.c | 795 struct d40_desc *_d; in d40_desc_get() local 1134 struct d40_desc *_d; in d40_term_all() local
|
H A D | ep93xx_dma.c | 1259 struct ep93xx_dma_desc *desc, *_d; in ep93xx_dma_terminate_all() local
|
/linux/drivers/soc/fsl/qbman/ |
H 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/ |
H A D | locomo.h | 180 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument 192 #define LOCOMO_DRV(_d) container_of_const((_d), struct locomo_driver, drv) argument
|
H A D | sa1111.h | 407 #define SA1111_DRV(_d) container_of_const((_d), struct sa1111_driver, drv) argument
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux/tools/testing/selftests/kvm/arm64/ |
H 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/arch/arm/mach-footbridge/ |
H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux/arch/mips/include/asm/sn/ |
H 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/ |
H A D | act_pedit.c | 435 u8 *d, _d; in tcf_pedit_act() local
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 898 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
|
/linux/drivers/mailbox/ |
H A D | bcm-flexrm-mailbox.c | 247 #define DESC_DEC(_d, _s, _m) (((_d) >> (_s)) & (_m)) argument 248 #define DESC_ENC(_d, _v, _s, _m) \ argument
|
/linux/drivers/clk/x86/ |
H A D | clk-cgu.h | 280 _shift, _width, _cf, _v, _m, _d) \ argument
|
/linux/lib/ |
H A D | bch.c | 110 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) argument
|
/linux/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 1102 static void virtio_ccw_release_dev(struct device *_d) in virtio_ccw_release_dev()
|