Home
last modified time | relevance | path

Searched refs:tx_param (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pci.c32 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()
Dspi-pxa2xx-dma.c316 pdata->dma_filter, pdata->tx_param, dev, "tx"); in pxa2xx_spi_dma_setup()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtxrx.c81 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()
D11n_aggr.c174 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()
Dsta_tx.c138 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()
Dwmm.c1078 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()
Dpcie.c1103 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()
Dsdio.c1749 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()
Dusb.c717 struct mwifiex_tx_param *tx_param) in mwifiex_usb_host_to_card() argument
Dmain.h976 struct mwifiex_tx_param *tx_param);
/linux-4.1.27/include/linux/spi/
Dpxa2xx_spi.h32 void *tx_param; member
/linux-4.1.27/drivers/tty/serial/
Dsamsung.h49 void *tx_param; member
Dsamsung.c909 dma->tx_param, p->port.dev, "tx"); in s3c24xx_serial_request_dma()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_pci.c1448 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 …]
D8250.h26 void *tx_param; member
D8250_dma.c191 dma->fn, dma->tx_param, in serial8250_request_dma()
D8250_dw.c488 data->dma.tx_param = data; in dw8250_probe()