/linux-4.4.14/drivers/clocksource/ |
D | rockchip_timer.c | 32 struct clock_event_device ce; member 39 static inline struct bc_timer *rk_timer(struct clock_event_device *ce) in rk_timer() 44 static inline void __iomem *rk_base(struct clock_event_device *ce) in rk_base() 49 static inline void rk_timer_disable(struct clock_event_device *ce) in rk_timer_disable() 55 static inline void rk_timer_enable(struct clock_event_device *ce, u32 flags) in rk_timer_enable() 63 struct clock_event_device *ce) in rk_timer_update_counter() 70 static void rk_timer_interrupt_clear(struct clock_event_device *ce) in rk_timer_interrupt_clear() 77 struct clock_event_device *ce) in rk_timer_set_next_event() 85 static int rk_timer_shutdown(struct clock_event_device *ce) in rk_timer_shutdown() 91 static int rk_timer_set_periodic(struct clock_event_device *ce) in rk_timer_set_periodic() [all …]
|
D | timer-digicolor.c | 60 struct clock_event_device ce; member 66 struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer() 71 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable() 77 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable() 83 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count() 90 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown() 96 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot() 103 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic() 114 struct clock_event_device *ce) in digicolor_clkevt_next_event()
|
D | timer-sun5i.c | 72 static void sun5i_clkevt_sync(struct sun5i_timer_clkevt *ce) in sun5i_clkevt_sync() 80 static void sun5i_clkevt_time_stop(struct sun5i_timer_clkevt *ce, u8 timer) in sun5i_clkevt_time_stop() 88 static void sun5i_clkevt_time_setup(struct sun5i_timer_clkevt *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup() 93 static void sun5i_clkevt_time_start(struct sun5i_timer_clkevt *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start() 108 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_shutdown() local 116 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_oneshot() local 125 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_periodic() local 136 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_next_event() local 147 struct sun5i_timer_clkevt *ce = (struct sun5i_timer_clkevt *)dev_id; in sun5i_timer_interrupt() local 248 struct sun5i_timer_clkevt *ce = container_of(timer, struct sun5i_timer_clkevt, timer); in sun5i_rate_cb_clkevt() local [all …]
|
D | timer-atlas7.c | 73 struct clock_event_device *ce = dev_id; in sirfsoc_timer_interrupt() local 102 struct clock_event_device *ce) in sirfsoc_timer_set_next_event() 175 static int sirfsoc_local_timer_setup(struct clock_event_device *ce) in sirfsoc_local_timer_setup() 206 static void sirfsoc_local_timer_stop(struct clock_event_device *ce) in sirfsoc_local_timer_stop()
|
D | timer-prima2.c | 62 struct clock_event_device *ce = dev_id; in sirfsoc_timer_interrupt() local 91 struct clock_event_device *ce) in sirfsoc_timer_set_next_event()
|
D | cadence_ttc_timer.c | 100 struct clock_event_device ce; member
|
/linux-4.4.14/fs/ |
D | mbcache.c | 98 #define MB_CACHE_ENTRY_LOCK_INDEX(ce) \ argument 133 __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_lock_mb_cache_entry() 140 __spin_unlock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_unlock_mb_cache_entry() 147 __mb_cache_entry_is_block_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_block_hashed() 154 __mb_cache_entry_unhash_block(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_block() 161 __mb_cache_entry_is_index_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_index_hashed() 167 __mb_cache_entry_unhash_index(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_index() 182 __mb_cache_entry_unhash_unlock(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_unlock() 191 __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask) in __mb_cache_entry_forget() 201 __mb_cache_entry_release(struct mb_cache_entry *ce) in __mb_cache_entry_release() [all …]
|
/linux-4.4.14/drivers/of/ |
D | dynamic.c | 448 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() 456 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 473 static inline void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 479 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert() 504 static void __of_changeset_entry_notify(struct of_changeset_entry *ce, bool revert) in __of_changeset_entry_notify() 537 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply() 629 static inline int __of_changeset_entry_revert(struct of_changeset_entry *ce) in __of_changeset_entry_revert() 660 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local 680 struct of_changeset_entry *ce; in of_changeset_apply() local 719 struct of_changeset_entry *ce; in of_changeset_revert() local [all …]
|
D | overlay.c | 434 struct of_changeset_entry *ce; in overlay_is_topmost() local 468 struct of_changeset_entry *ce; in overlay_removal_is_ok() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | time.c | 93 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in rtc_timer_interrupt() local 108 rtc_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in rtc_ce_set_next_event() 118 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_rtc_clockevent() local 156 static int qemu_ce_shutdown(struct clock_event_device *ce) in qemu_ce_shutdown() 165 qemu_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in qemu_ce_set_next_event() 175 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in qemu_timer_interrupt() local 185 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_qemu_clockevent() local
|
/linux-4.4.14/drivers/base/power/ |
D | clock_ops.c | 41 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable() 60 static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) in pm_clk_acquire() 78 struct pm_clock_entry *ce; in __pm_clk_add() local 143 static void __pm_clk_remove(struct pm_clock_entry *ce) in __pm_clk_remove() 173 struct pm_clock_entry *ce; in pm_clk_remove() local 236 struct pm_clock_entry *ce, *c; in pm_clk_destroy() local 266 struct pm_clock_entry *ce; in pm_clk_suspend() local 296 struct pm_clock_entry *ce; in pm_clk_resume() local
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 90 struct clock_event_device *ce = dev_id; in timer1_interrupt() local 115 struct clock_event_device *ce = &ckevt_dc21285; in footbridge_timer_init() local
|
D | isa-timer.c | 22 struct clock_event_device *ce = dev_id; in pit_timer_interrupt() local
|
/linux-4.4.14/fs/ext2/ |
D | xattr.c | 483 struct mb_cache_entry *ce; in ext2_xattr_set() local 707 struct mb_cache_entry *ce; in ext2_xattr_set2() local 757 struct mb_cache_entry *ce; in ext2_xattr_delete_inode() local 829 struct mb_cache_entry *ce; in ext2_xattr_cache_insert() local 903 struct mb_cache_entry *ce; in ext2_xattr_cache_find() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | clip_tbl.c | 78 struct clip_entry *ce, *cte; in cxgb4_clip_get() local 144 struct clip_entry *ce, *cte; in cxgb4_clip_release() local 246 struct clip_entry *ce; in clip_tbl_show() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gf100.c | 30 gf100_ce_init(struct nvkm_falcon *ce) in gf100_ce_init()
|
D | gk104.c | 29 gk104_ce_intr(struct nvkm_engine *ce) in gk104_ce_intr()
|
D | gt215.c | 43 gt215_ce_intr(struct nvkm_falcon *ce, struct nvkm_fifo_chan *chan) in gt215_ce_intr()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | time_32.c | 120 struct clock_event_device *ce = &timer_ce; in setup_timer_ce() local 213 struct clock_event_device *ce = &per_cpu(sparc32_clockevent, cpu); in register_percpu_ce() local
|
D | sun4m_smp.c | 243 struct clock_event_device *ce; in smp4m_percpu_timer_interrupt() local
|
D | sun4d_smp.c | 367 struct clock_event_device *ce; in smp4d_percpu_timer_interrupt() local
|
D | leon_kernel.c | 284 struct clock_event_device *ce; in leon_percpu_timer_ce_interrupt() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 510 struct freelQ_ce *ce = &q->centries[cidx]; in free_freelQ_buffers() local 620 struct cmdQ_ce *ce; in free_cmdQ_buffers() local 828 struct freelQ_ce *ce = &q->centries[q->pidx]; in refill_free_list() local 1043 const struct freelQ_ce *ce = &fl->centries[fl->cidx]; in get_packet() local 1092 struct freelQ_ce *ce = &fl->centries[fl->cidx]; in unexpected_offload() local 1161 struct cmdQ_ce **ce, in write_large_page_tx_descs() 1206 struct cmdQ_ce *ce; in write_tx_descs() local
|
/linux-4.4.14/kernel/time/ |
D | clockevents.c | 32 struct clock_event_device *ce; member 679 struct clock_event_device *ce; in sysfs_unbind_tick_dev() local
|
/linux-4.4.14/fs/ext4/ |
D | xattr.c | 545 struct mb_cache_entry *ce = NULL; in ext4_xattr_release_block() local 781 struct mb_cache_entry *ce = NULL; in ext4_xattr_block_set() local 1534 struct mb_cache_entry *ce; in ext4_xattr_cache_insert() local 1608 struct mb_cache_entry *ce; in ext4_xattr_cache_find() local
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_cq.c | 134 struct c2wr_ce *ce; in c2_poll_one() local
|
D | c2_wr.h | 1457 struct c2wr_ce ce; member
|
/linux-4.4.14/drivers/media/i2c/ |
D | vs6624.c | 768 const unsigned *ce; in vs6624_probe() local
|
/linux-4.4.14/drivers/md/ |
D | dm-snap-persistent.c | 704 struct core_exception ce; in persistent_commit_exception() local 767 struct core_exception ce; in persistent_prepare_merge() local
|
/linux-4.4.14/include/linux/ |
D | clockchips.h | 193 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) in clockevents_calc_mult_shift()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 2617 struct compressor_entry *ce; in find_comp_entry() local 2630 struct compressor_entry *ce; in ppp_register_compressor() local 2652 struct compressor_entry *ce; in ppp_unregister_compressor() local 2667 struct compressor_entry *ce; in find_compressor() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | icswx.h | 89 u8 ce; member
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | svgalib.c | 305 u8 ce = 0x0e; in svga_tilecursor() local
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 124 struct nvkm_engine *ce[3]; member 189 int (*ce[3] )(struct nvkm_device *, int idx, struct nvkm_engine **); member
|
/linux-4.4.14/arch/tile/include/arch/ |
D | mpipe_shm.h | 243 uint_reg_t ce : 1; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | lpc32xx_slc.c | 413 uint32_t ce = ecc[i / 3]; in lpc32xx_slc_ecc_copy() local
|
D | nandsim.c | 360 int ce; /* chip Enable */ member
|
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 1398 struct element *e, *ce; in render_out_of_line_list() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 1470 struct compat_arpt_entry __user *ce; in compat_copy_entry_to_user() local
|
D | ip_tables.c | 1378 struct compat_ipt_entry __user *ce; in compat_copy_entry_to_user() local
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 448 struct s_cem ce[NUMPHYS] ; /* cem */ member
|
/linux-4.4.14/include/uapi/linux/ |
D | ixjuser.h | 351 IXJ_CADENCE_ELEMENT __user *ce; member
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1389 struct compat_ip6t_entry __user *ce; in compat_copy_entry_to_user() local
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 1674 struct ebt_entry __user *ce; in compat_copy_entry_to_user() local
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 1364 int err = 0, i, j = 0, ce = 0, cr = 0; in bcm2048_get_rds_rt() local
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 2895 struct context_entry *new_ce = NULL, ce; in copy_context_table() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 884 uint64_t ce:6; member 917 uint64_t ce:6; member
|
D | cvmx-pciercx-defs.h | 2114 uint32_t ce:1; member
|