/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local 189 if (update->flip_addr) { in update_surface_trace() 194 update->flip_addr->address.type, in update_surface_trace() 195 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace() 196 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace() 197 update->flip_addr->flip_immediate); in update_surface_trace() 200 if (update->plane_info) { in update_surface_trace() 211 update->plane_info->color_space, in update_surface_trace() 212 update->plane_info->format, in update_surface_trace() 213 update in update_surface_trace() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local 189 if (update->flip_addr) { in update_surface_trace() 194 update->flip_addr->address.type, in update_surface_trace() 195 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace() 196 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace() 197 update->flip_addr->flip_immediate); in update_surface_trace() 200 if (update->plane_info) { in update_surface_trace() 211 update->plane_info->color_space, in update_surface_trace() 212 update->plane_info->format, in update_surface_trace() 213 update in update_surface_trace() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | htab_mem_bench.c | 58 struct update_ctx update; in overwrite() local 60 update.from = bpf_get_smp_processor_id(); in overwrite() 61 update.step = nr_thread; in overwrite() 62 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in overwrite() 70 struct update_ctx update; in batch_add_batch_del() local 72 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 73 update.step = nr_thread; in batch_add_batch_del() 74 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in batch_add_batch_del() 76 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 77 bpf_loop(OP_BATCH, del_htab, &update, in batch_add_batch_del() 86 struct update_ctx update; add_only() local 98 struct update_ctx update; del_only() local [all...] |
H A D | test_bpf_cookie.c | 23 static void update(void *ctx, __u64 *res) in update() function 34 update(ctx, &kprobe_res); in handle_kprobe() 41 update(ctx, &kretprobe_res); in handle_kretprobe() 48 update(ctx, &uprobe_res); in handle_uprobe() 55 update(ctx, &uretprobe_res); in handle_uretprobe() 67 update(ctx, &tp_res); in handle_tp1() 73 update(ctx, &tp_res); in handle_tp2() 79 update(ctx, &tp_res); in handle_tp3() 86 update(ctx, &pe_res); in handle_pe() 93 update(ct in BPF_PROG() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 148 static int update_dscp_maxrate(struct net_device *dev, u32 *update) in update_dscp_maxrate() argument 160 *update |= NFP_DCB_MSG_MSK_RATE; in update_dscp_maxrate() 169 *update |= NFP_DCB_MSG_MSK_DSCP; in update_dscp_maxrate() 175 static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update) in nfp_nic_set_trust() argument 190 *update |= NFP_DCB_MSG_MSK_TRUST; in nfp_nic_set_trust() 193 static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update) in nfp_nic_set_enable() argument 205 *update |= NFP_DCB_MSG_MSK_ENABLE; in nfp_nic_set_enable() 251 static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update) in nfp_nic_ets_init() argument 260 *update |= NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT | NFP_DCB_MSG_MSK_PCP; in nfp_nic_ets_init() 270 u32 update in nfp_nic_dcbnl_ieee_setets() local 334 u32 update = 0; nfp_nic_dcbnl_ieee_setmaxrate() local 366 u32 update = 0; nfp_nic_set_trust_status() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | isph3a_aewb.c | 23 * h3a_aewb_update_regs - Helper function to update h3a registers. 40 if (!aewb->update) in h3a_aewb_setup_regs() 72 aewb->update = 0; in h3a_aewb_setup_regs() 183 int update = 0; in h3a_aewb_set_params() local 187 update = 1; in h3a_aewb_set_params() 191 update = 1; in h3a_aewb_set_params() 195 update = 1; in h3a_aewb_set_params() 199 update = 1; in h3a_aewb_set_params() 203 update = 1; in h3a_aewb_set_params() 207 update in h3a_aewb_set_params() [all...] |
H A D | isppreview.c | 644 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast() 666 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness() 672 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument 678 prev->params.params[0].busy |= ~active & update; in preview_params_lock() 679 prev->params.params[1].busy |= active & update; in preview_params_lock() 682 update = (prev->params.params[0].update & active) in preview_params_lock() 683 | (prev->params.params[1].update & ~active); in preview_params_lock() 685 prev->params.params[0].busy |= active & update; in preview_params_lock() 686 prev->params.params[1].busy |= ~active & update; in preview_params_lock() 693 preview_params_unlock(struct isp_prev_device *prev, u32 update, bool shadow) preview_params_unlock() argument 865 u32 update; preview_config() local 925 preview_setup_hw(struct isp_prev_device *prev, u32 update, u32 active) preview_setup_hw() argument 1229 const u32 update = OMAP3ISP_PREV_FEATURES_END - 1; omap3isp_preview_restore_context() local 1384 u32 update; preview_configure() local 1525 u32 update; omap3isp_preview_isr() local [all...] |
H A D | isph3a_af.c | 44 if (!af->update) in h3a_af_setup_regs() 122 af->update = 0; in h3a_af_setup_regs() 231 int update = 0; in h3a_af_set_params() local 236 update = 1; in h3a_af_set_params() 242 update = 1; in h3a_af_set_params() 246 update = 1; in h3a_af_set_params() 252 update = 1; in h3a_af_set_params() 258 update = 1; in h3a_af_set_params() 264 update = 1; in h3a_af_set_params() 269 update in h3a_af_set_params() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | isph3a_aewb.c | 23 * h3a_aewb_update_regs - Helper function to update h3a registers. 40 if (!aewb->update) in h3a_aewb_setup_regs() 72 aewb->update = 0; in h3a_aewb_setup_regs() 183 int update = 0; in h3a_aewb_set_params() local 187 update = 1; in h3a_aewb_set_params() 191 update = 1; in h3a_aewb_set_params() 195 update = 1; in h3a_aewb_set_params() 199 update = 1; in h3a_aewb_set_params() 203 update = 1; in h3a_aewb_set_params() 207 update in h3a_aewb_set_params() [all...] |
H A D | isppreview.c | 644 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast() 666 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness() 672 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument 678 prev->params.params[0].busy |= ~active & update; in preview_params_lock() 679 prev->params.params[1].busy |= active & update; in preview_params_lock() 682 update = (prev->params.params[0].update & active) in preview_params_lock() 683 | (prev->params.params[1].update & ~active); in preview_params_lock() 685 prev->params.params[0].busy |= active & update; in preview_params_lock() 686 prev->params.params[1].busy |= ~active & update; in preview_params_lock() 693 preview_params_unlock(struct isp_prev_device *prev, u32 update, bool shadow) preview_params_unlock() argument 865 u32 update; preview_config() local 925 preview_setup_hw(struct isp_prev_device *prev, u32 update, u32 active) preview_setup_hw() argument 1229 const u32 update = OMAP3ISP_PREV_FEATURES_END - 1; omap3isp_preview_restore_context() local 1384 u32 update; preview_configure() local 1525 u32 update; omap3isp_preview_isr() local [all...] |
H A D | isph3a_af.c | 44 if (!af->update) in h3a_af_setup_regs() 122 af->update = 0; in h3a_af_setup_regs() 231 int update = 0; in h3a_af_set_params() local 236 update = 1; in h3a_af_set_params() 242 update = 1; in h3a_af_set_params() 246 update = 1; in h3a_af_set_params() 252 update = 1; in h3a_af_set_params() 258 update = 1; in h3a_af_set_params() 264 update = 1; in h3a_af_set_params() 269 update in h3a_af_set_params() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 53 * struct vmw_stdu_dirty - closure structure for the update functions 262 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 264 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update() 265 update->header.size = sizeof(update->body); in vmw_stdu_populate_update() 267 update->body.stid = unit; in vmw_stdu_populate_update() 268 update->body.rect.x = left; in vmw_stdu_populate_update() 269 update->body.rect.y = top; in vmw_stdu_populate_update() 270 update->body.rect.w = right - left; in vmw_stdu_populate_update() 271 update in vmw_stdu_populate_update() 654 struct vmw_stdu_update *update; vmw_kms_stdu_surface_fifo_commit() local 1027 vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_bo_fifo_size_cpu() argument 1034 vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, void *cmd, uint32_t num_hits) vmw_stdu_bo_pre_clip_cpu() argument 1046 vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t fb_x, uint32_t fb_y) vmw_stdu_bo_clip_cpu() argument 1060 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *bb) vmw_stdu_bo_populate_update_cpu() argument 1162 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_surface_fifo_size_same_display() argument 1178 vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_surface_fifo_size() argument 1196 vmw_stdu_surface_update_proxy(struct vmw_du_update_plane *update, void *cmd) vmw_stdu_surface_update_proxy() argument 1237 vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd, uint32_t num_hits) vmw_stdu_surface_populate_copy() argument 1257 vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t fb_x, uint32_t fb_y) vmw_stdu_surface_populate_clip() argument 1277 vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *bb) vmw_stdu_surface_populate_update() argument [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ipaq_micro_battery.c | 41 struct delayed_work update; member 52 struct micro_battery, update.work); in micro_battery_work() 88 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work() 239 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe() 241 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe() 263 cancel_delayed_work_sync(&mb->update); in micro_batt_probe() 275 cancel_delayed_work_sync(&mb->update); in micro_batt_remove() 285 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend() 293 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ipaq_micro_battery.c | 41 struct delayed_work update; member 52 struct micro_battery, update.work); in micro_battery_work() 88 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work() 239 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe() 241 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe() 263 cancel_delayed_work_sync(&mb->update); in micro_batt_probe() 275 cancel_delayed_work_sync(&mb->update); in micro_batt_remove() 285 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend() 293 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | con3270.c | 47 struct list_head update; /* list of lines to update. */ member 48 int line_nr; /* line number for next update. */ 68 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */ 75 * Setup timeout for a device. On timeout trigger an update. 140 * Rebuild update list to print all lines. 149 * Throw away update list and create a new one, in con3270_rebuild_update() 152 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update() 153 list_del_init(&s->update); in con3270_rebuild_update() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 54 * struct vmw_stdu_dirty - closure structure for the update functions 261 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 263 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update() 264 update->header.size = sizeof(update->body); in vmw_stdu_populate_update() 266 update->body.stid = unit; in vmw_stdu_populate_update() 267 update->body.rect.x = left; in vmw_stdu_populate_update() 268 update->body.rect.y = top; in vmw_stdu_populate_update() 269 update->body.rect.w = right - left; in vmw_stdu_populate_update() 270 update in vmw_stdu_populate_update() 793 struct vmw_stdu_update *update; vmw_kms_stdu_surface_fifo_commit() local 1172 vmw_stdu_bo_fifo_size(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_bo_fifo_size() argument 1180 vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_bo_fifo_size_cpu() argument 1187 vmw_stdu_bo_populate_dma(struct vmw_du_update_plane *update, void *cmd, uint32_t num_hits) vmw_stdu_bo_populate_dma() argument 1211 vmw_stdu_bo_populate_clip(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t fb_x, uint32_t fb_y) vmw_stdu_bo_populate_clip() argument 1230 vmw_stdu_bo_populate_update(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *bb) vmw_stdu_bo_populate_update() argument 1249 vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, void *cmd, uint32_t num_hits) vmw_stdu_bo_pre_clip_cpu() argument 1261 vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t fb_x, uint32_t fb_y) vmw_stdu_bo_clip_cpu() argument 1275 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *bb) vmw_stdu_bo_populate_update_cpu() argument 1389 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_surface_fifo_size_same_display() argument 1405 vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, uint32_t num_hits) vmw_stdu_surface_fifo_size() argument 1423 vmw_stdu_surface_update_proxy(struct vmw_du_update_plane *update, void *cmd) vmw_stdu_surface_update_proxy() argument 1464 vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd, uint32_t num_hits) vmw_stdu_surface_populate_copy() argument 1484 vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t fb_x, uint32_t fb_y) vmw_stdu_surface_populate_clip() argument 1504 vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *bb) vmw_stdu_surface_populate_update() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/intel/wmi/ |
H A D | Makefile | 6 intel-wmi-sbl-fw-update-y := sbl-fw-update.o 7 obj-$(CONFIG_INTEL_WMI_SBL_FW_UPDATE) += intel-wmi-sbl-fw-update.o
|
/kernel/linux/linux-6.6/drivers/powercap/ |
H A D | idle_inject.c | 66 * @update: Optional callback deciding whether or not to skip idle 78 * update() - This callback is invoked just before waking up CPUs to inject 88 bool (*update)(void); member 130 if (!ii_dev->update || (ii_dev->update && ii_dev->update())) in idle_inject_timer_fn() 166 * idle_inject_set_duration - idle and run duration update helper 319 * @update: This callback is called just before waking up CPUs to inject 324 * function also allows to register update()callback. 332 bool (*update)(voi in idle_inject_register_full() 331 idle_inject_register_full(struct cpumask *cpumask, bool (*update)(void)) idle_inject_register_full() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 104 .update = sha256_ssse3_update, 118 .update = sha256_ssse3_update, 169 .update = sha256_avx_update, 183 .update = sha256_avx_update, 245 .update = sha256_avx2_update, 259 .update = sha256_avx2_update, 320 .update = sha256_ni_update, 334 .update = sha256_ni_update,
|
H A D | sha512_ssse3_glue.c | 102 .update = sha512_ssse3_update, 116 .update = sha512_ssse3_update, 178 .update = sha512_avx_update, 192 .update = sha512_avx_update, 244 .update = sha512_avx2_update, 258 .update = sha512_avx2_update,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 113 .update = sha256_ssse3_update, 127 .update = sha256_ssse3_update, 178 .update = sha256_avx_update, 192 .update = sha256_avx_update, 254 .update = sha256_avx2_update, 268 .update = sha256_avx2_update, 329 .update = sha256_ni_update, 343 .update = sha256_ni_update,
|
H A D | sha512_ssse3_glue.c | 103 .update = sha512_ssse3_update, 117 .update = sha512_ssse3_update, 179 .update = sha512_avx_update, 193 .update = sha512_avx_update, 245 .update = sha512_avx2_update, 259 .update = sha512_avx2_update,
|
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | group.c | 36 const struct attribute_group *grp, int update) in create_files() 47 * In update mode, we're changing the permissions or in create_files() 51 if (update) in create_files() 79 if (update) in create_files() 108 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument 116 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group() 120 if (unlikely(update && !kobj->sd)) in internal_create_group() 129 if (update) { in internal_create_group() 132 pr_warn("Can't update unknown attr grp name: %s/%s\n", in internal_create_group() 149 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() 34 create_files(struct kernfs_node *parent, struct kobject *kobj, kuid_t uid, kgid_t gid, const struct attribute_group *grp, int update) create_files() argument 179 internal_create_groups(struct kobject *kobj, int update, const struct attribute_group **groups) internal_create_groups() argument [all...] |
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | group.c | 36 const struct attribute_group *grp, int update) in create_files() 47 * In update mode, we're changing the permissions or in create_files() 51 if (update) in create_files() 79 if (update) in create_files() 107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument 115 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group() 119 if (unlikely(update && !kobj->sd)) in internal_create_group() 130 if (update) { in internal_create_group() 133 pr_warn("Can't update unknown attr grp name: %s/%s\n", in internal_create_group() 152 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() 34 create_files(struct kernfs_node *parent, struct kobject *kobj, kuid_t uid, kgid_t gid, const struct attribute_group *grp, int update) create_files() argument 182 internal_create_groups(struct kobject *kobj, int update, const struct attribute_group **groups) internal_create_groups() argument [all...] |
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | emu8000_callback.c | 21 static void update_voice(struct snd_emux_voice *vp, int update); 58 .update = update_voice, 111 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 116 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 118 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 120 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice() 123 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 125 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 127 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 129 if (update in update_voice() [all...] |