| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | htab_mem_bench.c | 58 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
|
| H A D | bloom_filter_bench.c | 44 bool update; member
|
| /linux/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() 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/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_stdu.c | 269 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 667 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local 1135 static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size_cpu() 1142 static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_pre_clip_cpu() 1154 static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_clip_cpu() 1168 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_bo_populate_update_cpu() 1270 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size_same_display() 1280 static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size() 1292 vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_surface_populate_copy() 1312 vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_surface_populate_clip() [all …]
|
| H A D | vmwgfx_scrn.c | 462 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() 469 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() 495 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() 513 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() 557 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() 564 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare() 581 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip() 612 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect() 630 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | cursor.c | 9 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/fs/sysfs/ |
| H A D | group.c | 50 const struct attribute_group *grp, int update) in create_files() 129 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() 219 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups()
|
| /linux/include/linux/ |
| H A D | btree-type.h | 51 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/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 40 def update(self, data): member in Poly1305 65 def update(self, data): member in Polyval
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_sriov.c | 42 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
|
| H A D | nfp_net_common.c | 84 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() 926 u32 new_ctrl, new_ctrl_w1, update; in nfp_net_clear_config_and_disable() local 981 u32 bufsz, new_ctrl, new_ctrl_w1, update = 0; in nfp_net_set_config_and_enable() local
|
| /linux/sound/soc/codecs/ |
| H A D | max98396.c | 355 bool update = false; in max98396_dai_set_fmt() local 513 bool update = false; in max98396_dai_hw_params() local 677 bool update = false; max98396_dai_tdm_slot() local [all...] |
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 638 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/drivers/gpu/drm/armada/ |
| H A D | armada_gem.h | 20 void (*update)(void *); member
|
| /linux/tools/perf/ui/ |
| H A D | progress.h | 28 void (*update)(struct ui_progress *p); member
|
| /linux/fs/ceph/ |
| H A D | cache.c | 55 void ceph_fscache_unuse_cookie(struct inode *inode, bool update) in ceph_fscache_unuse_cookie()
|
| H A D | cache.h | 82 static inline void ceph_fscache_unuse_cookie(struct inode *inode, bool update) in ceph_fscache_unuse_cookie()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_pixpll.h | 58 int (*update)(struct lsdc_pixpll * const this, member
|
| H A D | lsdc_gfxpll.h | 25 int (*update)(struct loongson_gfxpll * const this, member
|
| /linux/fs/smb/client/ |
| H A D | fscache.c | 149 void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update) in cifs_fscache_unuse_inode_cookie()
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | auto-mode.c | 153 bool update = false; in amd_pmf_trans_automode() local
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | isph3a_aewb.c | 183 int update = 0; in h3a_aewb_set_params() local
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.c | 697 bool update = false; in extron_port_signal_change() local 727 bool update = false; in extron_port_edid_change() local 762 bool update = false; in extron_phys_addr_change() local
|
| /linux/include/drm/ |
| H A D | drm_simple_kms_helper.h | 109 void (*update)(struct drm_simple_display_pipe *pipe, member
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 134 void (*update)(void *arg); in set_cache_qos_cfg() local
|