/include/linux/ |
D | async_tx.h | 98 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);
|
D | dmaengine.h | 413 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 …]
|
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 195 int rx, tx; member
|
D | stallion.h | 95 struct stlrq tx; member
|
D | posix-clock.h | 60 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
|
D | posix-timers.h | 97 int (*clock_adj) (const clockid_t which_clock, struct timex *tx);
|
D | synclink.h | 213 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | serial_core.h | 292 __u32 tx; member
|
D | atmdev.h | 34 __HANDLE_ITEM(tx); /* TX okay */ \
|
D | cyclades.h | 527 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | syscalls.h | 321 struct timex __user *tx);
|
/include/linux/amba/ |
D | pl08x.h | 130 struct dma_async_tx_descriptor tx; member
|
/include/acpi/ |
D | processor.h | 179 int tx; /* throttle level */ member
|
/include/net/ |
D | mac80211.h | 2130 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);
|
D | cfg80211.h | 1676 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
|