Home
last modified time | relevance | path

Searched refs:dtx (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Ddtx_diff87 dtx="$1"
90 if [ -d "${dtx}" ] ; then
94 if ( ! ${DTC} -I fs ${dtx} ) ; then
98 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
105 if ( ! ${DTC} -I dtb ${dtx} ) ; then
115 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \
132 dtx_arch=`echo "/${dtx}" | sed -e 's|.*/arch/||' -e 's|/.*||'`
166 echo "ERROR: ${dtx} does not exist or is not readable" >&2
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCrossword3 cwpuzzle.dtx is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author…
5 Everyone is granted permission to copy, modify and redistribute cwpuzzle.dtx, provided this copyrig…
H A Dpsfrag1 psfrag.dtx
H A DLPPL-1.1261 %% pig.dtx
272 % This program consists of the files pig.dtx and pig.ins
276 two files `pig.dtx` and `pig.ins`, and `The Copyright Holder` referring
H A DLPPL-1.2262 %% pig.dtx
273 % This program consists of the files pig.dtx and pig.ins
277 two files `pig.dtx` and `pig.ins`, and `The Copyright Holder` referring
H A DLPPL-1.3c355 %% pig.dtx
370 % This work consists of the files pig.dtx and pig.ins
375 to the three files `pig.dtx`, `pig.ins`, and `pig.sty` (the last being
376 generated from `pig.dtx` using `pig.ins`), the `Base Interpreter`
H A DLPPL-1.3a145 %% pig.dtx
160 % This work consists of the files pig.dtx and pig.ins % and the derived file pig.sty.
162 …`Work' referring to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being generated …
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-core.c35 ce->tx = dma_alloc_coherent(ce->dev, sz, &ce->dtx, GFP_KERNEL); in sl3516_ce_desc_init()
44 ce->tx[i].next_desc.next_descriptor = ce->dtx + (i + 1) * sizeof(struct descriptor); in sl3516_ce_desc_init()
46 ce->tx[MAXDESC - 1].next_desc.next_descriptor = ce->dtx; in sl3516_ce_desc_init()
63 dma_free_coherent(ce->dev, sz, ce->tx, ce->dtx); in sl3516_ce_desc_init()
71 dma_free_coherent(ce->dev, sz, ce->tx, ce->dtx); in sl3516_ce_free_descs()
330 writel(ce->dtx, ce->base + IPSEC_TXDMA_CURR_DESC); in sl3516_ce_start()
H A Dsl3516-ce.h237 dma_addr_t dtx; member
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dindex.rst15 dtx
H A Ddtx.rst14 and re-attachment handling. To this end, it provides the ``/dev/surface/dtx``
712 .. kernel-doc:: include/uapi/linux/surface_aggregator/dtx.h
718 https://github.com/linux-surface/surface-dtx-daemon.
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c518 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local
555 dtx = tx - priv->survey_raw.cached_tx; in p54_rx_stats()
556 dtotal = dcca + drssi + dtx; in p54_rx_stats()
572 if (dtx) { in p54_rx_stats()
573 priv->survey_raw.tx += dtx * unit; in p54_rx_stats()
585 priv->survey_raw.active += (dcca + dtx) * unit; in p54_rx_stats()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-370-pinctrl.txt23 mpp7 7 gpo, ge0(txd1), tdm(dtx), audio(lrclk)
79 mpp54 54 gpo, dev(ad15), tdm(dtx)
H A Dmarvell,armada-375-pinctrl.txt39 mpp23 23 gpio, tdm(dtx)
H A Dmarvell,armada-xp-pinctrl.txt48 mpp27 27 gpio, lcd(e), tdm(dtx), ptp(trig)
H A Dmarvell,armada-39x-pinctrl.txt73 mpp51 51 gpio, tdm(dtx) [2], audio(sdo) [2], dram(deccerr), ua2(txd)
H A Dmarvell,armada-38x-pinctrl.txt69 mpp51 51 gpio, tdm(dtx), audio(sdo), dram(deccerr), ptp(trig)
H A Dmarvell,kirkwood-pinctrl.txt211 mpp48 48 gpio, ts(mp12), tdm(dtx)
281 mpp48 48 gpio, ts(mp12), tdm(dtx), lcd(d16)
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dcp110-system-controller.txt93 mpp2 2 gpio, dev(ad15), au(i2sextclk), ge0(rxd1), tdm(dtx), mss_uart(rxd), ptp(pclk_out), i2c1(sck)…
125 mpp34 34 gpio, mii(rxerr), sdio(pwr11), mss_spi(mosi), tdm(dtx), au(i2slrclk), sdio(wr_protect), ge…
151 mpp60 60 gpio, mss_gpio6, ptp(pulse), tdm(dtx), au(i2smclk), spi0(csn1), uart0(rts), led(data), uar…
/openbmc/u-boot/arch/arm/dts/
H A Darmada-388-clearfog.dts365 MPP51: tdm:dtx
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c566 struct dentry *d, *dtx, *drx; in wil6210_debugfs_create_ITR_CNT() local
570 dtx = debugfs_create_dir("TX", d); in wil6210_debugfs_create_ITR_CNT()
576 wil6210_debugfs_init_offset(wil, dtx, (void * __force)wil->csr, in wil6210_debugfs_create_ITR_CNT()
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst335 0xA5 20-2F linux/surface_aggregator/dtx.h Microsoft Surface DTX driver
/openbmc/linux/
H A DMAINTAINERS14230 F: Documentation/driver-api/surface_aggregator/clients/dtx.rst
14232 F: include/uapi/linux/surface_aggregator/dtx.h