Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Ddtx_diff88 dtx="$1"
91 if [ -d "${dtx}" ] ; then
95 if ( ! ${DTC} -I fs ${dtx} ) ; then
99 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
101 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
106 if ( ! ${DTC} -I dtb ${dtx} ) ; then
116 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \
133 dtx_arch=`echo "/${dtx}" | sed -e 's|.*/arch/||' -e 's|/.*||'`
167 echo "ERROR: ${dtx} does not exist or is not readable" >&2
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dtxrx.c516 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local
553 dtx = tx - priv->survey_raw.cached_tx; in p54_rx_stats()
554 dtotal = dcca + drssi + dtx; in p54_rx_stats()
570 if (dtx) { in p54_rx_stats()
571 priv->survey_raw.tx += dtx * unit; in p54_rx_stats()
583 priv->survey_raw.active += (dcca + dtx) * unit; in p54_rx_stats()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dmarvell,armada-370-pinctrl.txt23 mpp7 7 gpo, ge0(txd1), tdm(dtx), audio(lrclk)
79 mpp54 54 gpo, dev(ad15), tdm(dtx)
Dmarvell,armada-375-pinctrl.txt39 mpp23 23 gpio, tdm(dtx)
Dmarvell,armada-xp-pinctrl.txt48 mpp27 27 gpio, lcd(e), tdm(dtx), ptp(trig)
Dmarvell,armada-39x-pinctrl.txt73 mpp51 51 gpio, tdm(dtx) [2], audio(sdo) [2], dram(deccerr), ua2(txd)
Dmarvell,armada-38x-pinctrl.txt69 mpp51 51 gpio, tdm(dtx), audio(sdo), dram(deccerr), ptp(trig)
Dmarvell,kirkwood-pinctrl.txt211 mpp48 48 gpio, ts(mp12), tdm(dtx)
281 mpp48 48 gpio, ts(mp12), tdm(dtx), lcd(d16)
/Linux-v4.19/Documentation/devicetree/bindings/arm/marvell/
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…
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Ddebugfs.c603 struct dentry *d, *dtx, *drx; in wil6210_debugfs_create_ITR_CNT() local
609 dtx = debugfs_create_dir("TX", d); in wil6210_debugfs_create_ITR_CNT()
611 if (IS_ERR_OR_NULL(dtx) || IS_ERR_OR_NULL(drx)) in wil6210_debugfs_create_ITR_CNT()
617 wil6210_debugfs_init_offset(wil, dtx, (void * __force)wil->csr, in wil6210_debugfs_create_ITR_CNT()