Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.3-rc2/arch/arm/crypto/
A Dsha1-armv7-neon.S50 #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,
592 add _d, RT3;
[all …]
/linux-6.3-rc2/drivers/virtio/
A Dvirtio.c14 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.3-rc2/drivers/hwtracing/intel_th/
A Dintel_th.h92 #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.3-rc2/drivers/hwtracing/stm/
A Dstm.h48 #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.3-rc2/arch/arm/include/asm/hardware/
A Dlocomo.h182 #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
A Dsa1111.h407 #define SA1111_DRV(_d) container_of((_d), struct sa1111_driver, drv) argument
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dmemory.h106 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.3-rc2/arch/arm/include/asm/
A Decard.h200 #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.3-rc2/include/linux/
A Doverflow.h122 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.3-rc2/drivers/soc/fsl/qbman/
A Dqman_priv.h133 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.3-rc2/drivers/net/wireless/ath/wil6210/
A Dtxrx.c226 *d = *_d; in wil_vring_free()
237 *d = *_d; in wil_vring_free()
291 *_d = *d; in wil_vring_alloc_skb()
353 struct vring_rx_desc *_d; in wil_is_rx_idle() local
464 _d = &vring->va[i].rx.legacy; in wil_vring_reap_rx()
478 *d = *_d; in wil_vring_reap_rx()
2056 _d = &ring->va[i].tx.legacy; in __wil_tx_ring()
2091 *_d = *d; in __wil_tx_ring()
2117 *_d = *d; in __wil_tx_ring()
2172 *d = *_d; in __wil_tx_ring()
[all …]
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dsar.c139 typeof(_dev) _d = (_dev); \
142 lockdep_assert_held(&_d->mutex); \
143 _d->sar._cfg_name = *(_cfg_data); \
144 _d->sar.src = _s; \
/linux-6.3-rc2/drivers/scsi/fnic/
A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
89 trace_buf->data[3] = (u64)(unsigned long)_d; \
/linux-6.3-rc2/arch/powerpc/mm/ptdump/
A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/linux-6.3-rc2/arch/mips/include/asm/sn/
A Daddrs.h263 #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.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf_dump.c307 #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.3-rc2/drivers/dma/
A Dpch_dma.c363 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()
A Ddmaengine.c759 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.3-rc2/arch/arm/mach-footbridge/
A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/linux-6.3-rc2/drivers/clk/x86/
A Dclk-cgu.h280 _shift, _width, _cf, _v, _m, _d) \ argument
297 .div = _d, \
/linux-6.3-rc2/tools/testing/selftests/kvm/aarch64/
A Dvgic_init.c24 #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.3-rc2/include/math-emu/
A Dop-2.h269 _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.3-rc2/drivers/md/bcache/
A Dutil.h439 typeof(d) _d = (d); \
440 _d ? _n / _d : zero; \
/linux-6.3-rc2/net/sched/
A Dact_pedit.c399 u8 *d, _d; in tcf_pedit_act() local
407 sizeof(_d), &_d); in tcf_pedit_act()
/linux-6.3-rc2/drivers/clk/qcom/
A Dclk-rpmh.c364 DEFINE_CLK_RPMH_VRM(rf_clk1, _d, "rfclkd1", 1);
365 DEFINE_CLK_RPMH_VRM(rf_clk2, _d, "rfclkd2", 1);
366 DEFINE_CLK_RPMH_VRM(rf_clk3, _d, "rfclkd3", 1);
367 DEFINE_CLK_RPMH_VRM(rf_clk4, _d, "rfclkd4", 1);

Completed in 54 milliseconds

12