Home
last modified time | relevance | path

Searched refs:_d (Results 1 - 25 of 88) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv7-neon.S50 #define _d r7 define
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, _
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha1-armv7-neon.S50 #define _d r7 define
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, _
[all...]
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio.c12 static ssize_t device_show(struct device *_d, in device_show() argument
15 struct virtio_device *dev = dev_to_virtio(_d); in device_show()
20 static ssize_t vendor_show(struct device *_d, in vendor_show() argument
23 struct virtio_device *dev = dev_to_virtio(_d); in vendor_show()
28 static ssize_t status_show(struct device *_d, in status_show() argument
31 struct virtio_device *dev = dev_to_virtio(_d); in status_show()
36 static ssize_t modalias_show(struct device *_d, in modalias_show() argument
39 struct virtio_device *dev = dev_to_virtio(_d); in modalias_show()
45 static ssize_t features_show(struct device *_d, in features_show() argument
48 struct virtio_device *dev = dev_to_virtio(_d); in features_show()
206 virtio_dev_probe(struct device *_d) virtio_dev_probe() argument
294 virtio_dev_remove(struct device *_d) virtio_dev_remove() argument
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H 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()
237 virtio_dev_probe(struct device *_d) virtio_dev_probe() argument
325 virtio_dev_remove(struct device *_d) virtio_dev_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dintel_th.h92 #define to_intel_th_device(_d) \
93 container_of((_d), struct intel_th_device, dev)
191 #define to_intel_th_driver(_d) \
192 container_of((_d), struct intel_th_driver, driver)
194 #define to_intel_th_driver_or_null(_d) \
195 ((_d) ? to_intel_th_driver(_d) : NULL)
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dintel_th.h92 #define to_intel_th_device(_d) \
93 container_of((_d), struct intel_th_device, dev)
191 #define to_intel_th_driver(_d) \
192 container_of((_d), struct intel_th_driver, driver)
194 #define to_intel_th_driver_or_null(_d) \
195 ((_d) ? to_intel_th_driver(_d) : NULL)
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dstm.h48 #define to_stm_device(_d) \
49 container_of((_d), struct stm_device, dev)
89 #define to_stm_source_device(_d) \
90 container_of((_d), struct stm_source_device, dev)
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dstm.h48 #define to_stm_device(_d) \
49 container_of((_d), struct stm_device, dev)
89 #define to_stm_source_device(_d) \
90 container_of((_d), struct stm_source_device, dev)
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h104 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
107 if (_d) { \
109 iowrite##t##_native(_d, &_m[_o++]); \
111 memset_io(&_m[_o], _d, _s); \
115 nvkm_wo##t((o), _a, _d); \
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H 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); \
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H A Dlocomo.h182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
194 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Decard.h200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev)
211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Decard.h200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev)
211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv)
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H A Dlocomo.h182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
194 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv)
/kernel/linux/linux-6.6/include/linux/
H 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); \
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H 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()
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c159 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 in wil_is_rx_idle()
445 volatile struct vring_rx_desc *_d; wil_vring_reap_rx() local
2033 volatile struct vring_tx_desc *_d; __wil_tx_ring() local
2430 volatile struct vring_tx_desc *_d; wil_tx_complete() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c159 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 in wil_is_rx_idle()
445 volatile struct vring_rx_desc *_d; wil_vring_reap_rx() local
2031 volatile struct vring_tx_desc *_d; __wil_tx_ring() local
2428 volatile struct vring_tx_desc *_d; wil_tx_complete() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/
H A Daddrs.h263 #define LOCAL_HUB_S(_r, _d) __raw_writeq((_d), LOCAL_HUB_PTR(_r))
265 #define REMOTE_HUB_S(_n, _r, _d) __raw_writeq((_d), \
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/
H A Daddrs.h263 #define LOCAL_HUB_S(_r, _d) __raw_writeq((_d), LOCAL_HUB_PTR(_r))
265 #define REMOTE_HUB_S(_n, _r, _d) __raw_writeq((_d), \
/kernel/linux/linux-5.10/include/linux/
H A Doverflow.h243 typeof(d) _d = d; \
247 *_d = (_a_full << _to_shift); \
248 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
249 (*_d >> _to_shift) != _a); \
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d)
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d)
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \
103 trace_buf->data[3] = (u64)(unsigned long)_d; \

Completed in 16 milliseconds

1234