Searched refs:tx_data (Results 1 – 7 of 7) sorted by relevance
/sound/soc/blackfin/ |
D | bf6xx-sport.h | 37 void *tx_data; member 70 void (*tx_callback)(void *), void *tx_data);
|
D | bf5xx-sport.h | 91 void *tx_data; member 168 void (*tx_callback)(void *), void *tx_data);
|
D | bf6xx-sport.c | 108 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback() argument 111 sport->tx_data = tx_data; in sport_set_tx_callback() 234 sport->tx_callback(sport->tx_data); in sport_tx_irq()
|
D | bf5xx-sport.c | 720 sport->tx_callback(sport->tx_data); in tx_handler() 784 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback() argument 789 sport->tx_data = tx_data; in sport_set_tx_callback()
|
/sound/soc/intel/ |
D | sst-baytrail-ipc.c | 151 char tx_data[SST_BYT_IPC_MAX_PAYLOAD_SIZE]; member 305 sst_dsp_outbox_write(byt->dsp, msg->tx_data, msg->tx_size); in sst_byt_ipc_tx_msgs() 370 void *tx_data, size_t tx_bytes, in sst_byt_ipc_tx_message() argument 393 *(u32 *)msg->tx_data = (u32)(header & (u32)-1); in sst_byt_ipc_tx_message() 394 memcpy(msg->tx_data + sizeof(u32), tx_data, tx_bytes); in sst_byt_ipc_tx_message() 410 void *tx_data, size_t tx_bytes, in sst_byt_ipc_tx_msg_wait() argument 413 return sst_byt_ipc_tx_message(byt, header, tx_data, tx_bytes, in sst_byt_ipc_tx_msg_wait() 418 void *tx_data, size_t tx_bytes) in sst_byt_ipc_tx_msg_nowait() argument 420 return sst_byt_ipc_tx_message(byt, header, tx_data, tx_bytes, in sst_byt_ipc_tx_msg_nowait()
|
D | sst-haswell-ipc.c | 194 char tx_data[IPC_MAX_MAILBOX_BYTES]; member 473 sst_dsp_outbox_write(hsw->dsp, msg->tx_data, msg->tx_size); in ipc_tx_msgs() 521 static int ipc_tx_message(struct sst_hsw *hsw, u32 header, void *tx_data, in ipc_tx_message() argument 536 memcpy(msg->tx_data, tx_data, tx_bytes); in ipc_tx_message() 558 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes) in ipc_tx_message_wait() argument 560 return ipc_tx_message(hsw, header, tx_data, tx_bytes, rx_data, in ipc_tx_message_wait() 565 void *tx_data, size_t tx_bytes) in ipc_tx_message_nowait() argument 567 return ipc_tx_message(hsw, header, tx_data, tx_bytes, NULL, 0, 0); in ipc_tx_message_nowait()
|
/sound/firewire/ |
D | dice.c | 1148 __be32 tx_data[4]; in dice_interface_check() local 1196 tx_data, sizeof(tx_data), 0); in dice_interface_check() 1197 if (err < 0 || (tx_data[0] && tx_data[3])) in dice_interface_check()
|