Home
last modified time | relevance | path

Searched defs:c (Results 76 – 100 of 3601) sorted by relevance

12345678910>>...145

/openbmc/linux/fs/jffs2/
H A Dfs.c36 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_setattr() local
212 struct jffs2_sb_info *c = JFFS2_SB_INFO(dentry->d_sb); in jffs2_statfs() local
243 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_evict_inode() local
256 struct jffs2_sb_info *c; in jffs2_iget() local
398 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_do_remount_fs() local
427 struct jffs2_sb_info *c; in jffs2_new_inode() local
516 struct jffs2_sb_info *c; in jffs2_do_fill_super() local
616 void jffs2_gc_release_inode(struct jffs2_sb_info *c, in jffs2_gc_release_inode()
622 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, in jffs2_gc_fetch_inode()
687 static int jffs2_flash_setup(struct jffs2_sb_info *c) { in jffs2_flash_setup()
[all …]
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.h224 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument
226 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument
228 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument
233 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument
234 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument
235 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument
239 #define jffs2_dbg_dump_jeb(c, jeb) \ argument
243 #define jffs2_dbg_dump_block_lists(c) \ argument
245 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument
253 #define jffs2_dbg_dump_node(c, ofs) \ argument
[all …]
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 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 …]
/openbmc/u-boot/fs/ubifs/
H A Dreplay.c90 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
164 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
183 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
212 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
293 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
317 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
349 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
397 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
443 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
477 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
[all …]
H A Dlog.c33 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
62 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
93 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
115 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
167 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
291 static void remove_buds(struct ubifs_info *c) in remove_buds()
350 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
449 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
498 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
593 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
[all …]
/openbmc/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()
/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c109 static inline struct mtk_chan *to_mtk_uart_apdma_chan(struct dma_chan *c) in to_mtk_uart_apdma_chan()
120 static void mtk_uart_apdma_write(struct mtk_chan *c, in mtk_uart_apdma_write()
126 static unsigned int mtk_uart_apdma_read(struct mtk_chan *c, unsigned int reg) in mtk_uart_apdma_read()
136 static void mtk_uart_apdma_start_tx(struct mtk_chan *c) in mtk_uart_apdma_start_tx()
179 static void mtk_uart_apdma_start_rx(struct mtk_chan *c) in mtk_uart_apdma_start_rx()
204 static void mtk_uart_apdma_tx_handler(struct mtk_chan *c) in mtk_uart_apdma_tx_handler()
211 static void mtk_uart_apdma_rx_handler(struct mtk_chan *c) in mtk_uart_apdma_rx_handler()
241 static void mtk_uart_apdma_chan_complete_handler(struct mtk_chan *c) in mtk_uart_apdma_chan_complete_handler()
255 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_irq_handler() local
272 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_alloc_chan_resources() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 …|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function c(e,r,a){function i(){… property in AnonymousFunctioneac6a718e200.AnonymousClasseac6a718fa01
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcore.c127 int ssam_client_link(struct ssam_controller *c, struct device *client) in ssam_client_link()
205 struct ssam_controller *c; in ssam_client_bind() local
257 u32 version, a, b, c; in ssam_log_firmware_version() local
276 u32 version, a, b, c; in firmware_version_show() local
367 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_shutdown() local
397 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_prepare() local
417 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_complete() local
435 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_suspend() local
465 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_resume() local
491 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_freeze() local
[all …]
/openbmc/linux/fs/ubifs/
H A Dsb.c54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor()
75 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem()
379 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb()
521 static struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node()
540 static int authenticate_sb_node(struct ubifs_info *c, in authenticate_sb_node()
615 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node()
636 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock()
795 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
823 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space()
906 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space()
[all …]
H A Dfile.c48 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
106 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
159 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
196 static void release_new_page_budget(struct ubifs_info *c) in release_new_page_budget()
210 static void release_existing_page_budget(struct ubifs_info *c) in release_existing_page_budget()
221 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow() local
321 static int allocate_budget(struct ubifs_info *c, struct page *page, in allocate_budget()
422 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin() local
511 static void cancel_budget(struct ubifs_info *c, struct page *page, in cancel_budget()
533 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end() local
[all …]
H A Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
90 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
164 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
297 static void remove_buds(struct ubifs_info *c) in remove_buds()
356 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
466 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
515 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
[all …]
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c49 struct komeda_component *c; in komeda_pipeline_destroy() local
129 struct komeda_component *c = NULL; in komeda_pipeline_get_component() local
142 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component() local
154 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
171 struct komeda_component *c; in komeda_component_add() local
231 struct komeda_component *c) in komeda_component_destroy()
236 static void komeda_component_dump(struct komeda_component *c) in komeda_component_dump()
251 struct komeda_component *c; in komeda_pipeline_dump() local
272 static void komeda_component_verify_inputs(struct komeda_component *c) in komeda_component_verify_inputs()
307 struct komeda_component *c; in komeda_pipeline_assemble() local
[all …]
/openbmc/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
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c30 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_loongarch *c) in cpu_set_fpu_fcsr_mask()
65 static void cpu_probe_addrbits(struct cpuinfo_loongarch *c) in cpu_probe_addrbits()
74 static void set_isa(struct cpuinfo_loongarch *c, unsigned int isa) in set_isa()
89 static void cpu_probe_common(struct cpuinfo_loongarch *c) in cpu_probe_common()
220 static inline void cpu_probe_loongson(struct cpuinfo_loongarch *c, unsigned int cpu) in cpu_probe_loongson()
282 struct cpuinfo_loongarch *c = &current_cpu_data; in cpu_report() local
293 struct cpuinfo_loongarch *c = &current_cpu_data; in cpu_probe() local
/openbmc/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()
192 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
250 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
275 void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
300 void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c132 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top()
137 static void vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta()
144 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen()
335 static void vgacon_init(struct vc_data *c, int init) in vgacon_init()
377 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
391 static u8 vgacon_build_attr(struct vc_data *c, u8 color, in vgacon_build_attr()
425 static void vgacon_invert_region(struct vc_data *c, u16 * p, int count) in vgacon_invert_region()
471 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor()
527 static void vgacon_doresize(struct vc_data *c, in vgacon_doresize()
588 static int vgacon_switch(struct vc_data *c) in vgacon_switch()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-bufio.c356 struct dm_bufio_client *c; member
1024 static void dm_bufio_lock(struct dm_bufio_client *c) in dm_bufio_lock()
1032 static void dm_bufio_unlock(struct dm_bufio_client *c) in dm_bufio_unlock()
1179 static void *alloc_buffer_data(struct dm_bufio_client *c, gfp_t gfp_mask, in alloc_buffer_data()
1202 static void free_buffer_data(struct dm_bufio_client *c, in free_buffer_data()
1229 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer()
1256 struct dm_bufio_client *c = b->c; in free_buffer() local
1358 static inline sector_t block_to_sector(struct dm_bufio_client *c, sector_t block) in block_to_sector()
1422 struct dm_bufio_client *c = b->c; in write_endio() local
1499 struct dm_bufio_client *c = context; in is_clean() local
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Dio.h199 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
200 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
201 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
206 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
207 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
208 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
222 #define readb_relaxed(c) __raw_readb(c) argument
223 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
225 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
228 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/openbmc/linux/drivers/md/bcache/
H A Djournal.c170 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read()
293 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark()
416 static void btree_flush_write(struct cache_set *c) in btree_flush_write()
630 static unsigned int free_journal_buckets(struct cache_set *c) in free_journal_buckets()
649 static void journal_reclaim(struct cache_set *c) in journal_reclaim()
742 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlock() local
751 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlocked() local
828 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write() local
834 static void journal_try_write(struct cache_set *c) in journal_try_write()
850 static struct journal_write *journal_wait_for_write(struct cache_set *c, in journal_wait_for_write()
[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()
H A Dsuper.c368 struct cache_set *c = container_of(cl, struct cache_set, sb_write); in bcache_write_super_unlock() local
373 void bcache_write_super(struct cache_set *c) in bcache_write_super()
403 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_endio() local
412 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_io_unlock() local
417 static void uuid_io(struct cache_set *c, blk_opf_t opf, struct bkey *k, in uuid_io()
458 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
499 static int __uuid_write(struct cache_set *c) in __uuid_write()
525 int bch_uuid_write(struct cache_set *c) in bch_uuid_write()
535 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find()
547 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty()
[all …]
/openbmc/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()
/openbmc/qemu/ui/
H A Dcursor.c10 QEMUCursor *c; in cursor_parse_xpm() local
61 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix) in cursor_print_ascii_art()
95 QEMUCursor *c; in cursor_alloc() local
110 QEMUCursor *cursor_ref(QEMUCursor *c) in cursor_ref()
116 void cursor_unref(QEMUCursor *c) in cursor_unref()
126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl()
131 void cursor_set_mono(QEMUCursor *c, in cursor_set_mono()
200 void cursor_get_mono_mask(QEMUCursor *c, int transparent, uint8_t *mask) in cursor_get_mono_mask()

12345678910>>...145