Home
last modified time | relevance | path

Searched refs:tx_param (Results 1 – 14 of 14) 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,
125 if (c->tx_param) { in pxa2xx_spi_pci_probe()
126 struct dw_dma_slave *slave = c->tx_param; in pxa2xx_spi_pci_probe()
142 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()
144 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()
Dspi-pxa2xx-dma.c313 pdata->dma_filter, pdata->tx_param, dev, "tx"); in pxa2xx_spi_dma_setup()
/drivers/net/wireless/mwifiex/
D11n_aggr.c165 struct mwifiex_tx_param tx_param; in mwifiex_11n_aggregate_pkt() local
252 tx_param.next_pkt_len = in mwifiex_11n_aggregate_pkt()
255 tx_param.next_pkt_len = 0; in mwifiex_11n_aggregate_pkt()
258 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt()
Dsta_tx.c131 struct mwifiex_tx_param tx_param; in mwifiex_send_null_packet() local
173 tx_param.next_pkt_len = 0; in mwifiex_send_null_packet()
175 skb, &tx_param); in mwifiex_send_null_packet()
Dtxrx.c85 struct mwifiex_tx_param *tx_param) in mwifiex_process_tx() argument
110 skb, tx_param); in mwifiex_process_tx()
Dwmm.c1047 struct mwifiex_tx_param tx_param; in mwifiex_send_single_packet() local
1072 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()
1075 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) { in mwifiex_send_single_packet()
1132 struct mwifiex_tx_param tx_param; in mwifiex_send_processed_packet() local
1160 tx_param.next_pkt_len = in mwifiex_send_processed_packet()
1164 skb, &tx_param); in mwifiex_send_processed_packet()
Dpcie.c1104 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_send_data() argument
1185 tx_param->next_pkt_len) { in mwifiex_pcie_send_data()
2214 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_host_to_card() argument
2222 return mwifiex_pcie_send_data(adapter, skb, tx_param); in mwifiex_pcie_host_to_card()
Dsdio.c1650 struct mwifiex_tx_param *tx_param) in mwifiex_sdio_host_to_card() argument
1695 if (tx_param) in mwifiex_sdio_host_to_card()
1697 port, tx_param->next_pkt_len in mwifiex_sdio_host_to_card()
Dusb.c697 struct mwifiex_tx_param *tx_param) in mwifiex_usb_host_to_card() argument
Dmain.h910 struct mwifiex_tx_param *tx_param);
/drivers/tty/serial/8250/
D8250.h24 void *tx_param; member
D8250_pci.c1444 struct dw_dma_slave *tx_param, *rx_param; in byt_serial_setup() local
1452 tx_param = devm_kzalloc(dev, sizeof(*tx_param), GFP_KERNEL); in byt_serial_setup()
1453 if (!tx_param) in byt_serial_setup()
1465 tx_param->dst_id = 2; in byt_serial_setup()
1471 tx_param->dst_id = 4; in byt_serial_setup()
1482 tx_param->src_master = 1; in byt_serial_setup()
1483 tx_param->dst_master = 0; in byt_serial_setup()
1489 tx_param->dma_dev = &dma_dev->dev; in byt_serial_setup()
1493 dma->tx_param = tx_param; in byt_serial_setup()
D8250_dma.c180 dma->fn, dma->tx_param, in serial8250_request_dma()
D8250_dw.c416 data->dma.tx_param = data; in dw8250_probe()