/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 | 417 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 …]
|
D | serial.h | 21 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | posix-clock.h | 60 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
|
D | posix-timers.h | 98 int (*clock_adj) (const clockid_t which_clock, struct timex *tx);
|
D | cyclades.h | 104 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | serial_core.h | 101 __u32 tx; member
|
D | syscalls.h | 285 struct timex __user *tx);
|
/include/uapi/linux/ |
D | atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member
|
D | serial.h | 98 int rx, tx; member
|
D | atmdev.h | 34 __HANDLE_ITEM(tx); /* TX okay */ \
|
D | synclink.h | 213 __u32 cts, dsr, rng, dcd, tx, rx; member
|
/include/linux/dma/ |
D | ipu-dma.h | 174 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd) argument
|
/include/linux/iio/imu/ |
D | adis.h | 66 uint8_t tx[10] ____cacheline_aligned; member
|
/include/acpi/ |
D | processor.h | 173 int tx; /* throttle level */ member
|
/include/net/ |
D | mac80211.h | 2623 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);
|
D | cfg80211.h | 2200 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
|