Searched refs:tx_fn (Results 1 – 7 of 7) sorted by relevance
/openbmc/libmctp/ |
H A D | i2c.c | 117 rc = i2c->tx_fn(pkt->data + pkt->start, mctp_pktbuf_size(pkt), in mctp_binding_i2c_tx() 145 mctp_i2c_tx_fn tx_fn, void *tx_ctx) in mctp_i2c_setup() argument 165 i2c->tx_fn = tx_fn; in mctp_i2c_setup()
|
H A D | serial.c | 41 mctp_serial_tx_fn tx_fn; member 186 if (!serial->tx_fn) in mctp_binding_serial_tx() 190 return mctp_write_all(serial->tx_fn, serial->tx_fn_data, in mctp_binding_serial_tx() 378 serial->tx_fn = fn; in mctp_serial_set_tx_fn()
|
H A D | i2c-internal.h | 41 mctp_i2c_tx_fn tx_fn; member
|
H A D | libmctp-i2c.h | 11 mctp_i2c_tx_fn tx_fn, void *tx_ctx);
|
/openbmc/linux/sound/soc/dwc/ |
H A D | dwc-pcm.c | 112 new_ptr = dev->tx_fn(dev, substream->runtime, ptr, in dw_pcm_transfer() 176 dev->tx_fn = dw_pcm_tx_16; in dw_pcm_hw_params() 181 dev->tx_fn = dw_pcm_tx_32; in dw_pcm_hw_params()
|
H A D | local.h | 144 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, member
|
/openbmc/linux/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 76 unsigned (*tx_fn)(struct xtfpga_i2s *i2s, member 166 unsigned new_tx_ptr = i2s->tx_fn(i2s, tx_substream->runtime, in xtfpga_pcm_push_tx() 409 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params() 415 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params()
|