/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-pci.c | 32 void *tx_param; member 69 .tx_param = &byt_tx_param, 77 .tx_param = &bsw0_tx_param, 85 .tx_param = &bsw1_tx_param, 93 .tx_param = &bsw2_tx_param, 132 if (c->tx_param) { in pxa2xx_spi_pci_probe() 133 struct dw_dma_slave *slave = c->tx_param; in pxa2xx_spi_pci_probe() 149 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe() 151 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()
|
D | spi-pxa2xx-dma.c | 316 pdata->dma_filter, pdata->tx_param, dev, "tx"); in pxa2xx_spi_dma_setup()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | txrx.c | 81 struct mwifiex_tx_param *tx_param) in mwifiex_process_tx() argument 112 skb, tx_param); in mwifiex_process_tx() 153 struct mwifiex_tx_param *tx_param) in mwifiex_host_to_card() argument 186 skb, tx_param); in mwifiex_host_to_card() 233 struct mwifiex_tx_param tx_param; in mwifiex_dequeue_tx_queue() local 249 tx_param.next_pkt_len = ((skb_next) ? skb_next->len : 0); in mwifiex_dequeue_tx_queue() 250 if (!tx_param.next_pkt_len) { in mwifiex_dequeue_tx_queue() 252 tx_param.next_pkt_len = 1; in mwifiex_dequeue_tx_queue() 254 return mwifiex_host_to_card(adapter, skb, &tx_param); in mwifiex_dequeue_tx_queue()
|
D | 11n_aggr.c | 174 struct mwifiex_tx_param tx_param; in mwifiex_11n_aggregate_pkt() local 267 tx_param.next_pkt_len = in mwifiex_11n_aggregate_pkt() 270 tx_param.next_pkt_len = 0; in mwifiex_11n_aggregate_pkt() 273 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt()
|
D | sta_tx.c | 138 struct mwifiex_tx_param tx_param; in mwifiex_send_null_packet() local 180 tx_param.next_pkt_len = 0; in mwifiex_send_null_packet() 182 skb, &tx_param); in mwifiex_send_null_packet()
|
D | wmm.c | 1078 struct mwifiex_tx_param tx_param; in mwifiex_send_single_packet() local 1103 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet() 1106 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) { in mwifiex_send_single_packet() 1163 struct mwifiex_tx_param tx_param; in mwifiex_send_processed_packet() local 1199 tx_param.next_pkt_len = in mwifiex_send_processed_packet() 1203 skb, &tx_param); in mwifiex_send_processed_packet()
|
D | pcie.c | 1103 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_send_data() argument 1184 tx_param->next_pkt_len) { in mwifiex_pcie_send_data() 2209 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_host_to_card() argument 2217 return mwifiex_pcie_send_data(adapter, skb, tx_param); in mwifiex_pcie_host_to_card()
|
D | sdio.c | 1749 struct mwifiex_tx_param *tx_param) in mwifiex_sdio_host_to_card() argument 1794 if (tx_param) in mwifiex_sdio_host_to_card() 1796 port, tx_param->next_pkt_len in mwifiex_sdio_host_to_card()
|
D | usb.c | 717 struct mwifiex_tx_param *tx_param) in mwifiex_usb_host_to_card() argument
|
D | main.h | 976 struct mwifiex_tx_param *tx_param);
|
/linux-4.1.27/include/linux/spi/ |
D | pxa2xx_spi.h | 32 void *tx_param; member
|
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.h | 49 void *tx_param; member
|
D | samsung.c | 909 dma->tx_param, p->port.dev, "tx"); in s3c24xx_serial_request_dma()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_pci.c | 1448 struct dw_dma_slave *tx_param, *rx_param; in byt_serial_setup() local 1456 tx_param = devm_kzalloc(dev, sizeof(*tx_param), GFP_KERNEL); in byt_serial_setup() 1457 if (!tx_param) in byt_serial_setup() 1469 tx_param->dst_id = 2; in byt_serial_setup() 1475 tx_param->dst_id = 4; in byt_serial_setup() 1486 tx_param->src_master = 1; in byt_serial_setup() 1487 tx_param->dst_master = 0; in byt_serial_setup() 1493 tx_param->dma_dev = &dma_dev->dev; in byt_serial_setup() 1497 dma->tx_param = tx_param; in byt_serial_setup() 1588 struct hsu_dma_slave *tx_param, *rx_param; in intel_mid_serial_setup() local [all …]
|
D | 8250.h | 26 void *tx_param; member
|
D | 8250_dma.c | 191 dma->fn, dma->tx_param, in serial8250_request_dma()
|
D | 8250_dw.c | 488 data->dma.tx_param = data; in dw8250_probe()
|