Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 16 of 16) sorted by relevance

/include/linux/
Dasync_tx.h98 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() argument
100 if (likely(tx)) { in async_tx_issue_pending()
101 struct dma_chan *chan = tx->chan; in async_tx_issue_pending()
122 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() argument
157 struct dma_async_tx_descriptor *tx, in init_async_submit() argument
162 args->depend_tx = tx; in init_async_submit()
168 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,
208 void async_tx_quiesce(struct dma_async_tx_descriptor **tx);
Ddmaengine.h413 dma_cookie_t (*tx_submit)(struct dma_async_tx_descriptor *tx);
809 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,
812 static inline void async_tx_ack(struct dma_async_tx_descriptor *tx) in async_tx_ack() argument
814 tx->flags |= DMA_CTRL_ACK; in async_tx_ack()
817 static inline void async_tx_clear_ack(struct dma_async_tx_descriptor *tx) in async_tx_clear_ack() argument
819 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack()
822 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() argument
824 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
841 #define dma_cap_set(tx, mask) __dma_cap_set((tx), &(mask)) argument
848 #define dma_cap_clear(tx, mask) __dma_cap_clear((tx), &(mask)) argument
[all …]
Datm_eni.h14 int tx,rx; /* values are in percent and must be > 100 */ member
Dserial.h23 __u32 cts, dsr, rng, dcd, tx, rx; member
195 int rx, tx; member
Dstallion.h95 struct stlrq tx; member
Dposix-clock.h60 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
Dposix-timers.h97 int (*clock_adj) (const clockid_t which_clock, struct timex *tx);
Dsynclink.h213 __u32 cts, dsr, rng, dcd, tx, rx; member
Dserial_core.h292 __u32 tx; member
Datmdev.h34 __HANDLE_ITEM(tx); /* TX okay */ \
Dcyclades.h527 __u32 cts, dsr, rng, dcd, tx, rx; member
Dsyscalls.h321 struct timex __user *tx);
/include/linux/amba/
Dpl08x.h130 struct dma_async_tx_descriptor tx; member
/include/acpi/
Dprocessor.h179 int tx; /* throttle level */ member
/include/net/
Dmac80211.h2130 void (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb); member
2234 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
2236 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
Dcfg80211.h1676 int (*set_ringparam)(struct wiphy *wiphy, u32 tx, u32 rx);
1678 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
1874 u16 tx, rx; member