/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 65 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() 126 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink) argument 130 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) argument 143 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head) argument
|
/drivers/gpu/drm/ |
D | drm_lock.c | 56 unsigned int old, new, prev; in drm_lock_take() local 105 unsigned int old, new, prev; in drm_lock_transfer() local 120 unsigned int old, new, prev; in drm_legacy_lock_free() local
|
D | drm_context.c | 270 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() 299 struct drm_file *file_priv, int new) in drm_context_switch_complete()
|
D | drm_vma_manager.c | 275 struct drm_vma_offset_file *new, *entry; in drm_vma_node_allow() local
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 74 ldlm_same_flock_owner(struct ldlm_lock *lock, struct ldlm_lock *new) in ldlm_same_flock_owner() 82 ldlm_flocks_overlap(struct ldlm_lock *lock, struct ldlm_lock *new) in ldlm_flocks_overlap() 140 struct ldlm_lock *new = req; in ldlm_process_flock_lock() local
|
/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 63 static inline void __list_add(struct list_head *new, in __list_add() 84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 139 static inline void list_replace(struct list_head *old, struct list_head *new) in list_replace() 148 struct list_head *new) in list_replace_init()
|
/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 | 151 static inline void zf_set_status(unsigned char new) in zf_set_status() 164 static inline void zf_set_control(unsigned short new) in zf_set_control() 175 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
|
/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 202 struct ff_effect *new) in need_condition_modifier() 278 struct ff_effect *new) in need_period_modifier() 295 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
|
/drivers/char/agp/ |
D | generic.c | 103 struct agp_memory *new; in agp_create_user_memory() local 133 struct agp_memory *new; in agp_create_memory() local 226 struct agp_memory *new; in agp_allocate_memory() local 1169 struct agp_memory *new; in agp_generic_alloc_user() local
|
/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 386 int (*mutator)(void *context, uint32_t old, uint32_t *new), in sm_ll_mutate() 472 static int set_ref_count(void *context, uint32_t old, uint32_t *new) in set_ref_count() 484 static int inc_ref_count(void *context, uint32_t old, uint32_t *new) in inc_ref_count() 495 static int dec_ref_count(void *context, uint32_t old, uint32_t *new) in dec_ref_count()
|
/drivers/media/v4l2-core/ |
D | v4l2-event.c | 326 const struct v4l2_event *new) in v4l2_event_src_replace() 335 struct v4l2_event *new) in v4l2_event_src_merge()
|
/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 172 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add() 245 static void fcoe_sysfs_fcf_del(struct fcoe_fcf *new) in fcoe_sysfs_fcf_del() 1029 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local 2457 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fc_rport_priv *new) in fcoe_ctlr_vn_add() 2527 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_notify() 2570 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_resp() 2586 struct fc_rport_priv *new) in fcoe_ctlr_vn_beacon()
|
/drivers/net/irda/ |
D | sir_dongle.c | 32 int irda_register_dongle(struct dongle_driver *new) in irda_register_dongle()
|
/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/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/mtd/ubi/ |
D | fastmap.c | 115 struct ubi_vid_io_buf *new; in new_fm_vbuf() local 834 struct ubi_ainf_peb *new; in clone_aeb() local 880 struct ubi_ainf_peb *new; in ubi_scan_fastmap() local
|
/drivers/iommu/ |
D | iova.c | 73 unsigned long limit_pfn, struct iova *new) in __cached_rbnode_insert_update() 115 struct iova *new, bool size_aligned) in __alloc_and_insert_iova_range() 201 struct rb_node **new = &(root->rb_node), *parent = NULL; in iova_insert_rbtree() local
|
/drivers/block/drbd/ |
D | drbd_interval.c | 49 struct rb_node **new = &root->rb_node, *parent = NULL; in drbd_insert_interval() local
|
/drivers/md/ |
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/input/keyboard/ |
D | maple_keyb.c | 43 unsigned char new[8]; member
|
/drivers/tty/serial/ |
D | mpc52xx_uart.c | 294 struct ktermios *new, in mpc5200_psc_set_baudrate() 312 struct ktermios *new, in mpc5200b_psc_set_baudrate() 540 struct ktermios *new, in mpc512x_psc_set_baudrate() 890 struct ktermios *new, in mpc5125_psc_set_baudrate() 1177 mpc52xx_uart_set_termios(struct uart_port *port, struct ktermios *new, in mpc52xx_uart_set_termios()
|
/drivers/clk/ |
D | clk-multiplier.c | 42 static bool __is_best_rate(unsigned long rate, unsigned long new, in __is_best_rate()
|
/drivers/block/ |
D | brd.c | 540 static struct brd_device *brd_init_one(int i, bool *new) in brd_init_one() 571 bool new; in brd_probe() local
|
/drivers/cpufreq/ |
D | blackfin-cpufreq.c | 115 static int cpu_set_cclk(int cpu, unsigned long new) in cpu_set_cclk()
|