Searched defs:cookie (Results 151 - 175 of 230) sorted by relevance

12345678910

/drivers/dma/
H A Dtegra20-apb-dma.c688 dma_cookie_t cookie; local
692 cookie = dma_cookie_assign(&dma_desc->txd);
695 return cookie;
783 dma_cookie_t cookie, struct dma_tx_state *txstate)
792 ret = dma_cookie_status(dc, cookie, txstate);
800 if (dma_desc->txd.cookie == cookie) {
814 if (dma_desc->txd.cookie == cookie) {
825 dev_dbg(tdc2dev(tdc), "cookie local
782 tegra_dma_tx_status(struct dma_chan *dc, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
[all...]
/drivers/dma/xilinx/
H A Dxilinx_vdma.c519 * @cookie: Transaction identifier
525 dma_cookie_t cookie,
528 return dma_cookie_status(dchan, cookie, txstate);
885 * Return: cookie value on success and failure value on error
891 dma_cookie_t cookie; local
907 cookie = dma_cookie_assign(tx);
917 return cookie;
524 xilinx_vdma_tx_status(struct dma_chan *dchan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Dnv50.c194 nv50_disp_dmac_object_detach(struct nouveau_object *parent, int cookie) argument
197 nouveau_ramht_remove(base->ramht, cookie);
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1028 static void sdma_complete(void *cookie, int status) argument
1030 struct ipath_verbs_txreq *tx = cookie;
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1077 static void sdma_complete(struct qib_sdma_txreq *cookie, int status) argument
1080 container_of(cookie, struct qib_verbs_txreq, txreq);
/drivers/media/pci/ttpci/
H A Dav7110.c383 static void debiirq(unsigned long cookie) argument
385 struct av7110 *av7110 = (struct av7110 *)cookie;
494 static void gpioirq(unsigned long cookie) argument
496 struct av7110 *av7110 = (struct av7110 *)cookie;
1263 static void vpeirq(unsigned long cookie) argument
1265 struct av7110 *budget = (struct av7110 *)cookie;
/drivers/media/rc/
H A Dwinbond-cir.c483 wbcir_irq_handler(int irqno, void *cookie) argument
485 struct pnp_dev *device = cookie;
/drivers/misc/sgi-xp/
H A Dxpc_sn2.c613 xpc_get_partition_rsvd_page_pa_sn2(void *buf, u64 *cookie, unsigned long *rp_pa, argument
619 status = sn_partition_reserved_page_pa((u64)buf, cookie,
/drivers/mmc/host/
H A Djz4740_mmc.c119 s32 cookie; member in struct:jz4740_mmc_host_next
193 /* Initialize DMA pre request cookie */
194 host->next_data.cookie = 1;
234 data->host_cookie != host->next_data.cookie) {
236 "[%s] invalid cookie: data->host_cookie %d host->next_data.cookie %d\n",
239 host->next_data.cookie);
244 if (next || data->host_cookie != host->next_data.cookie) {
263 data->host_cookie = ++next->cookie < 0 ? 1 : next->cookie;
[all...]
H A Dmmci.h195 s32 cookie; member in struct:mmci_host_next
H A Dsh_mmcif.c292 dma_cookie_t cookie = -EINVAL; local
306 cookie = dmaengine_submit(desc);
310 dev_dbg(&host->pd->dev, "%s(): mapped %d -> %d, cookie %d\n",
311 __func__, data->sg_len, ret, cookie);
331 dev_dbg(&host->pd->dev, "%s(): desc %p, cookie %d, sg[%d]\n", __func__,
332 desc, cookie, data->sg_len);
341 dma_cookie_t cookie = -EINVAL; local
355 cookie = dmaengine_submit(desc);
359 dev_dbg(&host->pd->dev, "%s(): mapped %d -> %d, cookie %d\n",
360 __func__, data->sg_len, ret, cookie);
[all...]
H A Dusdhi6rol0.c568 dma_cookie_t cookie = -EINVAL; local
593 cookie = dmaengine_submit(desc);
596 dev_dbg(mmc_dev(host->mmc), "%s(): mapped %d -> %d, cookie %d @ %p\n",
597 __func__, data->sg_len, ret, cookie, desc); local
599 if (cookie < 0) {
602 ret = cookie;
608 return cookie;
/drivers/mtd/nand/
H A Datmel_nand.c368 dma_cookie_t cookie; local
417 cookie = tx->tx_submit(tx);
418 if (dma_submit_error(cookie)) {
/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c80 static irqreturn_t bch_irq(int irq, void *cookie) argument
82 struct gpmi_nand_data *this = cookie;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c2203 static void bnx2x_set_vf_state(void *cookie) argument
2205 struct set_vf_state_cookie *p = (struct set_vf_state_cookie *)cookie;
2236 struct set_vf_state_cookie cookie; local
2238 cookie.vf = vf;
2239 cookie.state = VF_ACQUIRED;
2240 bnx2x_stats_safe_exec(bp, bnx2x_set_vf_state, &cookie);
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1807 irqreturn_t t4vf_sge_intr_msix(int irq, void *cookie) argument
1809 struct sge_rspq *rspq = cookie;
1903 static irqreturn_t t4vf_intr_msi(int irq, void *cookie) argument
1905 struct adapter *adapter = cookie;
/drivers/net/ethernet/smsc/
H A Dsmc91x.c1784 unsigned long cookie; local
1788 cookie = probe_irq_on();
1827 return probe_irq_off(cookie);
/drivers/net/ethernet/sun/
H A Dsunhme.c2137 static irqreturn_t quattro_sbus_interrupt(int irq, void *cookie) argument
2139 struct quattro *qp = (struct quattro *) cookie;
2995 /* Now make sure pci_dev cookie is there. */
/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h257 u8 cookie; member in struct:carl9170_tx_status
270 u8 cookie; member in struct:_carl9170_tx_status
H A Dwlan.h247 u8 cookie; member in struct:carl9170_tx_superdesc
319 u8 cookie; member in struct:_carl9170_tx_superdesc
/drivers/net/wireless/b43/
H A Dxmit.h54 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon4322::__anon4323
71 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon4322::__anon4324
82 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon4322::__anon4325
208 struct ieee80211_tx_info *txctl, u16 cookie);
212 u16 cookie; /* The cookie from the txhdr */ member in struct:b43_txstatus
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.c944 /* WAR: prevent cookie mismatch in wpa_supplicant return OK */
972 unsigned int duration, u64 *cookie)
991 *cookie = p2p->remain_on_channel_cookie;
992 cfg80211_ready_on_channel(wdev, *cookie, channel, duration, GFP_KERNEL);
970 brcmf_p2p_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *channel, unsigned int duration, u64 *cookie) argument
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c155 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
199 *cookie = prandom_u32() | 1;
200 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true, GFP_ATOMIC);
238 unsigned int duration, u64 *cookie)
243 if (!chan || !cookie) {
248 if (priv->roc_cfg.cookie) {
249 wiphy_dbg(wiphy, "info: ongoing ROC, cookie = 0x%llx\n",
250 priv->roc_cfg.cookie);
258 *cookie = prandom_u32() | 1;
259 priv->roc_cfg.cookie
154 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
235 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
275 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/drivers/ntb/
H A Dntb_transport.c1062 dma_cookie_t cookie; local
1109 cookie = dmaengine_submit(txd);
1110 if (dma_submit_error(cookie))
1115 qp->last_cookie = cookie;
1281 dma_cookie_t cookie; local
1328 cookie = dmaengine_submit(txd);
1329 if (dma_submit_error(cookie))
/drivers/regulator/
H A Dcore.c3220 static void regulator_bulk_enable_async(void *data, async_cookie_t cookie) argument

Completed in 500 milliseconds

12345678910