Searched refs:cookie (Results 101 - 125 of 865) sorted by last modified time

1234567891011>>

/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c920 dma_cookie_t cookie; local
929 cookie = dma->rx_cookie;
939 dmaengine_tx_status(rxchan, cookie, &state);
952 while (dmaengine_tx_status(rxchan, cookie, NULL) &&
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c924 const u8 *mac_addr, void *cookie,
925 void (*callback)(void *cookie,
2540 u64 *cookie)
2565 /* cookie generation */
2566 *cookie = (unsigned long)buf;
2569 rtw_cfg80211_mgmt_tx_status(padapter, *cookie, buf, len, ack, GFP_KERNEL);
922 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) argument
2538 cfg80211_rtw_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c610 u32 cookie; /* fixed first four option member in struct:dhcp_packet
/linux-master/drivers/spi/
H A Dspi-imx.c1375 static void spi_imx_dma_rx_callback(void *cookie) argument
1377 struct spi_imx_data *spi_imx = (struct spi_imx_data *)cookie;
1382 static void spi_imx_dma_tx_callback(void *cookie) argument
1384 struct spi_imx_data *spi_imx = (struct spi_imx_data *)cookie;
/linux-master/drivers/scsi/
H A Dscsi_debug.c1162 static void sdebug_tartget_cleanup_async(void *data, async_cookie_t cookie) argument
/linux-master/drivers/regulator/
H A Dcore.c4947 static void regulator_bulk_enable_async(void *data, async_cookie_t cookie) argument
/linux-master/drivers/nvme/host/
H A Dapple.c224 static void apple_nvme_rtkit_crashed(void *cookie) argument
226 struct apple_nvme *anv = cookie;
232 static int apple_nvme_sart_dma_setup(void *cookie, argument
235 struct apple_nvme *anv = cookie;
258 static void apple_nvme_sart_dma_destroy(void *cookie, argument
261 struct apple_nvme *anv = cookie;
1230 static void apple_nvme_async_probe(void *data, async_cookie_t cookie) argument
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c67 dma_cookie_t cookie; local
82 cookie = dmaengine_submit(desc);
83 if (dma_submit_error(cookie))
84 return dma_submit_error(cookie);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c368 if (db_header.cookie != PSP_RUNTIME_DB_COOKIE_ID) {
/linux-master/drivers/bus/mhi/host/
H A Dmain.c714 u32 cookie; /* offset to local descriptor */ local
721 cookie = MHI_TRE_GET_EV_COOKIE(event);
724 /* Received out of bound cookie */
725 WARN_ON(cookie >= buf_ring->len);
727 buf_info = buf_ring->base + cookie;
/linux-master/drivers/bus/mhi/
H A Dcommon.h203 #define MHI_RSCTRE_DATA_DWORD0(cookie) cpu_to_le32(cookie)
/linux-master/drivers/block/
H A Dfloppy.c4773 static __init void floppy_async_init(void *data, async_cookie_t cookie) argument
/linux-master/drivers/base/firmware_loader/
H A Dmain.c1373 async_cookie_t cookie)
1372 __async_dev_cache_fw_image(void *fw_entry, async_cookie_t cookie) argument
/linux-master/drivers/base/
H A Ddd.c962 static void __device_attach_async_helper(void *_dev, async_cookie_t cookie) argument
1137 static void __driver_attach_async_helper(void *_dev, async_cookie_t cookie) argument
/linux-master/arch/loongarch/kernel/
H A Dstacktrace.c14 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
38 if (!addr || !consume_entry(cookie, addr))
44 void *cookie, struct task_struct *task)
72 if (!consume_entry(cookie, addr))
103 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, argument
117 if (!consume_entry(cookie, frame.ra))
43 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) argument
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c165 long cookie; member in struct:virtio_ccw_vq_info
439 info->cookie = kvm_hypercall3(KVM_S390_VIRTIO_CCW_NOTIFY,
441 data, info->cookie);
442 if (info->cookie < 0)
1242 static void virtio_ccw_auto_online(void *data, async_cookie_t cookie) argument
/linux-master/drivers/s390/block/
H A Ddasd.c3392 static void dasd_generic_auto_online(void *data, async_cookie_t cookie) argument
/linux-master/fs/netfs/
H A Dfscache_io.c26 struct fscache_cookie *cookie = fscache_cres_cookie(cres); local
30 if (!fscache_cache_is_live(cookie->volume->cache)) {
35 state = fscache_cookie_state(cookie);
36 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state);
46 wait_var_event(&cookie->state,
47 fscache_cookie_state(cookie) != state);
61 return cookie->volume->cache->ops->begin_operation(cres, want_state);
72 struct fscache_cookie *cookie,
81 cres->cache_priv = cookie;
83 cres->debug_id = cookie
71 fscache_begin_operation(struct netfs_cache_resources *cres, struct fscache_cookie *cookie, enum fscache_want_state want_state, enum fscache_access_trace why) argument
147 __fscache_begin_read_operation(struct netfs_cache_resources *cres, struct fscache_cookie *cookie) argument
155 __fscache_begin_write_operation(struct netfs_cache_resources *cres, struct fscache_cookie *cookie) argument
210 __fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool cond) argument
269 __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) argument
[all...]
/linux-master/fs/afs/
H A Ddir.c579 struct afs_lookup_one_cookie *cookie = local
583 cookie->name.name, cookie->name.len, name, nlen,
590 if (cookie->name.len != nlen ||
591 memcmp(cookie->name.name, name, nlen) != 0) {
596 cookie->fid.vnode = ino;
597 cookie->fid.unique = dtype;
598 cookie->found = 1;
613 struct afs_lookup_one_cookie cookie = { local
623 ret = afs_dir_iterate(dir, &cookie
647 struct afs_lookup_cookie *cookie = local
793 struct afs_lookup_cookie *cookie; local
[all...]
/linux-master/drivers/infiniband/core/
H A Ddevice.c2293 * @cookie: Cookie passed back to the callback
2303 void *cookie)
2313 cb(ib_dev, port, idev, cookie);
2325 * @cookie: Cookie passed back to the callback
2334 void *cookie)
2341 ib_enum_roce_netdev(dev, filter, filter_cookie, cb, cookie);
2299 ib_enum_roce_netdev(struct ib_device *ib_dev, roce_netdev_filter filter, void *filter_cookie, roce_netdev_callback cb, void *cookie) argument
2331 ib_enum_all_roce_netdevs(roce_netdev_filter filter, void *filter_cookie, roce_netdev_callback cb, void *cookie) argument
/linux-master/net/sunrpc/
H A Dxprt.c818 * @cookie: 'connection cookie'
820 * This attempts to break the connection if and only if 'cookie' matches
821 * the current transport 'connection cookie'. It ensures that we don't
826 void xprt_conditional_disconnect(struct rpc_xprt *xprt, unsigned int cookie) argument
830 if (cookie != xprt->connect_cookie)
883 void *cookie)
893 xprt->snd_task = cookie;
901 void xprt_unlock_connect(struct rpc_xprt *xprt, void *cookie) argument
904 if (xprt->snd_task != cookie)
881 xprt_lock_connect(struct rpc_xprt *xprt, struct rpc_task *task, void *cookie) argument
[all...]
/linux-master/include/media/
H A Dvideobuf2-core.h96 * @cookie: return allocator specific cookie for a given memory buffer
145 void *(*cookie)(struct vb2_buffer *vb, void *buf_priv); member in struct:vb2_mem_ops
166 * the device memory for this plane (or is a "cookie" that
696 * vb2_plane_cookie() - Return allocator specific cookie for the given plane.
699 * @plane_no: plane number for which the cookie is to be returned.
701 * This function returns an allocator specific cookie for a given plane if
703 * inline function, which would convert this cookie to the allocator specific
1014 * That offset acts as a "cookie", which is then used to identify the plane
/linux-master/include/linux/sunrpc/
H A Dxprt.h100 /* A cookie used to track the
240 unsigned int connect_cookie; /* A cookie that gets bumped
428 void xprt_conditional_disconnect(struct rpc_xprt *xprt, unsigned int cookie);
/linux-master/include/linux/
H A Dnfs_xdr.h749 __u64 cookie; member in struct:nfs_entry
763 u64 cookie; member in struct:nfs_readdir_arg
866 __u32 cookie; member in struct:nfs_readdirargs
960 __u64 cookie; member in struct:nfs3_readdirargs
1139 u64 cookie; member in struct:nfs4_readdir_arg
1562 u64 cookie; member in struct:nfs42_listxattrsargs
1571 u64 cookie; member in struct:nfs42_listxattrsres
H A Dkvm_host.h230 gpa_t addr, int len, const void *val, long cookie);

Completed in 678 milliseconds

1234567891011>>