/linux-6.6.21/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 50 #define _d r7 macro 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/linux-6.6.21/drivers/virtio/ |
D | virtio.c | 14 static ssize_t device_show(struct device *_d, in device_show() argument 17 struct virtio_device *dev = dev_to_virtio(_d); in device_show() 22 static ssize_t vendor_show(struct device *_d, in vendor_show() argument 25 struct virtio_device *dev = dev_to_virtio(_d); in vendor_show() 30 static ssize_t status_show(struct device *_d, in status_show() argument 33 struct virtio_device *dev = dev_to_virtio(_d); in status_show() 38 static ssize_t modalias_show(struct device *_d, in modalias_show() argument 41 struct virtio_device *dev = dev_to_virtio(_d); in modalias_show() 47 static ssize_t features_show(struct device *_d, in features_show() argument 50 struct virtio_device *dev = dev_to_virtio(_d); in features_show() [all …]
|
/linux-6.6.21/drivers/hwtracing/intel_th/ |
D | intel_th.h | 92 #define to_intel_th_device(_d) \ argument 93 container_of((_d), struct intel_th_device, dev) 191 #define to_intel_th_driver(_d) \ argument 192 container_of((_d), struct intel_th_driver, driver) 194 #define to_intel_th_driver_or_null(_d) \ argument 195 ((_d) ? to_intel_th_driver(_d) : NULL)
|
/linux-6.6.21/drivers/hwtracing/stm/ |
D | stm.h | 48 #define to_stm_device(_d) \ argument 49 container_of((_d), struct stm_device, dev) 89 #define to_stm_source_device(_d) \ argument 90 container_of((_d), struct stm_source_device, dev)
|
/linux-6.6.21/arch/arm/include/asm/hardware/ |
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
|
D | sa1111.h | 407 #define SA1111_DRV(_d) container_of((_d), struct sa1111_driver, drv) argument
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 106 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 109 if (_d) { \ 111 iowrite##t##_native(_d, &_m[_o++]); \ 113 memset_io(&_m[_o], _d, _s); \ 117 nvkm_wo##t((o), _a, _d); \
|
/linux-6.6.21/arch/arm/include/asm/ |
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-6.6.21/include/linux/ |
D | overflow.h | 122 typeof(d) _d = d; \ 126 *_d = (_a_full << _to_shift); \ 127 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \ 128 (*_d >> _to_shift) != _a); \
|
/linux-6.6.21/drivers/soc/fsl/qbman/ |
D | qman_priv.h | 133 u32 *_d = dest->q.state; in qman_cgrs_and() local 138 *_d++ = *_a++ & *_b++; in qman_cgrs_and() 145 u32 *_d = dest->q.state; in qman_cgrs_xor() local 150 *_d++ = *_a++ ^ *_b++; in qman_cgrs_xor()
|
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 159 volatile struct vring_tx_desc *_d = in wil_vring_alloc() local 162 _d->dma.status = TX_DMA_STATUS_DU; in wil_vring_alloc() 215 volatile struct vring_tx_desc *_d = in wil_vring_free() local 226 *d = *_d; in wil_vring_free() 233 volatile struct vring_rx_desc *_d = in wil_vring_free() local 237 *d = *_d; in wil_vring_free() 262 volatile struct vring_rx_desc *_d = &vring->va[i].rx.legacy; in wil_vring_alloc_skb() local 291 *_d = *d; in wil_vring_alloc_skb() 353 struct vring_rx_desc *_d; in wil_is_rx_idle() local 356 _d = (struct vring_rx_desc *)&ring->va[ring->swhead].rx.legacy; in wil_is_rx_idle() [all …]
|
/linux-6.6.21/drivers/scsi/fnic/ |
D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 89 trace_buf->data[3] = (u64)(unsigned long)_d; \
|
/linux-6.6.21/arch/powerpc/mm/ptdump/ |
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-6.6.21/arch/mips/include/asm/sn/ |
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-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 315 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \ 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 323 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 335 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \ 339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument 345 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | sar.c | 144 typeof(_dev) _d = (_dev); \ 147 lockdep_assert_held(&_d->mutex); \ 148 _d->sar._cfg_name = *(_cfg_data); \ 149 _d->sar.src = _s; \
|
/linux-6.6.21/drivers/dma/ |
D | pch_dma.c | 363 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local 374 list_for_each_entry_safe(desc, _d, &list, desc_node) in pdc_complete_all() 446 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local 451 list_for_each_entry_safe(desc, _d, &pd_chan->free_list, desc_node) { in pdc_desc_get() 531 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local 543 list_for_each_entry_safe(desc, _d, &tmp_list, desc_node) in pd_free_chan_resources() 655 struct pch_dma_desc *desc, *_d; in pd_device_terminate_all() local 665 list_for_each_entry_safe(desc, _d, &list, desc_node) in pd_device_terminate_all()
|
D | dmaengine.c | 759 struct dma_device *device, *_d; in __dma_request_channel() local 764 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in __dma_request_channel() 815 struct dma_device *d, *_d; in dma_request_chan() local 834 list_for_each_entry_safe(d, _d, &dma_device_list, global_node) { in dma_request_chan() 934 struct dma_device *device, *_d; in dmaengine_get() local 942 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_get() 973 struct dma_device *device, *_d; in dmaengine_put() local 980 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_put()
|
/linux-6.6.21/arch/arm/mach-footbridge/ |
D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/linux-6.6.21/drivers/clk/x86/ |
D | clk-cgu.h | 280 _shift, _width, _cf, _v, _m, _d) \ argument 297 .div = _d, \
|
/linux-6.6.21/tools/testing/selftests/kvm/aarch64/ |
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-6.6.21/include/math-emu/ |
D | op-2.h | 269 _FP_W_TYPE _d; \ 276 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 283 _FP_FRAC_WORD_4(_z,1), (_c1 & _c2), 0, _d, \ 291 0, _d, _FP_FRAC_WORD_4(_z,0)); \
|
/linux-6.6.21/drivers/md/bcache/ |
D | util.h | 439 typeof(d) _d = (d); \ 440 _d ? _n / _d : zero; \
|
/linux-6.6.21/drivers/clk/qcom/ |
D | clk-rpmh.c | 363 DEFINE_CLK_RPMH_VRM(rf_clk1, _d, "rfclkd1", 1); 364 DEFINE_CLK_RPMH_VRM(rf_clk2, _d, "rfclkd2", 1); 365 DEFINE_CLK_RPMH_VRM(rf_clk3, _d, "rfclkd3", 1); 366 DEFINE_CLK_RPMH_VRM(rf_clk4, _d, "rfclkd4", 1);
|
/linux-6.6.21/net/sched/ |
D | act_pedit.c | 435 u8 *d, _d; in tcf_pedit_act() local 443 sizeof(_d), &_d); in tcf_pedit_act()
|