Searched defs:direction (Results 226 - 250 of 596) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpio/
H A Dgpio-sim.c177 int direction; local
/linux-master/arch/powerpc/platforms/powermac/
H A Dbacklight.c102 void pmac_backlight_key(int direction) argument
/linux-master/lib/
H A Diov_iter.c162 void iov_iter_init(struct iov_iter *i, unsigned int direction, argument
610 void iov_iter_kvec(struct iov_iter *i, unsigned int direction, argument
626 void iov_iter_bvec(struct iov_iter *i, unsigned int direction, argument
655 iov_iter_xarray(struct iov_iter *i, unsigned int direction, struct xarray *xarray, loff_t start, size_t count) argument
679 iov_iter_discard(struct iov_iter *i, unsigned int direction, size_t count) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c2306 u8 direction; member in struct:__anon1114
2421 u8 direction; member in struct:__anon1116
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c48 mlx5e_ktls_add(struct net_device *netdev, struct sock *sk, enum tls_offload_ctx_dir direction, struct tls_crypto_info *crypto_info, u32 start_offload_tcp_sn) argument
68 mlx5e_ktls_del(struct net_device *netdev, struct tls_context *tls_ctx, enum tls_offload_ctx_dir direction) argument
78 mlx5e_ktls_resync(struct net_device *netdev, struct sock *sk, u32 seq, u8 *rcd_sn, enum tls_offload_ctx_dir direction) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c174 mlx5_dpll_pin_direction_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_direction *direction, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c173 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, argument
192 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, argument
62 ixgbe_dcb_calculate_tc_credits(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, int max_frame, u8 direction) argument
202 ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, u8 *ptype) argument
212 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) argument
235 ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c870 ice_dpll_input_direction(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_direction *direction, struct netlink_ext_ack *extack) argument
895 ice_dpll_output_direction(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_direction *direction, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/dpll/
H A Ddpll_netlink.c223 enum dpll_pin_direction direction; local
941 enum dpll_pin_direction direction; local
837 dpll_pin_direction_set(struct dpll_pin *pin, struct dpll_device *dpll, enum dpll_pin_direction direction, struct netlink_ext_ack *extack) argument
/linux-master/block/
H A Dblk-iolatency.c406 int direction = 0; local
H A Dbio-integrity.c318 unsigned int direction, nr_bvecs; local
206 bio_integrity_copy_user(struct bio *bio, struct bio_vec *bvec, int nr_vecs, unsigned int len, unsigned int direction, u32 seed) argument
/linux-master/include/uapi/sound/
H A Dasound.h844 unsigned char direction; /* UMP direction */ member in struct:snd_ump_block_info
/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c863 marvell_nfc_xfer_data_dma(struct marvell_nfc *nfc, enum dma_data_direction direction, unsigned int len) argument
/linux-master/sound/usb/
H A Dmidi2.c61 int direction; /* direction (STR_IN/OUT) */ member in struct:snd_usb_midi2_endpoint
[all...]
/linux-master/sound/soc/codecs/
H A Dwsa883x.c1309 wsa883x_set_sdw_stream(struct snd_soc_dai *dai, void *stream, int direction) argument
H A Dwcd938x.c3380 wcd938x_codec_set_sdw_stream(struct snd_soc_dai *dai, void *stream, int direction) argument
H A Dwcd9335.c1711 wcd9335_slim_set_hw_params(struct wcd9335_codec *wcd, struct wcd_slim_codec_dai_data *dai_data, int direction) argument
H A Dtas2562.c374 static int tas2562_mute(struct snd_soc_dai *dai, int mute, int direction) argument
/linux-master/include/linux/
H A Ddmaengine.h438 enum dma_transfer_direction direction; member in struct:dma_slave_config
954 static inline bool is_slave_direction(enum dma_transfer_direction direction) argument
[all...]
/linux-master/drivers/dma/ti/
H A Dedma.c172 enum dma_transfer_direction direction; member in struct:edma_desc
896 edma_config_pset(struct dma_chan *chan, struct edma_pset *epset, dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, unsigned int acnt, unsigned int dma_length, enum dma_transfer_direction direction) argument
1009 edma_prep_slave_sg( struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long tx_flags, void *context) argument
1296 edma_prep_dma_cyclic( struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len, size_t period_len, enum dma_transfer_direction direction, unsigned long tx_flags) argument
[all...]
/linux-master/drivers/dma/
H A Dat_hdmac.c1249 atc_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) argument
1426 atc_dma_cyclic_fill_desc(struct dma_chan *chan, struct at_desc *desc, unsigned int i, dma_addr_t buf_addr, unsigned int reg_width, size_t period_len, enum dma_transfer_direction direction) argument
1493 atc_prep_dma_cyclic(struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len, size_t period_len, enum dma_transfer_direction direction, unsigned long flags) argument
[all...]
H A Duniphier-xdmac.c319 uniphier_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) argument
H A Duniphier-mdmac.c230 uniphier_mdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) argument
H A Dtegra210-adma.c246 tegra_adma_request_alloc(struct tegra_adma_chan *tdc, enum dma_transfer_direction direction) argument
555 tegra_adma_set_xfer_params(struct tegra_adma_chan *tdc, struct tegra_adma_desc *desc, dma_addr_t buf_addr, enum dma_transfer_direction direction) argument
628 tegra_adma_prep_dma_cyclic( struct dma_chan *dc, dma_addr_t buf_addr, size_t buf_len, size_t period_len, enum dma_transfer_direction direction, unsigned long flags) argument
[all...]
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c97 cma_heap_map_dma_buf(struct dma_buf_attachment *attachment, enum dma_data_direction direction) argument
111 cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, struct sg_table *table, enum dma_data_direction direction) argument
121 cma_heap_dma_buf_begin_cpu_access(struct dma_buf *dmabuf, enum dma_data_direction direction) argument
142 cma_heap_dma_buf_end_cpu_access(struct dma_buf *dmabuf, enum dma_data_direction direction) argument

Completed in 416 milliseconds

1234567891011>>