Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/crypto/
Dsha1-armv7-neon.S55 #define _d r7 macro
333 _R( _a, _b, _c, _d, _e, F1, 0,
336 _R( _e, _a, _b, _c, _d, F1, 1,
339 _R( _d, _e, _a, _b, _c, F1, 2,
342 _R( _c, _d, _e, _a, _b, F1, 3,
348 _R( _b, _c, _d, _e, _a, F1, 4,
351 _R( _a, _b, _c, _d, _e, F1, 5,
354 _R( _e, _a, _b, _c, _d, F1, 6,
357 _R( _d, _e, _a, _b, _c, F1, 7,
361 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/linux-4.4.14/drivers/virtio/
Dvirtio.c11 static ssize_t device_show(struct device *_d, in device_show() argument
14 struct virtio_device *dev = dev_to_virtio(_d); in device_show()
19 static ssize_t vendor_show(struct device *_d, in vendor_show() argument
22 struct virtio_device *dev = dev_to_virtio(_d); in vendor_show()
27 static ssize_t status_show(struct device *_d, in status_show() argument
30 struct virtio_device *dev = dev_to_virtio(_d); in status_show()
35 static ssize_t modalias_show(struct device *_d, in modalias_show() argument
38 struct virtio_device *dev = dev_to_virtio(_d); in modalias_show()
44 static ssize_t features_show(struct device *_d, in features_show() argument
47 struct virtio_device *dev = dev_to_virtio(_d); in features_show()
[all …]
Dvirtio_pci_common.c476 static void virtio_pci_release_dev(struct device *_d) in virtio_pci_release_dev() argument
478 struct virtio_device *vdev = dev_to_virtio(_d); in virtio_pci_release_dev()
/linux-4.4.14/drivers/hwtracing/stm/
Dstm.h55 #define to_stm_device(_d) \ argument
56 container_of((_d), struct stm_device, dev)
84 #define to_stm_source_device(_d) \ argument
85 container_of((_d), struct stm_source_device, dev)
/linux-4.4.14/include/linux/
Dfmc.h90 #define FMC_PARAM_BUSID(_d) \ argument
91 module_param_array_named(busid, _d.busid_val, int, &_d.busid_n, 0444)
92 #define FMC_PARAM_GATEWARE(_d) \ argument
93 module_param_array_named(gateware, _d.gw_val, charp, &_d.gw_n, 0444)
/linux-4.4.14/drivers/hwtracing/intel_th/
Dintel_th.h71 #define to_intel_th_device(_d) \ argument
72 container_of((_d), struct intel_th_device, dev)
146 #define to_intel_th_driver(_d) \ argument
147 container_of((_d), struct intel_th_driver, driver)
/linux-4.4.14/arch/arm/include/asm/
Decard.h199 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) argument
210 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv) argument
/linux-4.4.14/arch/arm/include/asm/hardware/
Dlocomo.h182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument
196 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv) argument
Dsa1111.h423 #define SA1111_DEV(_d) container_of((_d), struct sa1111_dev, dev) argument
438 #define SA1111_DRV(_d) container_of((_d), struct sa1111_driver, drv) argument
/linux-4.4.14/arch/mips/include/asm/sn/
Daddrs.h270 #define HUB_S(_a, _d) *(_a) = (_d) argument
273 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d)) argument
275 #define REMOTE_HUB_S(_n, _r, _d) HUB_S(REMOTE_HUB_ADDR((_n), (_r)), (_d)) argument
277 #define REMOTE_HUB_PI_S(_n, _sn, _r, _d) HUB_S(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r)), (_d)) argument
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c128 volatile struct vring_tx_desc *_d = &vring->va[i].tx; in wil_vring_alloc() local
130 _d->dma.status = TX_DMA_STATUS_DU; in wil_vring_alloc()
182 volatile struct vring_tx_desc *_d = in wil_vring_free() local
186 *d = *_d; in wil_vring_free()
193 volatile struct vring_rx_desc *_d = in wil_vring_free() local
197 *d = *_d; in wil_vring_free()
223 volatile struct vring_rx_desc *_d = &vring->va[i].rx; in wil_vring_alloc_skb() local
246 *_d = *d; in wil_vring_alloc_skb()
380 volatile struct vring_rx_desc *_d; in wil_vring_reap_rx() local
399 _d = &vring->va[i].rx; in wil_vring_reap_rx()
[all …]
Dpmc.c112 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() local
141 *_d = *d; in wil_pmc_alloc()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
103 trace_buf->data[3] = (u64)(unsigned long)_d; \
/linux-4.4.14/drivers/clk/meson/
Dclkc.h146 #define FIXED_FACTOR_DIV(_ci, _cn, _cp, _f, _d) \ argument
153 .conf.fixed_fact.div = (_d), \
/linux-4.4.14/drivers/dma/
Dpch_dma.c372 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local
383 list_for_each_entry_safe(desc, _d, &list, desc_node) in pdc_complete_all()
458 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local
463 list_for_each_entry_safe(desc, _d, &pd_chan->free_list, desc_node) { in pdc_desc_get()
543 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local
555 list_for_each_entry_safe(desc, _d, &tmp_list, desc_node) in pd_free_chan_resources()
667 struct pch_dma_desc *desc, *_d; in pd_device_terminate_all() local
677 list_for_each_entry_safe(desc, _d, &list, desc_node) in pd_device_terminate_all()
Ddmaengine.c622 struct dma_device *device, *_d; in __dma_request_channel() local
628 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in __dma_request_channel()
726 struct dma_device *device, *_d; in dmaengine_get() local
734 list_for_each_entry_safe(device, _d, &dma_device_list, global_node) { in dmaengine_get()
Dep93xx_dma.c1175 struct ep93xx_dma_desc *desc, *_d; in ep93xx_dma_terminate_all() local
1192 list_for_each_entry_safe(desc, _d, &list, node) in ep93xx_dma_terminate_all()
Dste_dma40.c764 struct d40_desc *_d; in d40_desc_get() local
766 list_for_each_entry_safe(d, _d, &d40c->client, node) { in d40_desc_get()
1130 struct d40_desc *_d; in d40_term_all() local
1158 list_for_each_entry_safe(d40d, _d, &d40c->client, node) { in d40_term_all()
1165 list_for_each_entry_safe(d40d, _d, in d40_term_all()
/linux-4.4.14/arch/arm/mach-footbridge/
Ddc21285.c284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
285 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/linux-4.4.14/net/sched/
Dact_pedit.c131 char *d, _d; in tcf_pedit() local
134 &_d); in tcf_pedit()
/linux-4.4.14/drivers/w1/masters/
Dds1wm.c361 unsigned char resp, _r, _r_prime, _d; in ds1wm_search() local
383 _d = ((resp & 0x01) >> 0) | in ds1wm_search()
389 d |= (unsigned long long) _d << (i * 4); in ds1wm_search()
/linux-4.4.14/include/math-emu/
Dop-2.h274 _FP_W_TYPE _d; \
281 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
288 _FP_FRAC_WORD_4(_z,1), (_c1 & _c2), 0, _d, \
296 0, _d, _FP_FRAC_WORD_4(_z,0)); \
Dop-4.h242 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c762 struct tsi721_tx_desc *desc, *_d; in tsi721_prep_rio_sg() local
798 list_for_each_entry_safe(desc, _d, &bdma_chan->free_list, desc_node) { in tsi721_prep_rio_sg()
821 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
845 list_for_each_entry_safe(desc, _d, &list, desc_node) in tsi721_terminate_all()
/linux-4.4.14/drivers/md/bcache/
Dutil.h468 typeof(d) _d = (d); \
469 _d ? _n / _d : zero; \
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
Drepository.c51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
52 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_phy.h549 #define AR_PHY_POWER_TX_RATE(_d) (AR_SM_BASE + 0x1c0 + ((_d) << 2)) argument
/linux-4.4.14/drivers/scsi/
DMakefile201 $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $<
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c31 #define _d(name, bits, addr, perms) debugfs_create_x##bits(name, perms, parent, (u##bits *)(addr)) macro
32 #define d(name, bits, addr) _d(name, bits, addr, S_IRUSR|S_IWUSR)
33 #define d_RO(name, bits, addr) _d(name, bits, addr, S_IRUSR)
34 #define d_WO(name, bits, addr) _d(name, bits, addr, S_IWUSR)
/linux-4.4.14/drivers/misc/mic/card/
Dmic_virtio.c386 static void mic_virtio_release_dev(struct device *_d) in mic_virtio_release_dev() argument
/linux-4.4.14/lib/
Dbch.c103 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) argument
/linux-4.4.14/drivers/s390/virtio/
Dvirtio_ccw.c946 static void virtio_ccw_release_dev(struct device *_d) in virtio_ccw_release_dev() argument
948 struct virtio_device *dev = container_of(_d, struct virtio_device, in virtio_ccw_release_dev()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c466 const u32 _d = (d); \
467 printk(KERN_ERR "\t%08x\n", _d); \
468 *((p)++) = _d; \
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.c1018 udc_seq_show(struct seq_file *m, void *_d) in udc_seq_show() argument