Searched refs:tx_param (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-pxa2xx-pci.c | 107 c->tx_param = &byt_tx_param; in lpss_spi_setup() 113 c->tx_param = &bsw0_tx_param; in lpss_spi_setup() 119 c->tx_param = &bsw1_tx_param; in lpss_spi_setup() 125 c->tx_param = &bsw2_tx_param; in lpss_spi_setup() 132 c->tx_param = &lpt0_tx_param; in lpss_spi_setup() 139 c->tx_param = &lpt1_tx_param; in lpss_spi_setup() 157 tx = c->tx_param; in lpss_spi_setup() 205 c->tx_param = &mrfld3_tx_param; in mrfld_spi_setup() 211 c->tx_param = &mrfld5_tx_param; in mrfld_spi_setup() 217 c->tx_param = &mrfld6_tx_param; in mrfld_spi_setup() [all …]
|
| H A D | spi-pxa2xx.h | 32 void *tx_param; member
|
| H A D | spi-pxa2xx-dma.c | 196 pdata->dma_filter, pdata->tx_param, dev, "tx"); in pxa2xx_spi_dma_setup()
|
| H A D | spi-pxa2xx-platform.c | 117 pdata->tx_param = parent; in pxa2xx_spi_init_pdata()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_mid.c | 258 struct hsu_dma_slave *tx_param; in mid8250_dma_setup() local 267 tx_param = devm_kzalloc(dev, sizeof(*tx_param), GFP_KERNEL); in mid8250_dma_setup() 268 if (!tx_param) in mid8250_dma_setup() 272 tx_param->chan_id = mid->dma_index * 2; in mid8250_dma_setup() 278 tx_param->dma_dev = &mid->dma_dev->dev; in mid8250_dma_setup() 282 dma->tx_param = tx_param; in mid8250_dma_setup()
|
| H A D | 8250_lpss.c | 279 struct dw_dma_slave *rx_param, *tx_param; in lpss8250_dma_setup() local 294 tx_param = devm_kmemdup(dev, &lpss->dma_param, sizeof(*tx_param), GFP_KERNEL); in lpss8250_dma_setup() 295 if (!tx_param) in lpss8250_dma_setup() 300 dma->tx_param = tx_param; in lpss8250_dma_setup()
|
| H A D | 8250_lpc18xx.c | 139 data->dma.tx_param = data; in lpc18xx_serial_probe()
|
| H A D | 8250_dma.c | 251 dma->fn, dma->tx_param, in serial8250_request_dma()
|
| H A D | 8250.h | 27 void *tx_param; member
|
| H A D | 8250_dw.c | 446 data->data.dma.tx_param = p->dev->parent; in dw8250_setup_dma_filter()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n_aggr.c | 153 struct mwifiex_tx_param tx_param; in mwifiex_11n_aggregate_pkt() local 238 tx_param.next_pkt_len = skb_src->len + sizeof(struct txpd); in mwifiex_11n_aggregate_pkt() 240 tx_param.next_pkt_len = 0; in mwifiex_11n_aggregate_pkt() 244 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt() 248 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt()
|
| H A D | sta_tx.c | 116 struct mwifiex_tx_param tx_param; in mwifiex_send_null_packet() local 163 tx_param.next_pkt_len = 0; in mwifiex_send_null_packet() 165 skb, &tx_param); in mwifiex_send_null_packet()
|
| H A D | usb.c | 953 struct mwifiex_tx_param *tx_param, in mwifiex_usb_aggr_tx_data() argument 972 if (tx_param && tx_param->next_pkt_len) { in mwifiex_usb_aggr_tx_data() 983 tx_param->next_pkt_len > in mwifiex_usb_aggr_tx_data() 1166 struct mwifiex_tx_param *tx_param) in mwifiex_usb_host_to_card() argument 1214 tx_param, port); in mwifiex_usb_host_to_card()
|
| H A D | sdio.c | 2341 struct mwifiex_tx_param *tx_param) in mwifiex_sdio_host_to_card() argument 2389 if (tx_param) in mwifiex_sdio_host_to_card() 2391 port, tx_param->next_pkt_len in mwifiex_sdio_host_to_card()
|