Searched refs:context (Results 176 - 200 of 2091) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/vt6656/
H A Dusbpipe.c142 struct vnt_usb_send_context *context; local
150 context = priv->tx_context[pkt_no];
152 if (!context->skb)
155 info = IEEE80211_SKB_CB(context->skb);
169 ieee80211_tx_status_irqsafe(priv->hw, context->skb);
171 context->in_use = false;
213 struct vnt_private *priv = urb->context;
364 struct vnt_rcb *rcb = urb->context;
426 struct vnt_usb_send_context *context = urb->context; local
456 vnt_tx_context(struct vnt_private *priv, struct vnt_usb_send_context *context, struct sk_buff *skb) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dldt.c10 * context.ldt_usr_sem
12 * context.lock
47 ldt = READ_ONCE(mm->context.ldt);
50 * Any change to mm->context.ldt is followed by an IPI to all
98 * prev->context.ldt actually matches LDTR, but, if LDTR is non-NULL,
99 * then prev->context.ldt will also be non-NULL.
109 if (unlikely((unsigned long)prev->context.ldt |
110 (unsigned long)next->context.ldt))
135 /* context.lock is held by the task which issued the smp function call */
193 if (mm->context
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-spi.c28 static int regmap_spi_write(void *context, const void *data, size_t count) argument
30 struct device *dev = context;
36 static int regmap_spi_gather_write(void *context, argument
40 struct device *dev = context;
53 static int regmap_spi_async_write(void *context, argument
61 struct device *dev = context;
75 async->m.context = async;
91 static int regmap_spi_read(void *context, argument
95 struct device *dev = context;
H A Dregmap-sdw.c12 static int regmap_sdw_write(void *context, const void *val_buf, size_t val_size) argument
14 struct device *dev = context;
23 static int regmap_sdw_gather_write(void *context, argument
27 struct device *dev = context;
34 static int regmap_sdw_read(void *context, argument
38 struct device *dev = context;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h200 struct dc_state *context);
202 struct dc_state *context);
207 int num_planes, struct dc_state *context);
209 struct dc_state *context);
211 struct dc_state *context);
213 struct dc_state *context);
228 void (*update_dsc_pg)(struct dc *dc, struct dc_state *context, bool safe_to_disable);
234 struct dc_state *context, bool lock);
273 void (*prepare_bandwidth)(struct dc *dc, struct dc_state *context);
274 bool (*update_bandwidth)(struct dc *dc, struct dc_state *context);
[all...]
/linux-master/lib/
H A Dobjpool.c21 int nodes, void *context,
32 int rc = objinit(obj, context);
49 void *context, objpool_init_obj_cb objinit)
90 rc = objpool_init_percpu_slot(pool, slot, nodes, context, objinit);
113 gfp_t gfp, void *context, objpool_init_obj_cb objinit,
137 pool->context = context;
145 rc = objpool_init_percpu_slots(pool, nr_objs, context, objinit);
166 pool->release(pool, pool->context);
19 objpool_init_percpu_slot(struct objpool_head *pool, struct objpool_slot *slot, int nodes, void *context, objpool_init_obj_cb objinit) argument
48 objpool_init_percpu_slots(struct objpool_head *pool, int nr_objs, void *context, objpool_init_obj_cb objinit) argument
112 objpool_init(struct objpool_head *pool, int nr_objs, int object_size, gfp_t gfp, void *context, objpool_init_obj_cb objinit, objpool_fini_cb release) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c416 * dc_stream_adjust_vmin_vmax - look up pipe context & update parts of DRR
421 * Looks up the pipe context of dc_stream_state and updates the
426 * Return: %true if the pipe context is found and adjusted;
427 * %false if the pipe context is not found.
474 * dc_stream_get_last_used_drr_vtotal - Looks up the pipe context of
481 * Return: %true if the pipe context is found and there is an associated
483 * %false if the pipe context is not found or there is no
1109 struct dc_state *context)
1118 struct dc_state *context,
1126 dc->hwss.interdependent_update_lock(dc, context, loc
1106 disable_all_writeback_pipes_for_stream( const struct dc *dc, struct dc_stream_state *stream, struct dc_state *context) argument
1117 apply_ctx_interdependent_lock(struct dc *dc, struct dc_state *context, struct dc_stream_state *stream, bool lock) argument
1142 dc_update_visual_confirm_color(struct dc *dc, struct dc_state *context, struct pipe_ctx *pipe_ctx) argument
1169 disable_dangling_plane(struct dc *dc, struct dc_state *context) argument
1278 disable_vbios_mode_if_required( struct dc *dc, struct dc_state *context) argument
1346 wait_for_blank_complete(struct dc *dc, struct dc_state *context) argument
1367 wait_for_odm_update_pending_complete(struct dc *dc, struct dc_state *context) argument
1387 wait_for_no_pipes_pending(struct dc *dc, struct dc_state *context) argument
1849 should_update_pipe_for_stream( struct dc_state *context, struct pipe_ctx *pipe_ctx, struct dc_stream_state *stream) argument
1857 should_update_pipe_for_plane( struct dc_state *context, struct pipe_ctx *pipe_ctx, struct dc_plane_state *plane_state) argument
1865 dc_enable_stereo( struct dc *dc, struct dc_state *context, struct dc_stream_state *streams[], uint8_t stream_count) argument
1892 dc_trigger_sync(struct dc *dc, struct dc_state *context) argument
1902 get_stream_mask(struct dc *dc, struct dc_state *context) argument
1938 dc_commit_state_no_check(struct dc *dc, struct dc_state *context) argument
2143 struct dc_state *context; local
2270 is_flip_pending_in_pipes(struct dc *dc, struct dc_state *context) argument
2313 struct dc_state *context = dc->current_state; local
2401 is_surface_in_context( const struct dc_state *context, const struct dc_plane_state *plane_state) argument
2577 const struct dc_state *context = dc->current_state; local
2914 copy_stream_update_to_stream(struct dc *dc, struct dc_state *context, struct dc_stream_state *stream, struct dc_stream_update *update) argument
3083 update_seamless_boot_flags(struct dc *dc, struct dc_state *context, int surface_count, struct dc_stream_state *stream) argument
3133 struct dc_state *context; local
3258 commit_planes_do_stream_update(struct dc *dc, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
3418 dc_dmub_update_dirty_rect(struct dc *dc, int surface_count, struct dc_stream_state *stream, struct dc_surface_update *srf_updates, struct dc_state *context) argument
3471 build_dmub_update_dirty_rect( struct dc *dc, int surface_count, struct dc_stream_state *stream, struct dc_surface_update *srf_updates, struct dc_state *context, struct dc_dmub_cmd dc_dmub_cmd[], unsigned int *dmub_cmd_count) argument
3545 build_dmub_cmd_list(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_state *context, struct dc_dmub_cmd dc_dmub_cmd[], unsigned int *dmub_cmd_count) argument
3558 commit_planes_for_stream_fast(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
3682 commit_planes_for_stream(struct dc *dc, struct dc_surface_update *srf_updates, int surface_count, struct dc_stream_state *stream, struct dc_stream_update *stream_update, enum surface_update_type update_type, struct dc_state *context) argument
4160 backup_and_set_minimal_pipe_split_policy(struct dc *dc, struct dc_state *context, struct pipe_split_policy_backup *policy) argument
4180 restore_minimal_pipe_split_policy(struct dc *dc, struct dc_state *context, struct pipe_split_policy_backup *policy) argument
4204 force_vsync_flip_in_minimal_transition_context(struct dc_state *context) argument
4577 const struct dc_state *context = dc->current_state; local
4654 struct dc_state *context; local
4769 struct dc_state *context; local
5261 struct dc_state *context = dc->current_state; local
5826 dc_get_power_profile_for_dc_state(const struct dc_state *context) argument
[all...]
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.h25 int (*map)(struct etnaviv_iommu_context *context, unsigned long iova,
27 size_t (*unmap)(struct etnaviv_iommu_context *context, unsigned long iova,
80 /* Not part of the context, but needs to have the same lifetime */
89 int etnaviv_iommu_map_gem(struct etnaviv_iommu_context *context,
92 void etnaviv_iommu_unmap_gem(struct etnaviv_iommu_context *context,
124 u32 etnaviv_iommuv2_get_mtlb_addr(struct etnaviv_iommu_context *context);
125 unsigned short etnaviv_iommuv2_get_pta_id(struct etnaviv_iommu_context *context);
H A Detnaviv_cmdbuf.h31 struct etnaviv_iommu_context *context,
34 void etnaviv_cmdbuf_suballoc_unmap(struct etnaviv_iommu_context *context,
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.h42 void *context; member in struct:dm_btree_value_type
62 void (*inc)(void *context, const void *value, unsigned int count);
69 void (*dec)(void *context, const void *value, unsigned int count);
76 int (*equal)(void *context, const void *value1, const void *value2);
177 int (*fn)(void *context, uint64_t *keys, void *leaf),
178 void *context);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dssve_za_regs.c5 * Verify that both the streaming SVE and ZA register context in
19 } context; variable in typeref:union:__anon5135
71 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context);
86 * Get a signal context which should have the SVE and ZA
90 if (!get_current_context(td, &context.uc, sizeof(context)))
93 regs = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context),
96 fprintf(stderr, "No SVE context\n");
114 regs = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context),
117 fprintf(stderr, "No ZA context\
[all...]
/linux-master/include/linux/
H A Dhw_breakpoint.h60 void *context,
76 void *context,
82 void *context);
108 void *context,
120 void *context,
125 void *context) { return NULL; }
106 register_user_hw_breakpoint(struct perf_event_attr *attr, perf_overflow_handler_t triggered, void *context, struct task_struct *tsk) argument
118 register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr, perf_overflow_handler_t triggered, void *context, int cpu) argument
123 register_wide_hw_breakpoint(struct perf_event_attr *attr, perf_overflow_handler_t triggered, void *context) argument
H A Ddma-fence-array.h81 u64 context, unsigned seqno,
84 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
H A Ddm-io.h30 typedef void (*io_notify_fn)(unsigned int long error, void *context);
54 void *context; /* Passed to callback */ member in struct:dm_io_notify
/linux-master/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c46 static void regmap_lock_mutex(void *context) argument
48 struct encx24j600_context *ctx = context;
53 static void regmap_unlock_mutex(void *context) argument
55 struct encx24j600_context *ctx = context;
60 static int regmap_encx24j600_sfr_read(void *context, u8 reg, u8 *val, argument
63 struct encx24j600_context *ctx = context;
168 static int regmap_encx24j600_sfr_write(void *context, u8 reg, u8 *val, argument
171 struct encx24j600_context *ctx = context;
188 static int regmap_encx24j600_reg_update_bits(void *context, unsigned int reg, argument
192 struct encx24j600_context *ctx = context;
220 regmap_encx24j600_spi_write(void *context, u8 reg, const u8 *data, size_t count) argument
233 regmap_encx24j600_spi_read(void *context, u8 reg, u8 *data, size_t count) argument
244 regmap_encx24j600_write(void *context, const void *data, size_t len) argument
261 regmap_encx24j600_read(void *context, const void *reg_buf, size_t reg_size, void *val, size_t val_size) argument
345 regmap_encx24j600_phy_reg_read(void *context, unsigned int reg, unsigned int *val) argument
383 regmap_encx24j600_phy_reg_write(void *context, unsigned int reg, unsigned int val) argument
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_parser.c204 int pkcs7_note_OID(void *context, size_t hdrlen, argument
208 struct pkcs7_parse_context *ctx = context;
223 int pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, argument
227 struct pkcs7_parse_context *ctx = context;
273 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, argument
277 struct pkcs7_parse_context *ctx = context;
314 int pkcs7_check_content_type(void *context, size_t hdrlen, argument
318 struct pkcs7_parse_context *ctx = context;
331 int pkcs7_note_signeddata_version(void *context, size_t hdrlen, argument
335 struct pkcs7_parse_context *ctx = context;
365 pkcs7_note_signerinfo_version(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
408 pkcs7_extract_cert(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
448 pkcs7_note_certificate_list(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
466 pkcs7_note_content(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
486 pkcs7_note_data(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
503 pkcs7_sig_note_authenticated_attr(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
586 pkcs7_sig_note_set_of_authattrs(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
614 pkcs7_sig_note_serial(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
627 pkcs7_sig_note_issuer(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
640 pkcs7_sig_note_skid(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
656 pkcs7_sig_note_signature(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
673 pkcs7_note_signed_info(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) argument
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c92 handle.context, handle.resource, result);
134 * Calls the specified callback in a delayed context.
152 * Dispatch datagram as a host, to the host, or other vm context. This
153 * function cannot dispatch to hypervisor context handlers. This should
166 if (dg->dst.context == VMCI_HYPERVISOR_CONTEXT_ID)
169 /* Check that source handle matches sending context. */
170 if (dg->src.context != context_id) {
171 pr_devel("Sender context (ID=0x%x) is not owner of src datagram entry (handle=0x%x:0x%x)\n",
172 context_id, dg->src.context, dg->src.resource);
181 dg->src.context, d
[all...]
/linux-master/arch/sparc/include/asm/
H A Dtlbflush_64.h51 void __flush_tlb_page(unsigned long context, unsigned long vaddr);
58 __flush_tlb_page(CTX_HWBITS(mm->context), vaddr);
/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts.py38 def raw_syscalls__sys_enter(event_name, context, common_cpu,
49 def syscalls__sys_enter(event_name, context, common_cpu,
/linux-master/drivers/acpi/
H A Dsbshc.h24 typedef void (*smbus_alarm_callback)(void *context);
31 smbus_alarm_callback callback, void *context);
/linux-master/arch/um/include/asm/
H A Dmmu_context.h25 __switch_mm(&new->context.id);
37 __switch_mm(&next->context.id);
/linux-master/include/linux/comedi/
H A Dcomedi_8255.h49 int data, unsigned long context),
50 unsigned long context);
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.h18 void (*start)(void *context);
19 void (*finish)(void *context);
/linux-master/arch/x86/include/asm/
H A Dmmu.h73 .context = { \
75 .lock = __MUTEX_INITIALIZER(mm.context.lock), \
/linux-master/drivers/misc/mei/
H A Dvsc-tp.h23 * @context: the execution context of who registered this callback
25 * The callback function is called in interrupt context and the data
29 typedef void (*vsc_tp_event_cb_t)(void *context);
38 void *context);

Completed in 207 milliseconds

1234567891011>>