Home
last modified time | relevance | path

Searched defs:c (Results 301 – 325 of 2688) sorted by relevance

1...<<11121314151617181920>>...108

/linux-5.10/tools/perf/
Dperf.c100 struct pager_config *c = data; in pager_command_config() local
110 struct pager_config c; in check_pager_config() local
119 struct pager_config *c = data; in browser_command_config() local
134 struct pager_config c; in check_browser_config() local
/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
Dmmap_bench.c42 char *c = mmap(NULL, MEMSIZE, PROT_READ|PROT_WRITE, in test_mmap() local
62 signed char c; in main() local
/linux-5.10/arch/mips/kernel/
Dcpu-r3k-probe.c70 struct cpuinfo_mips *c = &current_cpu_data; in cpu_probe() local
165 struct cpuinfo_mips *c = &current_cpu_data; in cpu_report() local
/linux-5.10/drivers/misc/lis3lv02d/
Dlis3lv02d_i2c.c48 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_write() local
54 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_read() local
62 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_blockread() local
/linux-5.10/arch/hexagon/lib/
Dchecksum.c25 #define VR_NEGATE(a, b, c, d) (SIGN(a, 48) + SIGN(b, 32) + SIGN(c, 16) \ argument
27 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \ argument
29 #define VR_SELECT(a, b, c, d) (SELECT(a, 48) + SELECT(b, 32) + SELECT(c, 16) \ argument
/linux-5.10/drivers/clk/davinci/
Dpsc.h25 #define LPSC_CLKDEV(c, d) { \ argument
30 #define LPSC_CLKDEV1(n, c, d) \ argument
69 #define LPSC(m, d, n, p, c, f) \ argument
/linux-5.10/arch/sparc/kernel/
Dsysfs.c210 struct cpu *c = &per_cpu(cpu_devices, cpu); in register_cpu_online() local
224 struct cpu *c = &per_cpu(cpu_devices, cpu); in unregister_cpu_online() local
266 struct cpu *c = &per_cpu(cpu_devices, cpu); in topology_init() local
/linux-5.10/arch/x86/include/asm/
Dcpu.h49 static inline void __init cpu_set_core_cap_bits(struct cpuinfo_x86 *c) {} in cpu_set_core_cap_bits()
64 static inline void init_ia32_feat_ctl(struct cpuinfo_x86 *c) {} in init_ia32_feat_ctl()
/linux-5.10/arch/riscv/include/asm/
Dword-at-a-time.h21 unsigned long *bits, const struct word_at_a_time *c) in has_zero()
29 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/linux-5.10/drivers/staging/ralink-gdma/
Dralink-gdma.c145 static struct gdma_dmaengine_chan *to_gdma_dma_chan(struct dma_chan *c) in to_gdma_dma_chan()
181 static int gdma_dma_config(struct dma_chan *c, in gdma_dma_config()
220 static int gdma_dma_terminate_all(struct dma_chan *c) in gdma_dma_terminate_all()
494 static void gdma_dma_issue_pending(struct dma_chan *c) in gdma_dma_issue_pending()
514 struct dma_chan *c, struct scatterlist *sgl, in gdma_dma_prep_slave_sg()
562 struct dma_chan *c, dma_addr_t dest, dma_addr_t src, in gdma_dma_prep_dma_memcpy()
605 struct dma_chan *c, dma_addr_t buf_addr, size_t buf_len, in gdma_dma_prep_dma_cyclic()
655 static enum dma_status gdma_dma_tx_status(struct dma_chan *c, in gdma_dma_tx_status()
694 static void gdma_dma_free_chan_resources(struct dma_chan *c) in gdma_dma_free_chan_resources()
/linux-5.10/drivers/scsi/arm/
Dscsi.h64 char c = *SCp->ptr; in get_next_SCp_byte() local
72 static inline void put_next_SCp_byte(struct scsi_pointer *SCp, unsigned char c) in put_next_SCp_byte()
/linux-5.10/drivers/media/pci/ttpci/
Dbudget.c194 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() local
236 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() local
264 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params() local
322 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() local
346 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params() local
/linux-5.10/net/9p/
Dclient.c225 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
268 p9_tag_alloc(struct p9_client *c, int8_t type, unsigned int max_size) in p9_tag_alloc()
332 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
365 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
398 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
497 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
566 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
653 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
682 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
[all …]
Derror.c180 struct errormap *c; in p9_error_init() local
209 struct errormap *c; in p9_errstr2errno() local
/linux-5.10/arch/mips/pci/
Dfixup-fuloong2e.c61 unsigned char c; in loongson2e_686b_func0_fixup() local
182 unsigned char c; in loongson2e_686b_func5_fixup() local
/linux-5.10/tools/perf/tests/
Dkmod-path.c44 #define T(path, an, k, c, n) \ argument
47 #define M(path, c, e) \ argument
/linux-5.10/drivers/scsi/
Datp870u.c122 unsigned char i, j, c, target_id, lun,cmdp; in atp870u_intr_handle() local
585 unsigned char c; in atp870u_queuecommand_lck() local
1205 int c,k; in atp870u_init_tables() local
1240 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) in atp_set_host_id()
1392 unsigned char k, m, c; in atp885_init() local
1587 unsigned char j, k, c; in atp870u_abort() local
1712 static void atp_is(struct atp_unit *dev, unsigned char c, bool wide_chip, unsigned char lvdmode) in atp_is()
/linux-5.10/tools/perf/util/
Dconfig.c49 int c; in get_next_char() local
80 int c = get_next_char(); in parse_value() local
139 static inline int iskeychar(int c) in iskeychar()
146 int c; in get_value() local
175 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var()
216 int c = get_next_char(); in get_base_var() local
242 int line, c = get_next_char(); in perf_parse_file() local
/linux-5.10/arch/arm/mach-omap1/
Dclock.c849 struct clk *c; in omap_clk_get_by_name() local
868 struct clk *c; in omap_clk_enable_autoidle_all() local
884 struct clk *c; in omap_clk_disable_autoidle_all() local
970 struct clk *c; in debug_clock_show() local
990 static void clk_debugfs_register_one(struct clk *c) in clk_debugfs_register_one()
1003 static void clk_debugfs_register(struct clk *c) in clk_debugfs_register()
1016 struct clk *c; in clk_debugfs_init() local
/linux-5.10/sound/pci/echoaudio/
Dechoaudio.c110 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_format_by_channels() local
138 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_channels_by_format() local
172 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_format_by_channels() local
207 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_channels_by_format() local
998 int c; in snd_echo_output_gain_get() local
1010 int c, changed, gain; in snd_echo_output_gain_put() local
1079 int c; in snd_echo_input_gain_get() local
1091 int c, gain, changed; in snd_echo_input_gain_put() local
1148 int c; in snd_echo_output_nominal_get() local
1160 int c, changed; in snd_echo_output_nominal_put() local
[all …]
/linux-5.10/drivers/media/dvb-frontends/
Dmn88473.c21 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_set_frontend() local
241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_read_status() local
463 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_init() local
Dcx24120.c324 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_snr() local
337 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_ber() local
429 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_signal_strength() local
607 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_stats() local
796 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_fec() local
836 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_calculate_ber_window() local
915 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_clock_ratios() local
1133 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_frontend() local
1269 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_init() local
1497 struct dtv_frontend_properties *c) in cx24120_get_frontend()
[all …]
/linux-5.10/drivers/md/bcache/
Ddebug.c162 struct cache_set *c; member
208 struct cache_set *c = inode->i_private; in bch_dump_open() local
236 void bch_debug_init_cache_set(struct cache_set *c) in bch_debug_init_cache_set()
/linux-5.10/fs/nls/
Dnls_base.c58 int c0, c, nc; in utf8_to_utf32() local
89 int c, nc; in utf32_to_utf8() local
117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16()
174 static inline unsigned long get_utf16(unsigned c, enum utf16_endian endian) in get_utf16()
/linux-5.10/fs/udf/
Dunicode.c49 unicode_t c; in get_utf16_char() local
98 unicode_t c; in udf_name_conv_char() local
156 uint32_t c; in udf_name_from_CS0() local
321 unicode_t c; in udf_name_to_CS0() local

1...<<11121314151617181920>>...108