Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-pxa2xx-pci.c31 void *tx_param; member
68 .tx_param = &byt_tx_param,
76 .tx_param = &bsw0_tx_param,
84 .tx_param = &bsw1_tx_param,
92 .tx_param = &bsw2_tx_param,
131 if (c->tx_param) { in pxa2xx_spi_pci_probe()
132 struct dw_dma_slave *slave = c->tx_param; in pxa2xx_spi_pci_probe()
148 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()
150 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()
Dspi-pxa2xx.c1422 pdata->tx_param = pdev->dev.parent; in pxa2xx_spi_init_pdata()
/drivers/net/wireless/mwifiex/
Dtxrx.c85 struct mwifiex_tx_param *tx_param) in mwifiex_process_tx() argument
124 skb, tx_param); in mwifiex_process_tx()
164 struct mwifiex_tx_param *tx_param) in mwifiex_host_to_card() argument
197 skb, tx_param); in mwifiex_host_to_card()
240 struct mwifiex_tx_param tx_param; in mwifiex_dequeue_tx_queue() local
256 tx_param.next_pkt_len = ((skb_next) ? skb_next->len : 0); in mwifiex_dequeue_tx_queue()
257 if (!tx_param.next_pkt_len) { in mwifiex_dequeue_tx_queue()
259 tx_param.next_pkt_len = 1; in mwifiex_dequeue_tx_queue()
261 return mwifiex_host_to_card(adapter, skb, &tx_param); in mwifiex_dequeue_tx_queue()
D11n_aggr.c165 struct mwifiex_tx_param tx_param; in mwifiex_11n_aggregate_pkt() local
259 tx_param.next_pkt_len = in mwifiex_11n_aggregate_pkt()
262 tx_param.next_pkt_len = 0; in mwifiex_11n_aggregate_pkt()
265 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt()
Dsta_tx.c139 struct mwifiex_tx_param tx_param; in mwifiex_send_null_packet() local
185 tx_param.next_pkt_len = 0; in mwifiex_send_null_packet()
187 skb, &tx_param); in mwifiex_send_null_packet()
Dwmm.c1239 struct mwifiex_tx_param tx_param; in mwifiex_send_single_packet() local
1265 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()
1268 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) { in mwifiex_send_single_packet()
1325 struct mwifiex_tx_param tx_param; in mwifiex_send_processed_packet() local
1360 tx_param.next_pkt_len = in mwifiex_send_processed_packet()
1364 skb, &tx_param); in mwifiex_send_processed_packet()
1486 struct mwifiex_tx_param tx_param; in mwifiex_process_bypass_tx() local
1512 tx_param.next_pkt_len = 0; in mwifiex_process_bypass_tx()
1514 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) { in mwifiex_process_bypass_tx()
Dpcie.c1130 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_send_data() argument
1222 tx_param->next_pkt_len) { in mwifiex_pcie_send_data()
2279 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_host_to_card() argument
2288 return mwifiex_pcie_send_data(adapter, skb, tx_param); in mwifiex_pcie_host_to_card()
Dsdio.c1821 struct mwifiex_tx_param *tx_param) in mwifiex_sdio_host_to_card() argument
1868 if (tx_param) in mwifiex_sdio_host_to_card()
1870 port, tx_param->next_pkt_len in mwifiex_sdio_host_to_card()
Dusb.c868 struct mwifiex_tx_param *tx_param) in mwifiex_usb_host_to_card() argument
Dmain.h1062 struct mwifiex_tx_param *tx_param);
/drivers/tty/serial/8250/
D8250_mid.c193 struct hsu_dma_slave *tx_param; in mid8250_dma_setup() local
202 tx_param = devm_kzalloc(dev, sizeof(*tx_param), GFP_KERNEL); in mid8250_dma_setup()
203 if (!tx_param) in mid8250_dma_setup()
207 tx_param->chan_id = mid->dma_index * 2; in mid8250_dma_setup()
213 tx_param->dma_dev = &mid->dma_dev->dev; in mid8250_dma_setup()
217 dma->tx_param = tx_param; in mid8250_dma_setup()
D8250.h26 void *tx_param; member
D8250_lpc18xx.c164 data->dma.tx_param = data; in lpc18xx_serial_probe()
D8250_pci.c1452 struct dw_dma_slave *tx_param, *rx_param; in byt_serial_setup() local
1460 tx_param = devm_kzalloc(dev, sizeof(*tx_param), GFP_KERNEL); in byt_serial_setup()
1461 if (!tx_param) in byt_serial_setup()
1473 tx_param->dst_id = 2; in byt_serial_setup()
1479 tx_param->dst_id = 4; in byt_serial_setup()
1490 tx_param->src_master = 1; in byt_serial_setup()
1491 tx_param->dst_master = 0; in byt_serial_setup()
1497 tx_param->dma_dev = &dma_dev->dev; in byt_serial_setup()
1501 dma->tx_param = tx_param; in byt_serial_setup()
D8250_dma.c185 dma->fn, dma->tx_param, in serial8250_request_dma()
D8250_dw.c298 data->dma.tx_param = p->dev->parent; in dw8250_quirks()
/drivers/tty/serial/
Dsamsung.h49 void *tx_param; member
Dsamsung.c881 dma->tx_param, p->port.dev, "tx"); in s3c24xx_serial_request_dma()