Home
last modified time | relevance | path

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

12345678910>>...12

/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.c72 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local
179 u8 new = *(u8 *)p_data; in emulate_pci_command_write() local
210 u32 new = *(u32 *)(p_data); in emulate_pci_rom_bar_write() local
223 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/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c559 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
594 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
660 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
747 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
804 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
/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/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/char/agp/
Dgeneric.c99 struct agp_memory *new; in agp_create_user_memory() local
129 struct agp_memory *new; in agp_create_memory() local
222 struct agp_memory *new; in agp_allocate_memory() local
1165 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/md/persistent-data/
Ddm-space-map-common.c384 int (*mutator)(void *context, uint32_t old, uint32_t *new), in sm_ll_mutate()
471 static int set_ref_count(void *context, uint32_t old, uint32_t *new) in set_ref_count()
483 static int inc_ref_count(void *context, uint32_t old, uint32_t *new) in inc_ref_count()
494 static int dec_ref_count(void *context, uint32_t old, uint32_t *new) in dec_ref_count()
/drivers/md/
Ddm-cache-background-tracker.c84 struct rb_node **new = &b->pending.rb_node, *parent = NULL; in __insert_pending() local
113 struct rb_node **new = &b->pending.rb_node; in __find_pending() local
Ddm-snap-persistent.c450 chunk_t old, chunk_t new), in insert_exceptions()
495 chunk_t new), in read_exceptions()
613 chunk_t old, chunk_t new), in persistent_read_metadata()
/drivers/gpu/drm/tegra/
Dplane.c389 struct drm_plane_state *new; in tegra_plane_update_transparency() local
428 struct drm_plane_state *new; in tegra_plane_setup_transparency() local
/drivers/scsi/fcoe/
Dfcoe_ctlr.c160 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add()
233 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
2489 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fcoe_rport *new) in fcoe_ctlr_vn_add()
2572 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_notify()
2627 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_resp()
2643 struct fcoe_rport *new) in fcoe_ctlr_vn_beacon()
/drivers/media/v4l2-core/
Dv4l2-event.c320 const struct v4l2_event *new) in v4l2_event_src_replace()
329 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/dma-buf/
Ddma-resv.c150 struct dma_resv_list *old, *new; in dma_resv_reserve_shared() local
314 struct dma_fence *old, *new; in dma_resv_copy_fences() 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/infiniband/sw/rxe/
Drxe_pool.c283 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
310 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
/drivers/mtd/ubi/
Dfastmap.c106 struct ubi_vid_io_buf *new; in new_fm_vbuf() local
824 struct ubi_ainf_peb *new; in clone_aeb() local
870 struct ubi_ainf_peb *new; in ubi_scan_fastmap() local
/drivers/xen/events/
Devents_fifo.c234 event_word_t new, old, w; in clear_masked() local
260 event_word_t new, old, w; in clear_linked() local
/drivers/block/
Dbrd.c428 static struct brd_device *brd_init_one(int i, bool *new) in brd_init_one()
460 bool new; in brd_probe() local

12345678910>>...12