Searched refs:tx (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | dmaengine.h | 197 dma_cookie_t (*tx_submit)(struct dma_async_tx_descriptor *tx); 301 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx, 304 static inline void async_tx_ack(struct dma_async_tx_descriptor *tx) in async_tx_ack() argument 306 tx->flags |= DMA_CTRL_ACK; in async_tx_ack() 309 static inline void async_tx_clear_ack(struct dma_async_tx_descriptor *tx) in async_tx_clear_ack() argument 311 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack() 314 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() argument 316 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack() 333 #define dma_cap_set(tx, mask) __dma_cap_set((tx), &(mask)) argument 346 #define dma_has_cap(tx, mask) __dma_has_cap((tx), &(mask)) argument [all …]
|
D | atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member
|
D | serial.h | 23 __u32 cts, dsr, rng, dcd, tx, rx; member 171 int rx, tx; member
|
D | async_tx.h | 100 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, 134 void async_tx_quiesce(struct dma_async_tx_descriptor **tx);
|
D | stallion.h | 95 struct stlrq tx; member
|
D | ncp_fs_sb.h | 121 } tx; member
|
D | synclink.h | 211 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | atmdev.h | 34 __HANDLE_ITEM(tx); /* TX okay */ \
|
D | serial_core.h | 242 __u32 tx; member
|
D | cyclades.h | 535 __u32 cts, dsr, rng, dcd, tx, rx; member
|
/include/acpi/ |
D | processor.h | 192 int tx; /* throttle level */ member
|
/include/net/ |
D | mac80211.h | 1291 int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb); member
|