/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 52 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/ |
D | cfg_space.c | 72 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/ |
D | drm_lock.c | 62 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
|
D | drm_context.c | 276 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/ |
D | bnx2x_stats.c | 559 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/ |
D | machzwd.c | 145 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/ |
D | iforce-ff.c | 183 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/ |
D | generic.c | 99 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/ |
D | a5xx_preempt.c | 13 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/ |
D | dm-space-map-common.c | 384 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/ |
D | dm-cache-background-tracker.c | 84 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
|
D | dm-snap-persistent.c | 450 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/ |
D | plane.c | 389 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/ |
D | fcoe_ctlr.c | 160 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/ |
D | v4l2-event.c | 320 const struct v4l2_event *new) in v4l2_event_src_replace() 329 struct v4l2_event *new) in v4l2_event_src_merge()
|
/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 60 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/ |
D | dma-resv.c | 150 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/ |
D | curs.c | 32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_curs_new() member
|
D | base.c | 32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_base_new() member
|
D | ovly.c | 33 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_ovly_new() member
|
D | core.c | 43 int (*new)(struct nouveau_drm *, s32, struct nv50_core **); in nv50_core_new() member
|
/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 283 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/ |
D | fastmap.c | 106 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/ |
D | events_fifo.c | 234 event_word_t new, old, w; in clear_masked() local 260 event_word_t new, old, w; in clear_linked() local
|
/drivers/block/ |
D | brd.c | 428 static struct brd_device *brd_init_one(int i, bool *new) in brd_init_one() 460 bool new; in brd_probe() local
|