Home
last modified time | relevance | path

Searched defs:c (Results 176 – 200 of 3589) sorted by relevance

12345678910>>...144

/openbmc/linux/sound/soc/codecs/
H A Dmax9759.c28 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in pga_event() local
45 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_gain_control_get() local
64 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_gain_control_put() local
86 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_mute_get() local
97 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_mute_put() local
/openbmc/linux/fs/jffs2/
H A Dwrite.c23 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_new_inode()
59 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode()
205 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent()
340 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range()
441 int jffs2_do_create(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, in jffs2_do_create()
547 int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, in jffs2_do_unlink()
669 int jffs2_do_link (struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino, uint8_t t… in jffs2_do_link()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp87 for (auto c : s) in operator ()() local
99 for (auto c : s) in operator ()() local
111 for (auto c : s) in operator ()() local
126 constexpr bool isspace(char c) noexcept in isspace()
131 constexpr bool iscomment(char c) noexcept in iscomment()
171 for (auto c : line.substr(cpos + 1)) in pumpSection() local
233 auto c = line[i]; in pump() local
/openbmc/u-boot/drivers/clk/sifive/
H A Dwrpll-cln28hpc.c136 static u8 __wrpll_calc_fbdiv(struct analogbits_wrpll_cfg *c) in __wrpll_calc_fbdiv()
195 static int __wrpll_update_parent_rate(struct analogbits_wrpll_cfg *c, in __wrpll_update_parent_rate()
240 int analogbits_wrpll_configure_for_rate(struct analogbits_wrpll_cfg *c, in analogbits_wrpll_configure_for_rate()
358 unsigned long analogbits_wrpll_calc_output_rate(struct analogbits_wrpll_cfg *c, in analogbits_wrpll_calc_output_rate()
387 unsigned int analogbits_wrpll_calc_max_lock_us(struct analogbits_wrpll_cfg *c) in analogbits_wrpll_calc_max_lock_us()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.butt… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
H A Dui-bootstrap-tpls-0.11.0.min.js8collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.butt… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
/openbmc/linux/arch/loongarch/kernel/
H A Dtopology.c19 struct cpu *c = &per_cpu(cpu_devices, cpu); in arch_register_cpu() local
32 struct cpu *c = &per_cpu(cpu_devices, cpu); in arch_unregister_cpu() local
45 struct cpu *c = &per_cpu(cpu_devices, i); in topology_init() local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c122 crypto_comp_decompress(const struct ubifs_info *c, struct crypto_comp *tfm, in crypto_comp_decompress()
166 int ubifs_decompress(const struct ubifs_info *c, const void *in_buf, in ubifs_decompress()
262 static int filldir(struct ubifs_info *c, const char *name, int namlen, in filldir()
307 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_printdir() local
398 struct ubifs_info *c; in ubifs_finddir() local
586 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_ls() local
634 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_exists() local
646 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_size() local
688 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
732 static int do_readpage(struct ubifs_info *c, struct inode *inode, in do_readpage()
[all …]
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rpmh.c137 static inline bool has_state_changed(struct clk_rpmh *c, u32 state) in has_state_changed()
143 static int clk_rpmh_send(struct clk_rpmh *c, enum rpmh_state state, in clk_rpmh_send()
152 static int clk_rpmh_send_aggregate_command(struct clk_rpmh *c) in clk_rpmh_send_aggregate_command()
190 static int clk_rpmh_aggregate_state_send_command(struct clk_rpmh *c, in clk_rpmh_aggregate_state_send_command()
215 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_prepare() local
227 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_unprepare() local
251 static int clk_rpmh_bcm_send_cmd(struct clk_rpmh *c, bool enable) in clk_rpmh_bcm_send_cmd()
291 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_bcm_prepare() local
298 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_bcm_unprepare() local
306 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_bcm_set_rate() local
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dwriteback.c20 static void update_gc_after_writeback(struct cache_set *c) in update_gc_after_writeback()
32 struct cache_set *c = dc->disk.c; in __calc_target_rate() local
101 struct cache_set *c = dc->disk.c; in __update_writeback_rate() local
160 static bool idle_counter_exceeded(struct cache_set *c) in idle_counter_exceeded()
207 static bool set_at_max_writeback_rate(struct cache_set *c, in set_at_max_writeback_rate()
247 struct cache_set *c = dc->disk.c; in update_writeback_rate() local
596 void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode, in bcache_dev_sectors_dirty_add()
742 struct cache_set *c = dc->disk.c; in bch_writeback_thread() local
872 static int bch_root_node_dirty_init(struct cache_set *c, in bch_root_node_dirty_init()
910 struct cache_set *c = state->c; in bch_dirty_init_thread() local
[all …]
H A Dbtree.h126 struct cache_set *c; member
195 static inline void set_gc_sectors(struct cache_set *c) in set_gc_sectors()
204 #define for_each_cached_btree(b, c, iter) \ argument
231 struct cache_set *c; member
287 static inline void wake_up_gc(struct cache_set *c) in wake_up_gc()
292 static inline void force_wake_up_gc(struct cache_set *c) in force_wake_up_gc()
348 #define bcache_btree_root(fn, c, op, ...) \ argument
381 static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, in bch_btree_map_nodes()
388 struct cache_set *c, in bch_btree_map_leaf_nodes()
/openbmc/qemu/tests/tcg/x86_64/
H A Dadox.c7 static uint64_t adoxq(bool *c_out, uint64_t a, uint64_t b, bool c) in adoxq()
17 static uint64_t adoxl(bool *c_out, uint64_t a, uint64_t b, bool c) in adoxl()
30 bool c; in main() local
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c65 struct scripting_context *c = get_scripting_context(args); in perf_trace_context_common_pc() local
76 struct scripting_context *c = get_scripting_context(args); in perf_trace_context_common_flags() local
87 struct scripting_context *c = get_scripting_context(args); in perf_trace_context_common_lock_depth() local
98 struct scripting_context *c = get_scripting_context(args); in perf_sample_insn() local
116 struct scripting_context *c; in perf_set_itrace_options() local
142 struct scripting_context *c = get_scripting_context(args); in perf_sample_src() local
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h21 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
37 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
60 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
71 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
139 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
146 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/openbmc/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h21 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
37 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
60 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
71 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
139 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
146 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/openbmc/sdbusplus/src/message/
H A Dnative_types.cpp36 inline bool pathShouldEscape(char c) in pathShouldEscape()
41 inline bool pathRequiresEscape(char c) in pathRequiresEscape()
46 inline void pathAppendEscape(std::string& s, char c) in pathAppendEscape()
135 for (auto c : extId.substr(1)) in operator /=() local
/openbmc/linux/drivers/dma/
H A Dk3dma.c214 struct k3_dma_chan *c; in k3_dma_int_handler() local
303 struct k3_dma_chan *c, *cn; in k3_dma_tasklet() local
362 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_free_chan_resources() local
377 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_tx_status() local
424 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_issue_pending() local
464 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_alloc_desc_resource() local
493 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_memcpy() local
535 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_slave_sg() local
593 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_dma_cyclic() local
936 struct k3_dma_chan *c = &d->chans[i]; in k3_dma_probe() local
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dproc.c19 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
34 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
52 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
65 struct cpuinfo_x86 *c = v; in show_cpuinfo() local
/openbmc/u-boot/common/
H A DxyzModem.c63 CYGACC_COMM_IF_GETC_TIMEOUT (char chan, char *c) in CYGACC_COMM_IF_GETC_TIMEOUT()
89 _is_hex (char c) in _is_hex()
97 _from_hex (char c) in _from_hex()
118 _tolower (char c) in _tolower()
133 char c; in parse_num() local
219 zm_save (unsigned char c) in zm_save()
241 char c; in xyzModem_flush() local
253 char c; in xyzModem_get_hdr() local
621 int c; in xyzModem_stream_terminate() local
/openbmc/linux/kernel/printk/
H A Dbraille.h8 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
32 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
43 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console()
/openbmc/linux/arch/x86/math-emu/
H A Dreg_compare.c172 int f, c; in FPU_compare_st_data() local
209 int f, c; in compare_st_st() local
255 int f, c; in compare_i_st_st() local
303 int f = 0, c; in compare_u_st_st() local
353 int f = 0, c; in compare_ui_st_st() local
/openbmc/qemu/hw/pci/
H A Dpcie_port.c61 struct PCIEChassis *c; in pcie_chassis_find() local
72 struct PCIEChassis *c; in pcie_chassis_create() local
83 static PCIESlot *pcie_chassis_find_slot_with_chassis(struct PCIEChassis *c, in pcie_chassis_find_slot_with_chassis()
97 struct PCIEChassis *c; in pcie_chassis_find_slot() local
107 struct PCIEChassis *c; in pcie_chassis_add_slot() local
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c38 struct dpu_hw_blk_reg_map *c = &dsc->hw; in dpu_hw_dsc_disable() local
48 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_config() local
129 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_config_thresh() local
162 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_bind_pingpong_blk() local
194 struct dpu_hw_dsc *c; in dpu_hw_dsc_init() local
H A Ddpu_hw_merge3d.c20 struct dpu_hw_blk_reg_map *c; in dpu_hw_merge_3d_setup_3d_mode() local
34 static void _setup_merge_3d_ops(struct dpu_hw_merge_3d *c, in _setup_merge_3d_ops()
43 struct dpu_hw_merge_3d *c; in dpu_hw_merge_3d_init() local
/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h282 #define ___last4(a, b, c, x) x argument
283 #define ___last5(a, b, c, d, x) x argument
284 #define ___last6(a, b, c, d, e, x) x argument
285 #define ___last7(a, b, c, d, e, f, x) x argument
286 #define ___last8(a, b, c, d, e, f, g, x) x argument
287 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
293 #define ___nolast4(a, b, c, _) a, b, c argument
294 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
304 #define ___arrow3(a, b, c) a->b->c argument
305 #define ___arrow4(a, b, c, d) a->b->c->d argument
[all …]

12345678910>>...144