/openbmc/linux/tools/testing/selftests/timers/ |
H A D | leapcrash.c | 30 struct timex tx; in clear_time_state() local 60 struct timex tx; in main() local
|
H A D | leap-a-day.c | 97 struct timex tx; in clear_time_state() local 132 struct timex tx; in sigalarm() local 239 struct timex tx; in main() local
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | vnic_sdma.c | 41 struct vnic_txreq *tx = container_of(txreq, struct vnic_txreq, txreq); in vnic_sdma_complete() local 50 struct vnic_txreq *tx) in build_vnic_ulp_payload() 86 struct vnic_txreq *tx, in build_vnic_tx_desc() 132 struct vnic_txreq *tx; in hfi1_vnic_send_dma() local
|
H A D | verbs_txreq.c | 13 void hfi1_put_txreq(struct verbs_txreq *tx) in hfi1_put_txreq() 55 struct verbs_txreq *tx = NULL; in __get_txreq() local
|
H A D | sdma.h | 499 struct sdma_txreq *tx, in sdma_txinit_ahg() 567 struct sdma_txreq *tx, in sdma_txinit() 595 struct sdma_txreq *tx, in make_tx_sdma_desc() 632 static inline void sdma_txclean(struct hfi1_devdata *dd, struct sdma_txreq *tx) in sdma_txclean() 640 struct sdma_txreq *tx) in _sdma_close_tx() 654 struct sdma_txreq *tx, in _sdma_txadd_daddr() 710 struct sdma_txreq *tx, in sdma_txadd_page() 762 struct sdma_txreq *tx, in sdma_txadd_daddr() 797 struct sdma_txreq *tx, in sdma_txadd_kvaddr() 881 struct sdma_txreq *tx) in sdma_progress()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-dln2.c | 108 } tx; in dln2_spi_enable() local 137 } tx; in dln2_spi_cs_set() local 167 } tx; in dln2_spi_cs_enable() local 189 } tx; in dln2_spi_get_cs_num() local 215 } tx; in dln2_spi_get_speed() local 265 } __packed tx; in dln2_spi_set_speed() local 292 } tx; in dln2_spi_set_mode() local 308 } tx; in dln2_spi_set_bpw() local 323 } tx; in dln2_spi_get_supported_frame_sizes() local 456 } __packed tx; in dln2_spi_read_one() local [all …]
|
/openbmc/linux/drivers/fpga/ |
H A D | machxo2-spi.c | 69 struct spi_transfer rx, tx; in get_status() local 139 struct spi_transfer tx[2]; in machxo2_cleanup() local 193 struct spi_transfer tx[3]; in machxo2_write_init() local 257 struct spi_transfer tx; in machxo2_write() local 296 struct spi_transfer tx[2]; in machxo2_write_complete() local
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_esai.c | 165 static int fsl_esai_divisor_cal(struct snd_soc_dai *dai, bool tx, u32 ratio, in fsl_esai_divisor_cal() 264 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous); in fsl_esai_set_dai_sysclk() local 362 static int fsl_esai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) in fsl_esai_set_bclk() 540 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_esai_hw_params() local 649 static void fsl_esai_trigger_start(struct fsl_esai *esai_priv, bool tx) in fsl_esai_trigger_start() 689 static void fsl_esai_trigger_stop(struct fsl_esai *esai_priv, bool tx) in fsl_esai_trigger_stop() 711 bool tx = true, rx = false, enabled[2]; in fsl_esai_hw_reset() local 761 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_esai_trigger() local
|
H A D | fsl_sai.h | 81 #define FSL_SAI_xCSR(tx, ofs) (tx ? FSL_SAI_TCSR(ofs) : FSL_SAI_RCSR(ofs)) argument 82 #define FSL_SAI_xCR1(tx, ofs) (tx ? FSL_SAI_TCR1(ofs) : FSL_SAI_RCR1(ofs)) argument 83 #define FSL_SAI_xCR2(tx, ofs) (tx ? FSL_SAI_TCR2(ofs) : FSL_SAI_RCR2(ofs)) argument 84 #define FSL_SAI_xCR3(tx, ofs) (tx ? FSL_SAI_TCR3(ofs) : FSL_SAI_RCR3(ofs)) argument 85 #define FSL_SAI_xCR4(tx, ofs) (tx ? FSL_SAI_TCR4(ofs) : FSL_SAI_RCR4(ofs)) argument 86 #define FSL_SAI_xCR5(tx, ofs) (tx ? FSL_SAI_TCR5(ofs) : FSL_SAI_RCR5(ofs)) argument 87 #define FSL_SAI_xDR0(tx) (tx ? FSL_SAI_TDR0 : FSL_SAI_RDR0) argument 88 #define FSL_SAI_xFR0(tx) (tx ? FSL_SAI_TFR0 : FSL_SAI_RFR0) argument 89 #define FSL_SAI_xMR(tx) (tx ? FSL_SAI_TMR : FSL_SAI_RMR) argument
|
/openbmc/linux/tools/spi/ |
H A D | spidev_test.c | 118 static void transfer(int fd, uint8_t const *tx, uint8_t const *rx, size_t len) in transfer() 336 uint8_t *tx; in transfer_escaped_string() local 358 uint8_t *tx; in transfer_file() local 405 uint8_t *tx; in transfer_buf() local
|
/openbmc/linux/crypto/async_tx/ |
H A D | async_raid6_recov.c | 36 struct dma_async_tx_descriptor *tx; in async_sum_product() local 104 struct dma_async_tx_descriptor *tx; in async_mult() local 157 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_4() local 207 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_5() local 298 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_n() local 475 struct dma_async_tx_descriptor *tx = NULL; in async_raid6_datap_recov() local
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.c | 220 struct lan743x_tx *tx = context; in lan743x_tx_isr() local 1751 static void lan743x_tx_release_desc(struct lan743x_tx *tx, in lan743x_tx_release_desc() 1845 static int lan743x_tx_get_desc_cnt(struct lan743x_tx *tx, in lan743x_tx_get_desc_cnt() 1858 static int lan743x_tx_get_avail_desc(struct lan743x_tx *tx) in lan743x_tx_get_avail_desc() 1883 static int lan743x_tx_frame_start(struct lan743x_tx *tx, in lan743x_tx_frame_start() 2043 static void lan743x_tx_frame_end(struct lan743x_tx *tx, in lan743x_tx_frame_end() 2221 static void lan743x_tx_ring_cleanup(struct lan743x_tx *tx) in lan743x_tx_ring_cleanup() 2244 static int lan743x_tx_ring_init(struct lan743x_tx *tx) in lan743x_tx_ring_init() 2307 static void lan743x_tx_close(struct lan743x_tx *tx) in lan743x_tx_close() 2337 static int lan743x_tx_open(struct lan743x_tx *tx) in lan743x_tx_open() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_fs.c | 680 struct mlx5e_ipsec_tx *tx, in ipsec_tx_create_attr_set() 695 static int tx_create(struct mlx5e_ipsec *ipsec, struct mlx5e_ipsec_tx *tx, in tx_create() 811 struct mlx5e_ipsec_tx *tx) in tx_get() 836 static void tx_put(struct mlx5e_ipsec *ipsec, struct mlx5e_ipsec_tx *tx) in tx_put() 854 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get_policy() local 882 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get() local 896 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put() local 905 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put_policy() local 1431 struct mlx5e_ipsec_tx *tx; in tx_add_rule() local 1525 struct mlx5e_ipsec_tx *tx; in tx_add_policy() local [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 554 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf() 1033 ieee80211_tx_h_stats(struct ieee80211_tx_data *tx) in ieee80211_tx_h_stats() 1211 struct ieee80211_tx_data *tx, in ieee80211_tx_prepare() 1904 struct ieee80211_tx_data tx; in ieee80211_tx_prepare_skb() local 1944 struct ieee80211_tx_data tx; in ieee80211_tx() local 3536 struct ieee80211_tx_data *tx) in ieee80211_xmit_fast_finish() 3660 struct ieee80211_tx_data tx; in __ieee80211_xmit_fast() local 3800 struct ieee80211_tx_data tx; in ieee80211_tx_dequeue() local 4717 struct ieee80211_tx_data tx = { in ieee80211_build_data_template() local 5138 struct ieee80211_tx_data tx; in ieee80211_beacon_protect() local [all …]
|
H A D | agg-rx.c | 59 u16 initiator, u16 reason, bool tx) in ___ieee80211_stop_rx_ba_session() 118 u16 initiator, u16 reason, bool tx) in __ieee80211_stop_rx_ba_session() 256 u16 buf_size, bool tx, bool auto_seq, in ___ieee80211_start_rx_ba_session() 450 u16 tid, u16 buf_size, bool tx, in __ieee80211_start_rx_ba_session()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-tests.c | 32 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, in tpm_test_swtpm_test() 79 const char *uri, tx_func *tx, in tpm_test_swtpm_migration_test()
|
H A D | tpm-util.c | 54 void tpm_util_startup(QTestState *s, tx_func *tx) in tpm_util_startup() 68 void tpm_util_pcrextend(QTestState *s, tx_func *tx) in tpm_util_pcrextend() 88 void tpm_util_pcrread(QTestState *s, tx_func *tx, in tpm_util_pcrread()
|
/openbmc/linux/include/linux/ |
H A D | async_tx.h | 88 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() 112 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() 147 struct dma_async_tx_descriptor *tx, in init_async_submit()
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.c | 881 struct zd_usb_tx *tx = &usb->tx; in zd_usb_disable_tx() local 910 struct zd_usb_tx *tx = &usb->tx; in zd_usb_enable_tx() local 922 struct zd_usb_tx *tx = &usb->tx; in tx_dec_submitted_urbs() local 936 struct zd_usb_tx *tx = &usb->tx; in tx_inc_submitted_urbs() local 961 struct zd_usb_tx *tx; in tx_urb_complete() local 1021 struct zd_usb_tx *tx = &usb->tx; in zd_usb_tx() local 1058 struct zd_usb_tx *tx = &usb->tx; in zd_tx_timeout() local 1084 struct zd_usb_tx *tx = &usb->tx; in zd_tx_watchdog_handler() local 1105 struct zd_usb_tx *tx = &usb->tx; in zd_tx_watchdog_enable() local 1117 struct zd_usb_tx *tx = &usb->tx; in zd_tx_watchdog_disable() local [all …]
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis_buffer.c | 27 u8 *tx; in adis_update_scan_mode_burst() local 76 __be16 *tx, *rx; in adis_update_scan_mode() local
|
/openbmc/linux/drivers/mfd/ |
H A D | ipaq-micro.c | 33 struct ipaq_micro_txdev *tx = µ->tx; in ipaq_micro_trigger_tx() local 278 struct ipaq_micro_txdev *tx = µ->tx; in micro_tx_chars() local 330 struct ipaq_micro_txdev *tx = µ->tx; in micro_serial_isr() local
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 839 struct tipc_crypto *tx = aead->crypto; in tipc_aead_encrypt_done() local 1204 struct tipc_crypto *tx, *rx; in tipc_crypto_key_flush() local 1384 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch() local 1441 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke() local 1545 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout() local 1685 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit() local 1808 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv() local 2001 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd() local 2191 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, in tipc_crypto_key_distr() 2280 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv() local [all …]
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac4_lib.c | 113 u32 chan, bool rx, bool tx) in dwmac4_enable_dma_irq() 127 u32 chan, bool rx, bool tx) in dwmac410_enable_dma_irq() 141 u32 chan, bool rx, bool tx) in dwmac4_disable_dma_irq() 155 u32 chan, bool rx, bool tx) in dwmac410_disable_dma_irq()
|
/openbmc/pldm/common/ |
H A D | transport.cpp | 142 pldm_requester_rc_t PldmTransport::sendMsg(pldm_tid_t tid, const void* tx, in sendMsg() 155 pldm_tid_t tid, const void* tx, size_t txLen, void*& rx, size_t& rxLen) in sendRecvMsg()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | max3100.c | 194 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 275 u16 tx, rx; in max3100_work() local 580 u16 tx, rx; in max3100_shutdown() local 625 u16 tx, rx; in max3100_startup() local 750 u16 tx, rx; in max3100_probe() local 870 u16 tx, rx; in max3100_suspend() local
|