Searched refs:cookie (Results 1 - 25 of 864) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A DbL_switcher.h15 typedef void (*bL_switch_completion_handler)(void *cookie);
/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/gpu/drm/nouveau/include/nvkm/core/
H A Dramht.h27 void nvkm_ramht_remove(struct nvkm_ramht *, int cookie);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c100 nvkm_ramht_remove(struct nvkm_ramht *ramht, int cookie) argument
102 if (--cookie >= 0)
103 nvkm_ramht_update(ramht, cookie, NULL, -1, 0, 0, 0);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c57 void ath6kl_recovery_hb_event(struct ath6kl *ar, u32 cookie) argument
59 if (cookie == ar->fw_recovery.seq_num)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.h55 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon7175::__anon7176
72 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon7175::__anon7177
83 __le16 cookie; /* TX frame cookie */ member in struct:b43_txhdr::__anon7175::__anon7178
209 struct ieee80211_tx_info *txctl, u16 cookie);
213 u16 cookie; /* The cookie from the txhdr */ member in struct:b43_txstatus
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h38 __le16 cookie; member in struct:b43legacy_txhdr_fw3
87 u16 cookie);
92 u16 cookie; /* The cookie from the txhdr */ member in struct:b43legacy_txstatus
120 __le16 cookie; member in struct:b43legacy_hwtxstatus
/linux-master/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h117 __be64 cookie; member in struct:fw_rdev_wr
185 u64 cookie; member in struct:fw_fcoe_els_ct_wr
210 u64 cookie; member in struct:fw_scsi_write_wr
236 u64 cookie; member in struct:fw_scsi_read_wr
262 u64 cookie; member in struct:fw_scsi_cmd_wr
290 u64 cookie; member in struct:fw_scsi_abrt_cls_wr
/linux-master/drivers/scsi/cxlflash/
H A Dbackend.h23 void *cookie, char *name);
24 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie);
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/fs/ubifs/
H A Dubifs-media.h426 * UBIFS_FLG_DOUBLE_HASH: store a 32bit cookie in directory entry nodes to
549 * @cookie: A 32bits random number, used to construct a 64bits
563 __le32 cookie; member in struct:ubifs_dent_node
/linux-master/include/linux/ceph/
H A Dcls_lock_client.h15 char *cookie; /* locker's cookie */ member in struct:ceph_locker_id
30 char *lock_name, u8 type, char *cookie,
35 char *lock_name, char *cookie);
39 char *lock_name, char *cookie,
56 char *lock_name, u8 type, char *cookie, char *tag);
/linux-master/include/linux/
H A Dpps_kernel.h90 /* Look up a pps_device by magic cookie */
91 struct pps_device *pps_lookup_dev(void const *cookie);
H A Dshdma-base.h51 dma_cookie_t cookie; member in struct:shdma_desc
/linux-master/arch/arm/kernel/
H A Dstacktrace.c162 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
195 walk_stackframe(&frame, consume_entry, cookie);
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c3511 * @cookie: cookie for the caller to use for later calls
3515 struct ti_sysc_cookie *cookie)
3523 if (!dev || !data || !data->name || !cookie)
3553 cookie->data = oh;
3596 cookie->clkdm, rev_offs,
3513 omap_hwmod_init_module(struct device *dev, const struct ti_sysc_module_data *data, struct ti_sysc_cookie *cookie) argument
H A Domap_hwmod.h627 struct ti_sysc_cookie *cookie);
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/arch/arm64/kernel/
H A Dstacktrace.c158 typedef bool (*kunwind_consume_fn)(const struct kunwind_state *state, void *cookie);
162 void *cookie)
170 if (!consume_state(state, cookie))
209 void *cookie, struct task_struct *task,
243 do_kunwind(&state, consume_state, cookie);
248 void *cookie; member in struct:kunwind_consume_entry_data
252 arch_kunwind_consume_entry(const struct kunwind_state *state, void *cookie) argument
254 struct kunwind_consume_entry_data *data = cookie;
255 return data->consume_entry(data->cookie, state->common.pc);
259 void *cookie, struc
161 do_kunwind(struct kunwind_state *state, kunwind_consume_fn consume_state, void *cookie) argument
208 kunwind_stack_walk(kunwind_consume_fn consume_state, void *cookie, struct task_struct *task, struct pt_regs *regs) argument
258 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) argument
272 void *cookie; member in struct:bpf_unwind_consume_entry_data
276 arch_bpf_unwind_consume_entry(const struct kunwind_state *state, void *cookie) argument
284 arch_bpf_stack_walk(bool (consume_entry)void *cookie, u64 ip, u64 sp, u64 fp), void *cookie) argument
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c72 void *cookie)
77 if (!consume_entry(cookie, state->pc))
70 unwind(struct unwind_state *state, stack_trace_consume_fn consume_entry, void *cookie) argument
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c127 stack_trace_consume_fn consume_entry, void *cookie)
132 if (!consume_entry(cookie, state->pc))
126 unwind(struct unwind_state *state, stack_trace_consume_fn consume_entry, void *cookie) argument
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1826 if (l->cookie == 0) {
1827 /* if cookie is zero, one instruction is enough to store it */
1830 emit_a64_mov_i64(A64_R(10), l->cookie, ctx);
/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/arch/mips/include/asm/sn/
H A Dklconfig.h730 * of this structure we have is done by checking the cookie field.
738 unsigned int cookie; /* for compatibility with older proms */ member in struct:klgfx_s
/linux-master/arch/parisc/kernel/
H A Dstacktrace.c17 struct pt_regs *regs, bool (*fn)(void *, unsigned long), void *cookie)
27 if (!fn(cookie, info.ip))
32 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
35 walk_stackframe(task, regs, consume_entry, cookie);
38 int arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, argument
41 walk_stackframe(task, NULL, consume_entry, cookie);
16 walk_stackframe(struct task_struct *task, struct pt_regs *regs, bool (*fn)(void *, unsigned long), void *cookie) argument

Completed in 309 milliseconds

1234567891011>>