Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 17 of 17) 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.h417 dma_cookie_t (*tx_submit)(struct dma_async_tx_descriptor *tx);
849 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,
852 static inline void async_tx_ack(struct dma_async_tx_descriptor *tx) in async_tx_ack() argument
854 tx->flags |= DMA_CTRL_ACK; in async_tx_ack()
857 static inline void async_tx_clear_ack(struct dma_async_tx_descriptor *tx) in async_tx_clear_ack() argument
859 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack()
862 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() argument
864 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
867 #define dma_cap_set(tx, mask) __dma_cap_set((tx), &(mask)) argument
874 #define dma_cap_clear(tx, mask) __dma_cap_clear((tx), &(mask)) argument
[all …]
Dserial.h21 __u32 cts, dsr, rng, dcd, tx, rx; member
Dposix-clock.h60 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
Dposix-timers.h98 int (*clock_adj) (const clockid_t which_clock, struct timex *tx);
Dcyclades.h104 __u32 cts, dsr, rng, dcd, tx, rx; member
Dserial_core.h101 __u32 tx; member
Dsyscalls.h285 struct timex __user *tx);
/include/uapi/linux/
Datm_eni.h14 int tx,rx; /* values are in percent and must be > 100 */ member
Dserial.h98 int rx, tx; member
Datmdev.h34 __HANDLE_ITEM(tx); /* TX okay */ \
Dsynclink.h213 __u32 cts, dsr, rng, dcd, tx, rx; member
/include/linux/dma/
Dipu-dma.h174 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd) argument
/include/linux/iio/imu/
Dadis.h66 uint8_t tx[10] ____cacheline_aligned; member
/include/acpi/
Dprocessor.h173 int tx; /* throttle level */ member
/include/net/
Dmac80211.h2623 void (*tx)(struct ieee80211_hw *hw, member
2752 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
2754 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
Dcfg80211.h2200 int (*set_ringparam)(struct wiphy *wiphy, u32 tx, u32 rx);
2202 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
2427 u16 tx, rx; member