Home
last modified time | relevance | path

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

12345678910>>...129

/openbmc/u-boot/fs/ubifs/
H A Dmisc.h56 static inline void ubifs_wake_up_bgt(struct ubifs_info *c) in ubifs_wake_up_bgt()
166 static inline int ubifs_add_dirt(struct ubifs_info *c, int lnum, int dirty) in ubifs_add_dirt()
180 static inline int ubifs_return_leb(struct ubifs_info *c, int lnum) in ubifs_return_leb()
191 static inline int ubifs_idx_node_sz(const struct ubifs_info *c, int child_cnt) in ubifs_idx_node_sz()
203 struct ubifs_branch *ubifs_idx_branch(const struct ubifs_info *c, in ubifs_idx_branch()
216 static inline void *ubifs_idx_key(const struct ubifs_info *c, in ubifs_idx_key()
250 static inline int ubifs_tnc_lookup(struct ubifs_info *c, in ubifs_tnc_lookup()
263 static inline void ubifs_get_lprops(struct ubifs_info *c) in ubifs_get_lprops()
275 static inline void ubifs_release_lprops(struct ubifs_info *c) in ubifs_release_lprops()
291 static inline int ubifs_next_log_lnum(const struct ubifs_info *c, int lnum) in ubifs_next_log_lnum()
H A Dorphan.c54 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan()
157 int ubifs_orphan_start_commit(struct ubifs_info *c) in ubifs_orphan_start_commit()
191 static int avail_orphs(struct ubifs_info *c) in avail_orphs()
211 static int tot_avail_orphs(struct ubifs_info *c) in tot_avail_orphs()
358 static int consolidate(struct ubifs_info *c) in consolidate()
403 static int commit_orphans(struct ubifs_info *c) in commit_orphans()
429 static void erase_deleted(struct ubifs_info *c) in erase_deleted()
456 int ubifs_orphan_end_commit(struct ubifs_info *c) in ubifs_orphan_end_commit()
478 int ubifs_clear_orphans(struct ubifs_info *c) in ubifs_clear_orphans()
636 static int kill_orphans(struct ubifs_info *c) in kill_orphans()
[all …]
H A Dgc.c71 static int switch_gc_head(struct ubifs_info *c) in switch_gc_head()
118 struct ubifs_info *c = priv; in data_nodes_cmp() local
162 struct ubifs_info *c = priv; in nondata_nodes_cmp() local
237 static int sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in sort_nodes()
311 static int move_node(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in move_node()
436 static int gc_sync_wbufs(struct ubifs_info *c) in gc_sync_wbufs()
638 int ubifs_garbage_collect(struct ubifs_info *c, int anyway) in ubifs_garbage_collect()
829 int ubifs_gc_start_commit(struct ubifs_info *c) in ubifs_gc_start_commit()
908 int ubifs_gc_end_commit(struct ubifs_info *c) in ubifs_gc_end_commit()
942 void ubifs_destroy_idx_gc(struct ubifs_info *c) in ubifs_destroy_idx_gc()
[all …]
H A Drecovery.c196 static int write_rcvrd_mst_node(struct ubifs_info *c, in write_rcvrd_mst_node()
228 int ubifs_recover_master_node(struct ubifs_info *c) in ubifs_recover_master_node()
380 int ubifs_write_rcvrd_mst_node(struct ubifs_info *c) in ubifs_write_rcvrd_mst_node()
990 static int clean_an_unclean_leb(struct ubifs_info *c, in clean_an_unclean_leb()
1083 int ubifs_clean_lebs(struct ubifs_info *c, void *sbuf) in ubifs_clean_lebs()
1110 static int grab_empty_leb(struct ubifs_info *c) in grab_empty_leb()
1167 int ubifs_rcvry_gc_commit(struct ubifs_info *c) in ubifs_rcvry_gc_commit()
1229 int ubifs_rcvry_gc_commit(struct ubifs_info *c) in ubifs_rcvry_gc_commit()
1318 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino()
1332 void ubifs_destroy_size_tree(struct ubifs_info *c) in ubifs_destroy_size_tree()
[all …]
/openbmc/linux/fs/ubifs/
H A Dcommit.c56 static int nothing_to_commit(struct ubifs_info *c) in nothing_to_commit()
97 static int do_commit(struct ubifs_info *c) in do_commit()
232 static int run_bg_commit(struct ubifs_info *c) in run_bg_commit()
278 struct ubifs_info *c = info; in ubifs_bg_thread() local
326 void ubifs_commit_required(struct ubifs_info *c) in ubifs_commit_required()
356 void ubifs_request_bg_commit(struct ubifs_info *c) in ubifs_request_bg_commit()
375 static int wait_for_commit(struct ubifs_info *c) in wait_for_commit()
399 int ubifs_run_commit(struct ubifs_info *c) in ubifs_run_commit()
467 int ubifs_gc_should_commit(struct ubifs_info *c) in ubifs_gc_should_commit()
514 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_old_index_check_init()
[all …]
H A Ddebug.c771 void ubifs_dump_lprops(struct ubifs_info *c) in ubifs_dump_lprops()
793 void ubifs_dump_lpt_info(struct ubifs_info *c) in ubifs_dump_lpt_info()
942 void ubifs_dump_tnc(struct ubifs_info *c) in ubifs_dump_tnc()
977 void ubifs_dump_index(struct ubifs_info *c) in ubifs_dump_index()
989 void dbg_save_space_info(struct ubifs_info *c) in dbg_save_space_info()
1039 int dbg_check_space_info(struct ubifs_info *c) in dbg_check_space_info()
2285 int dbg_check_filesystem(struct ubifs_info *c) in dbg_check_filesystem()
2703 struct ubifs_info *c = file->private_data; in dfs_file_read() local
2756 struct ubifs_info *c = file->private_data; in dfs_file_write() local
2819 void dbg_debugfs_init_fs(struct ubifs_info *c) in dbg_debugfs_init_fs()
[all …]
H A Dfind.c83 static int scan_for_dirty_cb(struct ubifs_info *c, in scan_for_dirty_cb()
350 static int scan_for_free_cb(struct ubifs_info *c, in scan_for_free_cb()
395 const struct ubifs_lprops *do_find_free_space(struct ubifs_info *c, in do_find_free_space()
590 static int scan_for_idx_cb(struct ubifs_info *c, in scan_for_idx_cb()
661 int ubifs_find_free_leb_for_idx(struct ubifs_info *c) in ubifs_find_free_leb_for_idx()
746 int ubifs_save_dirty_idx_lnums(struct ubifs_info *c) in ubifs_save_dirty_idx_lnums()
783 static int scan_dirty_idx_cb(struct ubifs_info *c, in scan_dirty_idx_cb()
816 static int find_dirty_idx_leb(struct ubifs_info *c) in find_dirty_idx_leb()
876 static int get_idx_gc_leb(struct ubifs_info *c) in get_idx_gc_leb()
905 static int find_dirtiest_idx_leb(struct ubifs_info *c) in find_dirtiest_idx_leb()
[all …]
H A Dgc.c65 static int switch_gc_head(struct ubifs_info *c) in switch_gc_head()
109 struct ubifs_info *c = priv; in data_nodes_cmp() local
153 struct ubifs_info *c = priv; in nondata_nodes_cmp() local
228 static int sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in sort_nodes()
303 static int move_node(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in move_node()
468 static int gc_sync_wbufs(struct ubifs_info *c) in gc_sync_wbufs()
670 int ubifs_garbage_collect(struct ubifs_info *c, int anyway) in ubifs_garbage_collect()
876 int ubifs_gc_start_commit(struct ubifs_info *c) in ubifs_gc_start_commit()
951 int ubifs_gc_end_commit(struct ubifs_info *c) in ubifs_gc_end_commit()
985 void ubifs_destroy_idx_gc(struct ubifs_info *c) in ubifs_destroy_idx_gc()
[all …]
H A Dtnc_commit.c224 static int layout_leb_in_gaps(struct ubifs_info *c, int p) in layout_leb_in_gaps()
334 static int get_leb_cnt(struct ubifs_info *c, int cnt) in get_leb_cnt()
356 static int layout_in_gaps(struct ubifs_info *c, int cnt) in layout_in_gaps()
429 static int layout_in_empty_space(struct ubifs_info *c) in layout_in_empty_space()
642 static int get_znodes_to_commit(struct ubifs_info *c) in get_znodes_to_commit()
717 static int free_unused_idx_lebs(struct ubifs_info *c) in free_unused_idx_lebs()
738 static int free_idx_lebs(struct ubifs_info *c) in free_idx_lebs()
824 static int write_index(struct ubifs_info *c) in write_index()
1032 static void free_obsolete_znodes(struct ubifs_info *c) in free_obsolete_znodes()
1057 static int return_gap_lebs(struct ubifs_info *c) in return_gap_lebs()
[all …]
H A Drecovery.c192 static int write_rcvrd_mst_node(struct ubifs_info *c, in write_rcvrd_mst_node()
227 int ubifs_recover_master_node(struct ubifs_info *c) in ubifs_recover_master_node()
375 int ubifs_write_rcvrd_mst_node(struct ubifs_info *c) in ubifs_write_rcvrd_mst_node()
954 int ubifs_recover_inl_heads(struct ubifs_info *c, void *sbuf) in ubifs_recover_inl_heads()
982 static int clean_an_unclean_leb(struct ubifs_info *c, in clean_an_unclean_leb()
1075 int ubifs_clean_lebs(struct ubifs_info *c, void *sbuf) in ubifs_clean_lebs()
1101 static int grab_empty_leb(struct ubifs_info *c) in grab_empty_leb()
1158 int ubifs_rcvry_gc_commit(struct ubifs_info *c) in ubifs_rcvry_gc_commit()
1303 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino()
1317 void ubifs_destroy_size_tree(struct ubifs_info *c) in ubifs_destroy_size_tree()
[all …]
H A Dreplay.c88 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
162 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
305 struct ubifs_info *c = priv; in replay_entries_cmp() local
327 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
351 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
480 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
564 authenticate_sleb_hash(struct ubifs_info *c, in authenticate_sleb_hash()
845 static int replay_buds(struct ubifs_info *c) in replay_buds()
867 static void destroy_bud_list(struct ubifs_info *c) in destroy_bud_list()
1141 static int take_ihead(struct ubifs_info *c) in take_ihead()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-ciu-defs.h16 #define CVMX_CIU_EN2_PPX_IP4(c) CVMX_CIU_ADDR(0xA400, c, 0x0F, 8) argument
17 #define CVMX_CIU_EN2_PPX_IP4_W1C(c) CVMX_CIU_ADDR(0xCC00, c, 0x0F, 8) argument
18 #define CVMX_CIU_EN2_PPX_IP4_W1S(c) CVMX_CIU_ADDR(0xAC00, c, 0x0F, 8) argument
21 #define CVMX_CIU_INTX_EN0(c) CVMX_CIU_ADDR(0x0200, c, 0x3F, 16) argument
22 #define CVMX_CIU_INTX_EN0_W1C(c) CVMX_CIU_ADDR(0x2200, c, 0x3F, 16) argument
23 #define CVMX_CIU_INTX_EN0_W1S(c) CVMX_CIU_ADDR(0x6200, c, 0x3F, 16) argument
24 #define CVMX_CIU_INTX_EN1(c) CVMX_CIU_ADDR(0x0208, c, 0x3F, 16) argument
25 #define CVMX_CIU_INTX_EN1_W1C(c) CVMX_CIU_ADDR(0x2208, c, 0x3F, 16) argument
26 #define CVMX_CIU_INTX_EN1_W1S(c) CVMX_CIU_ADDR(0x6208, c, 0x3F, 16) argument
27 #define CVMX_CIU_INTX_SUM0(c) CVMX_CIU_ADDR(0x0000, c, 0x3F, 8) argument
[all …]
/openbmc/linux/drivers/most/
H A Dmost_cdev.c67 struct comp_channel *c, *tmp; in get_channel() local
81 static void stop_channel(struct comp_channel *c) in stop_channel()
118 struct comp_channel *c; in comp_open() local
188 struct comp_channel *c = filp->private_data; in comp_write() local
241 struct comp_channel *c = filp->private_data; in comp_read() local
283 struct comp_channel *c = filp->private_data; in comp_poll() local
322 struct comp_channel *c; in comp_disconnect_channel() local
353 struct comp_channel *c; in comp_rx_completion() local
386 struct comp_channel *c; in comp_tx_completion() local
416 struct comp_channel *c; in comp_probe() local
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c52 static void hygon_get_topology_early(struct cpuinfo_x86 *c) in hygon_get_topology_early()
64 static void hygon_get_topology(struct cpuinfo_x86 *c) in hygon_get_topology()
116 static void hygon_detect_cmp(struct cpuinfo_x86 *c) in hygon_detect_cmp()
130 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
180 static void early_init_hygon_mc(struct cpuinfo_x86 *c) in early_init_hygon_mc()
206 static void bsp_init_hygon(struct cpuinfo_x86 *c) in bsp_init_hygon()
245 static void early_init_hygon(struct cpuinfo_x86 *c) in early_init_hygon()
295 static void init_hygon(struct cpuinfo_x86 *c) in init_hygon()
356 static void cpu_detect_tlb_hygon(struct cpuinfo_x86 *c) in cpu_detect_tlb_hygon()
H A Dcommon.c126 static void ppin_init(struct cpuinfo_x86 *c) in ppin_init()
167 static void default_init(struct cpuinfo_x86 *c) in default_init()
780 static void get_model_name(struct cpuinfo_x86 *c) in get_model_name()
811 void detect_num_cpu_cores(struct cpuinfo_x86 *c) in detect_num_cpu_cores()
871 static void cpu_detect_tlb(struct cpuinfo_x86 *c) in cpu_detect_tlb()
885 int detect_ht_early(struct cpuinfo_x86 *c) in detect_ht_early()
908 void detect_ht(struct cpuinfo_x86 *c) in detect_ht()
956 void cpu_detect(struct cpuinfo_x86 *c) in cpu_detect()
1032 void get_cpu_cap(struct cpuinfo_x86 *c) in get_cpu_cap()
1860 static void identify_cpu(struct cpuinfo_x86 *c) in identify_cpu()
[all …]
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dcontrol.c21 int i2sbus_control_init(struct macio_dev* dev, struct i2sbus_control **c) in i2sbus_control_init()
33 void i2sbus_control_destroy(struct i2sbus_control *c) in i2sbus_control_destroy()
39 int i2sbus_control_add_dev(struct i2sbus_control *c, in i2sbus_control_add_dev()
73 void i2sbus_control_remove_dev(struct i2sbus_control *c, in i2sbus_control_remove_dev()
82 int i2sbus_control_enable(struct i2sbus_control *c, in i2sbus_control_enable()
109 int i2sbus_control_cell(struct i2sbus_control *c, in i2sbus_control_cell()
152 int i2sbus_control_clock(struct i2sbus_control *c, in i2sbus_control_clock()
/openbmc/qemu/audio/
H A Dpaaudio.c102 PAConnection *c = p->g->conn; in qpa_get_buffer_in() local
130 PAConnection *c = p->g->conn; in qpa_put_buffer_in() local
155 PAConnection *c = p->g->conn; in qpa_read() local
207 PAConnection *c = p->g->conn; in qpa_buffer_get_free() local
236 PAConnection *c = p->g->conn; in qpa_get_buffer_out() local
397 PAConnection *c = userdata; in stream_state_cb() local
414 PAConnection *c, in qpa_simple_new()
523 PAConnection *c = g->conn; in qpa_init_out() local
572 PAConnection *c = g->conn; in qpa_init_in() local
826 PAConnection *c; in qpa_audio_init() local
[all …]
/openbmc/qemu/qga/
H A Dchannel-posix.c28 GAChannel *c = data; in ga_channel_listen_accept() local
56 static void ga_channel_listen_add(GAChannel *c, int listen_fd, bool create) in ga_channel_listen_add()
64 static void ga_channel_listen_close(GAChannel *c) in ga_channel_listen_close()
75 static void ga_channel_client_close(GAChannel *c) in ga_channel_client_close()
89 GAChannel *c = data; in ga_channel_client_event() local
103 static int ga_channel_client_add(GAChannel *c, int fd) in ga_channel_client_add()
123 static gboolean ga_channel_open(GAChannel *c, const gchar *path, in ga_channel_open()
251 GIOStatus ga_channel_write_all(GAChannel *c, const gchar *buf, gsize size) in ga_channel_write_all()
281 GIOStatus ga_channel_read(GAChannel *c, gchar *buf, gsize size, gsize *count) in ga_channel_read()
290 GAChannel *c = g_new0(GAChannel, 1); in ga_channel_new() local
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h96 #define OUT_IMPL(c, locp, x) \ argument
108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument
109 #define FE_2(c, locp, WHAT, X, ...) \ argument
111 #define FE_3(c, locp, WHAT, X, ...) \ argument
113 #define FE_4(c, locp, WHAT, X, ...) \ argument
115 #define FE_5(c, locp, WHAT, X, ...) \ argument
117 #define FE_6(c, locp, WHAT, X, ...) \ argument
119 #define FE_7(c, locp, WHAT, X, ...) \ argument
121 #define FE_8(c, locp, WHAT, X, ...) \ argument
123 #define FE_9(c, locp, WHAT, X, ...) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c209 static void d71_layer_disable(struct komeda_component *c) in d71_layer_disable()
214 static void d71_layer_update(struct komeda_component *c, in d71_layer_update()
352 static int d71_layer_validate(struct komeda_component *c, in d71_layer_validate()
410 struct komeda_component *c; in d71_layer_init() local
528 struct komeda_component *c; in d71_wb_layer_init() local
669 struct komeda_component *c; in d71_compiz_init() local
838 struct komeda_component *c; in d71_scaler_init() local
946 struct komeda_component *c; in d71_splitter_init() local
1016 struct komeda_component *c; in d71_merger_init() local
1127 struct komeda_component *c; in d71_improc_init() local
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c29 struct clk *c; in clk_get_and_enable() local
77 static int peri_clk_enable(struct clk *c, int enable) in peri_clk_enable()
204 static unsigned long peri_clk_get_rate(struct clk *c) in peri_clk_get_rate()
256 static int ccu_clk_enable(struct clk *c, int enable) in ccu_clk_enable()
319 static unsigned long ccu_clk_get_rate(struct clk *c) in ccu_clk_get_rate()
334 static int bus_clk_enable(struct clk *c, int enable) in bus_clk_enable()
374 static unsigned long bus_clk_get_rate(struct clk *c) in bus_clk_get_rate()
436 int clk_enable(struct clk *c) in clk_enable()
459 void clk_disable(struct clk *c) in clk_disable()
477 unsigned long clk_get_rate(struct clk *c) in clk_get_rate()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c29 struct clk *c; in clk_get_and_enable() local
77 static int peri_clk_enable(struct clk *c, int enable) in peri_clk_enable()
204 static unsigned long peri_clk_get_rate(struct clk *c) in peri_clk_get_rate()
256 static int ccu_clk_enable(struct clk *c, int enable) in ccu_clk_enable()
319 static unsigned long ccu_clk_get_rate(struct clk *c) in ccu_clk_get_rate()
334 static int bus_clk_enable(struct clk *c, int enable) in bus_clk_enable()
374 static unsigned long bus_clk_get_rate(struct clk *c) in bus_clk_get_rate()
436 int clk_enable(struct clk *c) in clk_enable()
460 void clk_disable(struct clk *c) in clk_disable()
477 unsigned long clk_get_rate(struct clk *c) in clk_get_rate()
[all …]
/openbmc/qemu/hw/misc/
H A Dmips_itu.c181 static void wake_blocked_threads(ITCStorageCell *c) in wake_blocked_threads()
193 void block_thread_and_exit(ITCStorageCell *c) in block_thread_and_exit()
203 static inline uint64_t view_bypass_read(ITCStorageCell *c) in view_bypass_read()
224 static inline uint64_t view_control_read(ITCStorageCell *c) in view_control_read()
278 static uint64_t view_ef_sync_read(ITCStorageCell *c) in view_ef_sync_read()
283 static uint64_t view_ef_try_read(ITCStorageCell *c) in view_ef_try_read()
345 static uint64_t view_pv_sync_read(ITCStorageCell *c) in view_pv_sync_read()
350 static uint64_t view_pv_try_read(ITCStorageCell *c) in view_pv_try_read()
355 static inline void view_pv_common_write(ITCStorageCell *c) in view_pv_common_write()
370 static void view_pv_sync_write(ITCStorageCell *c) in view_pv_sync_write()
[all …]
/openbmc/linux/fs/jffs2/
H A Dbuild.c27 first_inode_chain(int *i, struct jffs2_sb_info *c) in first_inode_chain()
37 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode()
46 #define for_each_inode(i, c, ic) \ argument
52 static void jffs2_build_inode_pass1(struct jffs2_sb_info *c, in jffs2_build_inode_pass1()
99 static int jffs2_build_filesystem(struct jffs2_sb_info *c) in jffs2_build_filesystem()
242 static void jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, in jffs2_build_remove_unlinked_inode()
311 static void jffs2_calc_trigger_levels(struct jffs2_sb_info *c) in jffs2_calc_trigger_levels()
373 int jffs2_do_mount_fs(struct jffs2_sb_info *c) in jffs2_do_mount_fs()
H A Dnodemgmt.c24 static int jffs2_rp_can_write(struct jffs2_sb_info *c) in jffs2_rp_can_write()
74 int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space()
212 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space_gc()
243 static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_close_nextblock()
280 static int jffs2_find_nextblock(struct jffs2_sb_info *c) in jffs2_find_nextblock()
354 static int jffs2_do_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_do_reserve_space()
500 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c, in jffs2_add_physical_node_ref()
556 void jffs2_complete_reservation(struct jffs2_sb_info *c) in jffs2_complete_reservation()
579 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
837 int jffs2_thread_should_wake(struct jffs2_sb_info *c) in jffs2_thread_should_wake()

12345678910>>...129