Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 223) sorted by relevance

123456789

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dhtab_mem_bench.c58 struct update_ctx update; in overwrite() local
70 struct update_ctx update; in batch_add_batch_del() local
86 struct update_ctx update; in add_only() local
98 struct update_ctx update; in del_only() local
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nic/
Ddcb.c148 static int update_dscp_maxrate(struct net_device *dev, u32 *update) in update_dscp_maxrate()
175 static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update) 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()
251 static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update) in nfp_nic_ets_init()
270 u32 update = 0; in nfp_nic_dcbnl_ieee_setets() local
334 u32 update = 0; in nfp_nic_dcbnl_ieee_setmaxrate() local
366 u32 update = 0; in nfp_nic_set_trust_status() local
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c262 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local
654 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
1027 static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size_cpu()
1034 static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_pre_clip_cpu()
1046 static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_clip_cpu()
1060 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_bo_populate_update_cpu()
1162 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size_same_display()
1178 static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size()
1196 vmw_stdu_surface_update_proxy(struct vmw_du_update_plane *update, void *cmd) in vmw_stdu_surface_update_proxy()
1237 vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_surface_populate_copy()
[all …]
Dvmwgfx_scrn.c465 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size()
472 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb()
498 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip()
516 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip()
560 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size()
567 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare()
584 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip()
613 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect()
631 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip()
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/
Dcursor.c9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show()
15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide()
/linux-6.6.21/fs/sysfs/
Dgroup.c36 const struct attribute_group *grp, int update) in create_files()
107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group()
182 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups()
/linux-6.6.21/include/linux/
Dbtree-type.h51 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
94 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_net_sriov.c42 nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg) in nfp_net_sriov_update()
100 u16 update = NFP_NET_VF_CFG_MB_UPD_VLAN; in nfp_app_set_vf_vlan() local
Dnfp_net_common.c84 static void nfp_net_reconfig_start(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start()
94 static void nfp_net_reconfig_start_async(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start_async()
190 static void nfp_net_reconfig_post(struct nfp_net *nn, u32 update) in nfp_net_reconfig_post()
261 int __nfp_net_reconfig(struct nfp_net *nn, u32 update) in __nfp_net_reconfig()
282 int nfp_net_reconfig(struct nfp_net *nn, u32 update) in nfp_net_reconfig()
927 u32 new_ctrl, new_ctrl_w1, update; in nfp_net_clear_config_and_disable() local
982 u32 bufsz, new_ctrl, new_ctrl_w1, update = 0; in nfp_net_set_config_and_enable() local
/linux-6.6.21/drivers/media/platform/ti/omap3isp/
Disppreview.c672 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock()
693 preview_params_unlock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_unlock()
865 u32 update; in preview_config() local
925 static void preview_setup_hw(struct isp_prev_device *prev, u32 update, in preview_setup_hw()
1229 const u32 update = OMAP3ISP_PREV_FEATURES_END - 1; in omap3isp_preview_restore_context() local
1384 u32 update; in preview_configure() local
1525 u32 update; in omap3isp_preview_isr() local
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.h78 int (*update)(struct nv50_wndw *, u32 *interlock); member
96 int (*update)(struct nv50_wndw *, u32 *interlock); member
Dcore.h23 int (*update)(struct nv50_core *, u32 *interlock, bool ntfy); member
/linux-6.6.21/sound/synth/emux/
Demux_synth.c255 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel()
282 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port()
511 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) in update_voice()
/linux-6.6.21/sound/soc/codecs/
Dmax98396.c356 bool update = false; in max98396_dai_set_fmt() local
514 bool update = false; in max98396_dai_hw_params() local
678 bool update = false; in max98396_dai_tdm_slot() local
/linux-6.6.21/drivers/auxdisplay/
Dline-display.h29 void (*update)(struct linedisp *linedisp); member
/linux-6.6.21/drivers/gpu/drm/armada/
Darmada_gem.h20 void (*update)(void *); member
/linux-6.6.21/tools/perf/ui/
Dprogress.h28 void (*update)(struct ui_progress *p); member
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h638 u8 update, u32 igu_addr) in bnx2x_igu_ack_sb_gen()
657 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb()
677 u16 index, u8 op, u8 update) in bnx2x_ack_sb()
/linux-6.6.21/fs/ceph/
Dcache.c55 void ceph_fscache_unuse_cookie(struct inode *inode, bool update) in ceph_fscache_unuse_cookie()
/linux-6.6.21/drivers/gpu/drm/loongson/
Dlsdc_pixpll.h58 int (*update)(struct lsdc_pixpll * const this, member
Dlsdc_gfxpll.h25 int (*update)(struct loongson_gfxpll * const this, member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local
/linux-6.6.21/drivers/thermal/
Dgov_power_allocator.c566 static void allow_maximum_power(struct thermal_zone_device *tz, bool update) in allow_maximum_power()
705 bool update; in power_allocator_throttle() local
/linux-6.6.21/include/crypto/
Dhash.h160 int (*update)(struct ahash_request *req); member
227 int (*update)(struct shash_desc *desc, const u8 *data, member
254 int (*update)(struct ahash_request *req); member
/linux-6.6.21/drivers/platform/x86/amd/pmf/
Dauto-mode.c153 bool update = false; in amd_pmf_trans_automode() local

123456789