Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/drivers/scsi/sym53c8xx_2/
Dsym_misc.h52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
113 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink) argument
117 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) argument
130 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head) argument
/drivers/gpu/drm/i915/gvt/
Dcfg_space.c73 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local
149 u8 new = *(u8 *)p_data; in emulate_pci_command_write() local
171 u32 new = *(u32 *)(p_data); in emulate_pci_rom_bar_write() local
184 u32 new = *(u32 *)(p_data); in emulate_pci_bar_write() local
/drivers/gpu/drm/
Ddrm_lock.c62 unsigned int old, new, prev; in drm_lock_take() local
111 unsigned int old, new, prev; in drm_lock_transfer() local
126 unsigned int old, new, prev; in drm_legacy_lock_free() local
Ddrm_context.c276 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch()
305 struct drm_file *file_priv, int new) in drm_context_switch_complete()
/drivers/net/wireless/realtek/rtw88/
Dsar.c25 static int rtw_apply_sar(struct rtw_dev *rtwdev, const struct rtw_sar *new) in rtw_apply_sar()
77 struct rtw_sar new = {0}; in rtw_set_sar_specs() local
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c561 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
596 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
662 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
806 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
/drivers/input/joystick/iforce/
Diforce-ff.c183 struct ff_effect *new) in need_condition_modifier()
259 struct ff_effect *new) in need_period_modifier()
276 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
/drivers/watchdog/
Dmachzwd.c145 static inline void zf_set_status(unsigned char new) in zf_set_status()
158 static inline void zf_set_control(unsigned short new) in zf_set_control()
169 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
/drivers/char/agp/
Dgeneric.c98 struct agp_memory *new; in agp_create_user_memory() local
128 struct agp_memory *new; in agp_create_memory() local
222 struct agp_memory *new; in agp_allocate_memory() local
1161 struct agp_memory *new; in agp_generic_alloc_user() local
/drivers/gpu/drm/msm/adreno/
Da5xx_preempt.c13 enum preempt_state old, enum preempt_state new) in try_preempt_state()
26 enum preempt_state new) in set_preempt_state()
/drivers/scsi/fcoe/
Dfcoe_ctlr.c161 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add()
234 static void fcoe_sysfs_fcf_del(struct fcoe_fcf *new) in fcoe_sysfs_fcf_del()
1021 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local
2484 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fcoe_rport *new) in fcoe_ctlr_vn_add()
2567 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_notify()
2622 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_resp()
2638 struct fcoe_rport *new) in fcoe_ctlr_vn_beacon()
/drivers/md/
Ddm-cache-background-tracker.c92 struct rb_node **new = &b->pending.rb_node, *parent = NULL; in __insert_pending() local
121 struct rb_node **new = &b->pending.rb_node; in __find_pending() local
/drivers/media/v4l2-core/
Dv4l2-event.c340 const struct v4l2_event *new) in v4l2_event_src_replace()
349 struct v4l2_event *new) in v4l2_event_src_merge()
/drivers/gpu/drm/radeon/
Dmkregtable.c60 static inline void __list_add(struct list_head *new, in __list_add()
81 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/drivers/net/ethernet/sfc/
Drx_common.c562 struct efx_rss_context *ctx, *new; in efx_alloc_rss_context_entry() local
736 bool *new) in efx_rps_hash_add()
948 bool new; in efx_filter_rfs() local
/drivers/net/ethernet/sfc/siena/
Drx_common.c566 struct efx_rss_context *ctx, *new; in efx_siena_alloc_rss_context_entry() local
741 bool *new) in efx_rps_hash_add()
957 bool new; in efx_siena_filter_rfs() local
/drivers/gpu/drm/nouveau/dispnv50/
Dcurs.c32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_curs_new() member
Dbase.c32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_base_new() member
Dovly.c33 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_ovly_new() member
Dcore.c43 int (*new)(struct nouveau_drm *, s32, struct nv50_core **); in nv50_core_new() member
/drivers/mtd/ubi/
Dfastmap.c105 struct ubi_vid_io_buf *new; in new_fm_vbuf() local
833 struct ubi_ainf_peb *new; in clone_aeb() local
879 struct ubi_ainf_peb *new; in ubi_scan_fastmap() local
/drivers/xen/events/
Devents_fifo.c229 event_word_t new, old, w; in clear_masked_cond() local
262 event_word_t new, old, w; in clear_linked() local
/drivers/gpu/drm/tegra/
Dplane.c670 struct drm_plane_state *new; in tegra_plane_update_transparency() local
709 struct drm_plane_state *new; in tegra_plane_setup_transparency() local
/drivers/gpu/drm/i915/
Di915_mitigations.c32 unsigned long new = ~0UL; in mitigations_set() local
/drivers/iommu/
Diova.c88 __cached_rbnode_insert_update(struct iova_domain *iovad, struct iova *new) in __cached_rbnode_insert_update()
157 struct rb_node **new, *parent = NULL; in iova_insert_rbtree() local
182 struct iova *new, bool size_aligned) in __alloc_and_insert_iova_range()

12345678910>>...13