Home
last modified time | relevance | path

Searched defs:c (Results 51 – 75 of 2156) sorted by relevance

12345678910>>...87

/linux/arch/x86/kernel/cpu/
H A Dcommon.c136 static void ppin_init(struct cpuinfo_x86 *c) in ppin_init()
177 static void default_init(struct cpuinfo_x86 *c) in default_init()
331 static void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
358 static inline void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
363 static __always_inline void setup_smep(struct cpuinfo_x86 *c) in setup_smep()
369 static __always_inline void setup_smap(struct cpuinfo_x86 *c) in setup_smap()
380 static __always_inline void setup_umip(struct cpuinfo_x86 *c) in setup_umip()
519 static __always_inline void setup_pku(struct cpuinfo_x86 *c) in setup_pku()
589 static __always_inline void setup_cet(struct cpuinfo_x86 *c) in setup_cet()
648 static void filter_cpuid_features(struct cpuinfo_x86 *c, bool warn) in filter_cpuid_features()
[all …]
/linux/drivers/platform/surface/aggregator/
H A Dcore.c130 int ssam_client_link(struct ssam_controller *c, struct device *client) in ssam_client_link()
208 struct ssam_controller *c; in ssam_client_bind() local
260 u32 version, a, b, c; in ssam_log_firmware_version() local
279 u32 version, a, b, c; in firmware_version_show() local
385 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_shutdown() local
415 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_prepare() local
435 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_complete() local
453 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_suspend() local
483 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_resume() local
509 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_freeze() local
[all …]
/linux/fs/ubifs/
H A Djournal.c81 static void ubifs_add_auth_dirt(struct ubifs_info *c, int lnum) in ubifs_add_auth_dirt()
98 static int reserve_space(struct ubifs_info *c, int jhead, int len) in reserve_space()
225 static int ubifs_hash_nodes(struct ubifs_info *c, void *node, in ubifs_hash_nodes()
268 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head()
302 static void __queue_and_wait(struct ubifs_info *c) in __queue_and_wait()
322 static bool wait_for_reservation(struct ubifs_info *c) in wait_for_reservation()
346 static void wake_up_reservation(struct ubifs_info *c) in wake_up_reservation()
368 static void add_or_start_queue(struct ubifs_info *c) in add_or_start_queue()
401 static int make_reservation(struct ubifs_info *c, int jhead, int len) in make_reservation()
522 static inline void release_head(struct ubifs_info *c, int jhead) in release_head()
[all …]
H A Dtnc_misc.c29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
125 int ubifs_search_zbranch(const struct ubifs_info *c, in ubifs_search_zbranch()
194 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
221 long ubifs_destroy_tnc_subtree(const struct ubifs_info *c, in ubifs_destroy_tnc_subtree()
260 void ubifs_destroy_tnc_tree(struct ubifs_info *c) in ubifs_destroy_tnc_tree()
287 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode()
431 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
482 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
H A Dmaster.c24 int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) in ubifs_compare_master_node()
64 static int mst_node_check_hash(const struct ubifs_info *c, in mst_node_check_hash()
93 static int scan_for_master(struct ubifs_info *c) in scan_for_master()
174 static int validate_master(const struct ubifs_info *c) in validate_master()
332 int ubifs_read_master(struct ubifs_info *c) in ubifs_read_master()
437 int ubifs_write_master(struct ubifs_info *c) in ubifs_write_master()
/linux/fs/jffs2/
H A Derase.c28 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block()
99 int jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks()
159 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded()
172 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed()
206 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list()
287 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs()
311 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase()
397 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
H A Ddebug.c28 __jffs2_dbg_acct_sanity_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check_nolock()
52 __jffs2_dbg_acct_sanity_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check()
125 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check()
160 static void __jffs2_dbg_superblock_counts(struct jffs2_sb_info *c) in __jffs2_dbg_superblock_counts()
301 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check()
310 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock()
392 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs()
401 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock()
435 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb()
459 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists()
[all …]
H A Dreadinode.c31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data()
150 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node()
199 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn()
218 static int jffs2_add_tn_to_tree(struct jffs2_sb_info *c, in jffs2_add_tn_to_tree()
451 static int jffs2_build_inode_fragtree(struct jffs2_sb_info *c, in jffs2_build_inode_fragtree()
586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
981 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes()
[all …]
H A Dscan.c51 static inline int min_free(struct jffs2_sb_info *c) in min_free()
69 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty()
91 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium()
292 static int jffs2_fill_scan_buf(struct jffs2_sb_info *c, void *buf, in jffs2_fill_scan_buf()
312 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb()
332 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node()
388 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node()
447 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock()
967 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache()
993 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node()
[all …]
/linux/drivers/video/console/
H A Dvgacon.c134 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top()
139 static void vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta()
178 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen()
370 static void vgacon_init(struct vc_data *c, bool init) in vgacon_init()
412 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
426 static u8 vgacon_build_attr(struct vc_data *c, u8 color, in vgacon_build_attr()
460 static void vgacon_invert_region(struct vc_data *c, u16 * p, int count) in vgacon_invert_region()
506 static void vgacon_cursor(struct vc_data *c, bool enable) in vgacon_cursor()
556 static void vgacon_doresize(struct vc_data *c, in vgacon_doresize()
617 static bool vgacon_switch(struct vc_data *c) in vgacon_switch()
[all …]
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h26 #define MDP_COLOR_IS_COMPRESS(c) ((0x20000000 & (c)) >> 29) argument
27 #define MDP_COLOR_IS_10BIT_PACKED(c) ((0x08000000 & (c)) >> 27) argument
28 #define MDP_COLOR_IS_10BIT_LOOSE(c) (((0x0c000000 & (c)) >> 26) == 1) argument
29 #define MDP_COLOR_IS_10BIT_TILE(c) (((0x0c000000 & (c)) >> 26) == 3) argument
30 #define MDP_COLOR_IS_UFP(c) ((0x02000000 & (c)) >> 25) argument
31 #define MDP_COLOR_IS_INTERLACED(c) ((0x01000000 & (c)) >> 24) argument
32 #define MDP_COLOR_IS_BLOCK_MODE(c) ((0x00800000 & (c)) >> 23) argument
33 #define MDP_COLOR_GET_PLANE_COUNT(c) ((0x00600000 & (c)) >> 21) argument
34 #define MDP_COLOR_GET_H_SUBSAMPLE(c) ((0x00180000 & (c)) >> 19) argument
35 #define MDP_COLOR_GET_V_SUBSAMPLE(c) ((0x00040000 & (c)) >> 18) argument
[all …]
/linux/arch/powerpc/kernel/
H A Dtm.S20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
28 #define __REST_32FPRS_VSRS(n,c,base) \ argument
37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
42 #define REST_32FPRS_VSRS(n,c,base) \ argument
H A Dfpu.S26 #define __REST_1FPVSR(n,c,base) \ argument
35 #define __REST_32FPVSRS(n,c,base) \ argument
44 #define __SAVE_32FPVSRS(n,c,base) \ argument
57 #define REST_1FPVSR(n,c,base) __REST_1FPVSR(n,__REG_##c,__REG_##base) argument
58 #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) argument
59 #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base) argument
/linux/tools/testing/selftests/kvm/
H A Dget-reg-list.c57 static const char *config_name(struct vcpu_reg_list *c) in config_name() argument
114 finalize_vcpu(struct kvm_vcpu * vcpu,struct vcpu_reg_list * c) finalize_vcpu() argument
119 prepare_vcpu_init(struct vcpu_reg_list * c,struct kvm_vcpu_init * init) prepare_vcpu_init() argument
128 vcpu_config_get_vcpu(struct vcpu_reg_list * c,struct kvm_vm * vm) vcpu_config_get_vcpu() argument
140 vcpu_config_get_vcpu(struct vcpu_reg_list * c,struct kvm_vm * vm) vcpu_config_get_vcpu() argument
146 check_supported(struct vcpu_reg_list * c) check_supported() argument
163 run_test(struct vcpu_reg_list * c) run_test() argument
312 struct vcpu_reg_list *c; help() local
337 struct vcpu_reg_list *c = NULL; parse_config() local
357 struct vcpu_reg_list *c, *sel = NULL; main() local
[all...]
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) argument
19 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00) argument
20 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10) argument
21 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20) argument
22 #define NV50_DISP_BASE_SEM0(c) NV50_DISP_WNDW_SEM0(0 + (c)) argument
23 #define NV50_DISP_BASE_SEM1(c) NV50_DISP_WNDW_SEM1(0 + (c)) argument
24 #define NV50_DISP_BASE_NTFY(c) NV50_DISP_WNDW_NTFY(0 + (c)) argument
25 #define NV50_DISP_OVLY_SEM0(c) NV50_DISP_WNDW_SEM0(4 + (c)) argument
26 #define NV50_DISP_OVLY_SEM1(c) NV50_DISP_WNDW_SEM1(4 + (c)) argument
27 #define NV50_DISP_OVLY_NTFY(c) NV50_DISP_WNDW_NTFY(4 + (c)) argument
/linux/arch/mips/kernel/
H A Dfpu-probe.c49 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
78 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
155 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
193 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
257 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
282 void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
307 void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/linux/drivers/md/bcache/
H A Dbtree.c98 #define PTR_HASH(c, k) \ argument
127 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put()
518 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \ argument
520 #define mca_can_free(c) \ argument
580 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc()
667 struct cache_set *c = shrink->private_data; in bch_mca_scan() local
734 struct cache_set *c = shrink->private_data; in bch_mca_count() local
745 void bch_btree_cache_free(struct cache_set *c) in bch_btree_cache_free()
793 int bch_btree_cache_alloc(struct cache_set *c) in bch_btree_cache_alloc()
847 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash()
[all …]
H A Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) argument
15 #define key_merging_disabled(c) ((c)->key_merging_disabled) argument
23 #define expensive_debug_checks(c) 0 argument
24 #define key_merging_disabled(c) 0 argument
32 static inline void bch_debug_init_cache_set(struct cache_set *c) {} in bch_debug_init_cache_set()
/linux/drivers/dma/ioat/
H A Dsysfs.c17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
78 struct dma_chan *c; in ioat_kobject_add() local
99 struct dma_chan *c; in ioat_kobject_del() local
111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show()
135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()
/linux/arch/mips/include/asm/mach-loongson64/
H A Dcpucfg-emul.h15 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
21 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
58 static inline void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data()
62 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
67 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c99 struct i2c_client *c; member
310 static inline void control_tx_irq_watermark(struct i2c_client *c, in control_tx_irq_watermark()
316 static inline void control_rx_irq_watermark(struct i2c_client *c, in control_rx_irq_watermark()
322 static inline void control_tx_enable(struct i2c_client *c, bool enable) in control_tx_enable()
328 static inline void control_rx_enable(struct i2c_client *c, bool enable) in control_rx_enable()
334 static inline void control_tx_modulation_enable(struct i2c_client *c, in control_tx_modulation_enable()
341 static inline void control_rx_demodulation_enable(struct i2c_client *c, in control_rx_demodulation_enable()
348 static inline void control_rx_s_edge_detection(struct i2c_client *c, in control_rx_s_edge_detection()
355 static void control_rx_s_carrier_window(struct i2c_client *c, in control_rx_s_carrier_window()
381 static inline void control_tx_polarity_invert(struct i2c_client *c, in control_tx_polarity_invert()
[all …]
/linux/drivers/dma/lgm/
H A Dlgm-dma.c305 static inline bool ldma_chan_tx(struct ldma_chan *c) in ldma_chan_tx()
310 static inline bool ldma_chan_is_hw_desc(struct ldma_chan *c) in ldma_chan_is_hw_desc()
519 static int ldma_chan_cctrl_cfg(struct ldma_chan *c, u32 val) in ldma_chan_cctrl_cfg()
548 static void ldma_chan_irq_init(struct ldma_chan *c) in ldma_chan_irq_init()
576 static void ldma_chan_set_class(struct ldma_chan *c, u32 val) in ldma_chan_set_class()
594 static int ldma_chan_on(struct ldma_chan *c) in ldma_chan_on()
613 static int ldma_chan_off(struct ldma_chan *c) in ldma_chan_off()
635 static void ldma_chan_desc_hw_cfg(struct ldma_chan *c, dma_addr_t desc_base, in ldma_chan_desc_hw_cfg()
661 struct ldma_chan *c = to_ldma_chan(chan); in ldma_chan_desc_cfg() local
694 static int ldma_chan_reset(struct ldma_chan *c) in ldma_chan_reset()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dsdt.h50 # define _SDT_ASM_3(a, b, c) a,b,c; argument
51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument
57 # define _SDT_DEPAREN_3(a,b,c) a b c argument
58 # define _SDT_DEPAREN_4(a,b,c,d) a b c d argument
59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument
60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument
61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument
62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument
64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument
[all …]
/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c68 static void atmel_hlcdc_crtc_mode_set_nofb(struct drm_crtc *c) in atmel_hlcdc_crtc_mode_set_nofb()
193 atmel_hlcdc_crtc_mode_valid(struct drm_crtc *c, in atmel_hlcdc_crtc_mode_valid()
201 static void atmel_hlcdc_crtc_atomic_disable(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_disable()
253 static void atmel_hlcdc_crtc_atomic_enable(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_enable()
459 static int atmel_hlcdc_crtc_atomic_check(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_check()
476 static void atmel_hlcdc_crtc_atomic_begin(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_begin()
482 static void atmel_hlcdc_crtc_atomic_flush(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_flush()
511 static void atmel_hlcdc_crtc_destroy(struct drm_crtc *c) in atmel_hlcdc_crtc_destroy()
533 void atmel_hlcdc_crtc_irq(struct drm_crtc *c) in atmel_hlcdc_crtc_irq()
559 struct atmel_hlcdc_crtc *c = drm_crtc_to_atmel_hlcdc_crtc(crtc); in atmel_hlcdc_crtc_duplicate_state() local
[all …]
/linux/drivers/clocksource/
H A Dmmio.c15 static inline struct clocksource_mmio *to_mmio_clksrc(struct clocksource *c) in to_mmio_clksrc()
20 u64 clocksource_mmio_readl_up(struct clocksource *c) in clocksource_mmio_readl_up()
25 u64 clocksource_mmio_readl_down(struct clocksource *c) in clocksource_mmio_readl_down()
30 u64 clocksource_mmio_readw_up(struct clocksource *c) in clocksource_mmio_readw_up()
35 u64 clocksource_mmio_readw_down(struct clocksource *c) in clocksource_mmio_readw_down()

12345678910>>...87