Searched refs:cookie (Results 51 - 75 of 865) sorted by relevance

1234567891011>>

/linux-master/drivers/clocksource/
H A Dtimer-ti-dm.c119 struct omap_dm_timer cookie; member in struct:dmtimer
401 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) argument
403 if (!cookie)
406 return container_of(cookie, struct dmtimer, cookie);
409 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) argument
417 timer = to_dmtimer(cookie);
467 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) argument
469 struct dmtimer *timer = to_dmtimer(cookie);
478 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) argument
648 omap_dm_timer_free(struct omap_dm_timer *cookie) argument
674 omap_dm_timer_get_irq(struct omap_dm_timer *cookie) argument
685 omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) argument
725 omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) argument
743 omap_dm_timer_start(struct omap_dm_timer *cookie) argument
769 omap_dm_timer_stop(struct omap_dm_timer *cookie) argument
787 omap_dm_timer_set_load(struct omap_dm_timer *cookie, unsigned int load) argument
810 omap_dm_timer_set_match(struct omap_dm_timer *cookie, int enable, unsigned int match) argument
840 omap_dm_timer_set_pwm(struct omap_dm_timer *cookie, int def_on, int toggle, int trigger, int autoreload) argument
874 omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) argument
897 omap_dm_timer_set_prescaler(struct omap_dm_timer *cookie, int prescaler) argument
927 omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, unsigned int value) argument
957 omap_dm_timer_set_int_disable(struct omap_dm_timer *cookie, u32 mask) argument
985 omap_dm_timer_read_status(struct omap_dm_timer *cookie) argument
1001 omap_dm_timer_write_status(struct omap_dm_timer *cookie, unsigned int value) argument
1014 omap_dm_timer_read_counter(struct omap_dm_timer *cookie) argument
1027 omap_dm_timer_write_counter(struct omap_dm_timer *cookie, unsigned int value) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c332 struct ti_sysc_cookie *cookie)
335 cookie->clkdm = ti_sysc_find_one_clockdomain(fck);
336 if (cookie->clkdm)
339 cookie->clkdm = ti_sysc_find_one_clockdomain(ick);
340 if (cookie->clkdm)
347 const struct ti_sysc_cookie *cookie)
349 if (cookie->clkdm)
350 clkdm_deny_idle(cookie->clkdm);
354 const struct ti_sysc_cookie *cookie)
356 if (cookie
330 ti_sysc_clkdm_init(struct device *dev, struct clk *fck, struct clk *ick, struct ti_sysc_cookie *cookie) argument
346 ti_sysc_clkdm_deny_idle(struct device *dev, const struct ti_sysc_cookie *cookie) argument
353 ti_sysc_clkdm_allow_idle(struct device *dev, const struct ti_sysc_cookie *cookie) argument
361 ti_sysc_enable_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
370 ti_sysc_idle_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
379 ti_sysc_shutdown_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
[all...]
/linux-master/include/linux/qed/
H A Dqed_ll2_if.h81 void *cookie; member in struct:qed_ll2_comp_rx_data
114 void *cookie,
121 void *cookie,
129 void *cookie,
143 void *cookie; member in struct:qed_ll2_cbs
173 void *cookie; member in struct:qed_ll2_tx_pkt_info
246 * @cookie: to be passed to the callback functions.
253 void *cookie);
/linux-master/fs/netfs/
H A Dmisc.c107 struct fscache_cookie *cookie = netfs_i_cookie(ictx); local
114 if (!fscache_cookie_valid(cookie))
126 fscache_use_cookie(cookie, true);
134 * @inode: The inode on which the cookie resides
142 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
145 fscache_unuse_cookie(cookie, NULL, NULL);
160 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
164 fscache_unuse_cookie(cookie, aux, &i_size);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dp2p.c127 u64 *cookie)
147 *cookie = ++p2p->cookie;
169 cfg80211_ready_on_channel(wdev, *cookie, chan, duration,
196 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) argument
204 if (cookie != p2p->cookie) {
206 p2p->cookie, cookie);
222 p2p->cookie,
125 wil_p2p_listen(struct wil6210_priv *wil, struct wireless_dev *wdev, unsigned int duration, struct ieee80211_channel *chan, u64 *cookie) argument
[all...]
/linux-master/net/ceph/
H A Dcls_lock_client.c18 * @cookie: user-defined identifier for this instance of the lock
28 char *lock_name, u8 type, char *cookie,
33 int cookie_len = strlen(cookie);
64 ceph_encode_string(&p, end, cookie, cookie_len);
73 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n",
74 __func__, lock_name, type, cookie, tag, desc, flags);
91 * @cookie: user-defined identifier for this instance of the lock
96 char *lock_name, char *cookie)
100 int cookie_len = strlen(cookie);
122 ceph_encode_string(&p, end, cookie, cookie_le
25 ceph_cls_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, u8 type, char *cookie, char *tag, char *desc, u8 flags) argument
93 ceph_cls_unlock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie) argument
144 ceph_cls_break_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie, struct ceph_entity_name *locker) argument
389 ceph_cls_assert_locked(struct ceph_osd_request *req, int which, char *lock_name, u8 type, char *cookie, char *tag) argument
[all...]
/linux-master/fs/cachefiles/
H A Dxattr.c44 unsigned int len = object->cookie->aux_len;
57 buf->object_size = cpu_to_be64(object->cookie->object_size);
61 if (test_bit(FSCACHE_COOKIE_LOCAL_WRITE, &object->cookie->flags))
64 memcpy(buf->data, fscache_get_aux(object->cookie), len);
92 * check the consistency between the backing cache and the FS-Cache cookie
98 unsigned int len = object->cookie->aux_len, tlen;
99 const void *p = fscache_get_aux(object->cookie);
125 } else if (be64_to_cpu(buf->object_size) != object->cookie->object_size) {
173 void cachefiles_prepare_to_write(struct fscache_cookie *cookie) argument
176 struct cachefiles_object *object = cookie
[all...]
/linux-master/kernel/
H A Dasync.c25 a "sequence cookie" (which, although it has an abstracted type, can be
28 The async core will assign each scheduled event such a sequence cookie and
33 async_synchronize_cookie() function and pass in its own cookie. The
36 cookie have completed.
62 #define ASYNC_COOKIE_MAX ULLONG_MAX /* infinity cookie */
73 async_cookie_t cookie; member in struct:async_entry
108 ret = first->cookie;
125 pr_debug("calling %lli_%pS @ %i\n", (long long)entry->cookie,
129 entry->func(entry->data, entry->cookie);
132 (long long)entry->cookie, entr
310 async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) argument
331 async_synchronize_cookie(async_cookie_t cookie) argument
[all...]
/linux-master/fs/smb/client/
H A Dfscache.c165 struct fscache_cookie *cookie = cifs_inode_cookie(inode); local
167 if (cookie) {
168 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, cookie);
169 fscache_relinquish_cookie(cookie, false);
180 struct fscache_cookie *cookie = cifs_inode_cookie(inode); local
189 ret = fscache_begin_read_operation(&cres, cookie);
206 struct fscache_cookie *cookie = cifs_inode_cookie(inode); local
213 ret = fscache_begin_write_operation(&cres, cookie);
261 struct fscache_cookie *cookie = cifs_inode_cookie(inode); local
266 ret = fscache_begin_read_operation(&cres, cookie);
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h113 #define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((adapter)->rtw_wdev, cookie, buf, len, ack, gfp)
114 #define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, duration, gfp)
115 #define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->rtw_wdev, cookie, chan, gfp)
/linux-master/net/core/
H A Ddst_cache.c20 u32 cookie; member in struct:dst_cache_pcpu
28 struct dst_entry *dst, u32 cookie)
34 dst_cache->cookie = cookie;
51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) {
178 idst->cookie = 0;
27 dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, struct dst_entry *dst, u32 cookie) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c35 action->chain_index, tmo->cookie,
74 if (!tmo->rule && tmo->cookie) {
76 0, 0, tmo->cookie, false);
/linux-master/samples/bpf/
H A Dtrace_output_user.c26 __u64 cookie; member in struct:__anon4791
29 if (e->cookie != 0x12345678) {
30 printf("BUG pid %llx cookie %llx sized %d\n",
31 e->pid, e->cookie, size);
/linux-master/fs/ceph/
H A Dcache.h37 struct fscache_cookie *cookie = ceph_fscache_cookie(ci); local
39 if (cookie) {
41 fscache_resize_cookie(cookie, to);
/linux-master/arch/sparc/include/asm/
H A Debus_dma.h16 void (*callback)(struct ebus_dma_info *p, int event, void *cookie);
/linux-master/drivers/scsi/cxlflash/
H A Dcxl_hw.c38 irq_handler_t handler, void *cookie, char *name)
40 return cxl_map_afu_irq(ctx_cookie, num, handler, cookie, name);
43 static void cxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) argument
45 cxl_unmap_afu_irq(ctx_cookie, num, cookie);
37 cxlflash_map_afu_irq(void *ctx_cookie, int num, irq_handler_t handler, void *cookie, char *name) argument
/linux-master/arch/arm/include/asm/
H A DbL_switcher.h15 typedef void (*bL_switch_completion_handler)(void *cookie);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dramht.h27 void nvkm_ramht_remove(struct nvkm_ramht *, int cookie);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c102 * @cookie: cookie to track the command
112 u16 cookie)
117 crsqe = &rcfw->crsqe_tbl[cookie];
124 __func__, cookie, crsqe->opcode,
137 * @cookie: cookie to track the command
145 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
152 crsqe = &rcfw->crsqe_tbl[cookie];
173 ret = bnxt_re_is_fw_stalled(rcfw, cookie);
111 bnxt_re_is_fw_stalled(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
192 __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
243 u16 cookie; local
294 u16 cookie; local
388 __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
490 u16 cookie; local
628 u16 cookie, blocked = 0; local
[all...]
/linux-master/include/linux/
H A Dbacking-dev.h273 * @cookie: output param, to be passed to the end function
281 * The caller must call unlocked_inode_to_wb_end() with *@cookie afterwards and
286 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) argument
294 cookie->locked = smp_load_acquire(&inode->i_state) & I_WB_SWITCH;
296 if (unlikely(cookie->locked))
297 xa_lock_irqsave(&inode->i_mapping->i_pages, cookie->flags);
309 * @cookie: @cookie from unlocked_inode_to_wb_begin()
312 struct wb_lock_cookie *cookie)
314 if (unlikely(cookie
311 unlocked_inode_to_wb_end(struct inode *inode, struct wb_lock_cookie *cookie) argument
352 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) argument
357 unlocked_inode_to_wb_end(struct inode *inode, struct wb_lock_cookie *cookie) argument
[all...]
/linux-master/fs/lockd/
H A Dclntxdr.c128 * netobj cookie;
131 const struct nlm_cookie *cookie)
133 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
137 struct nlm_cookie *cookie)
154 cookie->len = length;
155 memcpy(cookie->data, p, length);
158 cookie->len = 4;
159 memset(cookie->data, 0, 4);
162 dprintk("NFS: returned cookie wa
130 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
136 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
H A Dclnt4xdr.c131 * netobj cookie;
134 const struct nlm_cookie *cookie)
136 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
140 struct nlm_cookie *cookie)
157 cookie->len = length;
158 memcpy(cookie->data, p, length);
161 cookie->len = 4;
162 memset(cookie->data, 0, 4);
165 dprintk("NFS: returned cookie wa
133 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
139 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
/linux-master/fs/bcachefs/
H A Drebalance.c39 struct bkey_i_cookie *cookie; local
52 ? le64_to_cpu(bkey_s_c_to_cookie(k).v->cookie)
55 cookie = bch2_trans_kmalloc(trans, sizeof(*cookie));
56 ret = PTR_ERR_OR_ZERO(cookie);
60 bkey_cookie_init(&cookie->k_i);
61 cookie->k.p = iter.pos;
62 cookie->v.cookie = cpu_to_le64(v + 1);
64 ret = bch2_trans_update(trans, &iter, &cookie
83 bch2_clear_rebalance_needs_scan(struct btree_trans *trans, u64 inum, u64 cookie) argument
269 do_rebalance_scan(struct moving_context *ctxt, u64 inum, u64 cookie) argument
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c8 unsigned long cookie)
13 if (rule->cookie == cookie)
32 unsigned long cookie, int port,
36 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie);
48 rule->cookie = cookie;
104 unsigned long cookie, int port, int tc,
108 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie);
119 rule->cookie
7 sja1105_rule_find(struct sja1105_private *priv, unsigned long cookie) argument
30 sja1105_setup_bcast_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, u64 rate_bytes_per_sec, u32 burst) argument
102 sja1105_setup_tc_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, int tc, u64 rate_bytes_per_sec, u32 burst) argument
174 sja1105_flower_policer(struct sja1105_private *priv, int port, struct netlink_ext_ack *extack, unsigned long cookie, struct sja1105_key *key, u64 rate_bytes_per_sec, u32 burst) argument
350 unsigned long cookie = cls->cookie; local
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c71 u32 addr, void *cookie)
75 pkt->resource_handle = hash32_ptr(cookie);
98 u32 size, void *cookie)
102 pkt->resource_handle = hash32_ptr(cookie);
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) argument
122 pkt->client_data = cookie;
162 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, argument
165 if (!pkt || !cookie || !codec)
170 pkt->shdr.session_id = hash32_ptr(cookie);
177 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie) argument
70 pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, u32 addr, void *cookie) argument
97 pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, u32 size, void *cookie) argument
184 pkt_session_set_buffers(struct hfi_session_set_buffers_pkt *pkt, void *cookie, struct hfi_buffer_desc *bd) argument
223 pkt_session_unset_buffers(struct hfi_session_release_buffer_pkt *pkt, void *cookie, struct hfi_buffer_desc *bd) argument
264 pkt_session_etb_decoder(struct hfi_session_empty_buffer_compressed_pkt *pkt, void *cookie, struct hfi_frame_data *in_frame) argument
287 pkt_session_etb_encoder( struct hfi_session_empty_buffer_uncompressed_plane0_pkt *pkt, void *cookie, struct hfi_frame_data *in_frame) argument
313 pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, struct hfi_frame_data *out_frame) argument
339 pkt_session_parse_seq_header( struct hfi_session_parse_sequence_header_pkt *pkt, void *cookie, u32 seq_hdr, u32 seq_hdr_len) argument
355 pkt_session_get_seq_hdr(struct hfi_session_get_sequence_header_pkt *pkt, void *cookie, u32 seq_hdr, u32 seq_hdr_len) argument
370 pkt_session_flush(struct hfi_session_flush_pkt *pkt, void *cookie, u32 type) argument
390 pkt_session_get_property_1x(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) argument
410 pkt_session_set_property_1x(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) argument
1098 pkt_session_get_property_3xx(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) argument
1124 pkt_session_set_property_3xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) argument
1189 pkt_session_set_property_4xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) argument
1300 pkt_session_set_property_6xx(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) argument
1351 pkt_session_get_property(struct hfi_session_get_property_pkt *pkt, void *cookie, u32 ptype) argument
1360 pkt_session_set_property(struct hfi_session_set_property_pkt *pkt, void *cookie, u32 ptype, void *pdata) argument
[all...]

Completed in 215 milliseconds

1234567891011>>