Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 2227) sorted by relevance

12345678910>>...90

/linux/scripts/mod/
H A Dsumversion.c69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c, argument
92 uint32_t a, b, c, d; md4_transform() local
227 add_char(unsigned char c,struct md4_ctx * md) add_char() argument
[all...]
/linux/mm/damon/tests/
H A Dcore-kunit.h52 struct damon_ctx *c = damon_new_ctx(); in damon_test_target() local
123 struct damon_ctx *c = damon_new_ctx(); in damon_test_split_at() local
226 struct damon_ctx *c = damon_new_ctx(); in damon_test_split_regions_of() local
248 struct damon_ctx *c = damon_new_ctx(); in damon_test_ops_registration() local
372 struct damon_ctx *c = damon_new_ctx(); in damon_test_set_attrs() local
/linux/arch/x86/kvm/
H A Di8254.c56 struct kvm_kpit_channel_state *c = &pit->pit_state.channels[channel]; in pit_set_gate() local
106 static s64 kpit_elapsed(struct kvm_pit *pit, struct kvm_kpit_channel_state *c, in kpit_elapsed()
117 struct kvm_kpit_channel_state *c = &pit->pit_state.channels[channel]; in pit_get_count() local
144 struct kvm_kpit_channel_state *c = &pit->pit_state.channels[channel]; in pit_get_out() local
176 struct kvm_kpit_channel_state *c = &pit->pit_state.channels[channel]; in pit_latch_count() local
186 struct kvm_kpit_channel_state *c = &pit->pit_state.channels[channel]; in pit_latch_status() local
631 struct kvm_kpit_channel_state *c; in kvm_pit_reset() local
/linux/arch/arm64/include/asm/
H A Ddcc.h25 char c = read_sysreg(dbgdtrrx_el0); in __dcc_getchar() local
31 static inline void __dcc_putchar(char c) in __dcc_putchar()
/linux/drivers/media/dvb-frontends/
H A Dcxd2820r_t2.c15 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t2() local
157 struct dtv_frontend_properties *c) in cxd2820r_get_frontend_t2()
278 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status_t2() local
H A Daf9033.c72 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_init() local
359 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_set_frontend() local
487 struct dtv_frontend_properties *c) in af9033_get_frontend()
616 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_read_status() local
823 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_snr() local
874 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_signal_strength() local
H A Drtl2830.c51 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init() local
162 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend() local
269 struct dtv_frontend_properties *c) in rtl2830_get_frontend()
385 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_read_status() local
501 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr() local
531 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength() local
H A 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
430 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_signal_strength() local
608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_stats() local
797 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_fec() local
837 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_calculate_ber_window() local
916 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_clock_ratios() local
1136 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_frontend() local
1272 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_init() local
1500 struct dtv_frontend_properties *c) in cx24120_get_frontend()
[all …]
H A Dcxd2820r_t.c15 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t() local
127 struct dtv_frontend_properties *c) in cxd2820r_get_frontend_t()
251 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status_t() local
/linux/fs/ubifs/
H A Dsysfs.c68 struct ubifs_info *c = container_of(kobj, struct ubifs_info, kobj); in ubifs_sb_release() local
91 int ubifs_sysfs_register(struct ubifs_info *c) in ubifs_sysfs_register()
131 void ubifs_sysfs_unregister(struct ubifs_info *c) in ubifs_sysfs_unregister()
/linux/lib/crypto/
H A Dsm3.c41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
77 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c145 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() local
189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() local
268 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() local
344 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() local
460 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() local
514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs() local
/linux/drivers/memory/
H A Drenesas-rpc-if-regs.h41 #define RPCIF_DRCMR_CMD(c) (((c) & 0xFF) << 16) argument
42 #define RPCIF_DRCMR_OCMD(c) (((c) & 0xFF) << 0) argument
45 #define RPCIF_DREAR_EAV(c) (((c) & 0xF) << 16) argument
46 #define RPCIF_DREAR_EAC(c) (((c) & 0x7) << 0) argument
69 #define RPCIF_SMCMR_CMD(c) (((c) & 0xFF) << 16) argument
70 #define RPCIF_SMCMR_OCMD(c) (((c) & 0xFF) << 0) argument
/linux/arch/mips/boot/compressed/
H A Ddbg.c14 void __weak putc(char c) in putc()
20 char c; in puts() local
/linux/arch/mips/kernel/
H A Dfpu-probe.h30 static inline void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
35 static inline void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/linux/net/9p/
H A Dclient.c226 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init() argument
278 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc() argument
358 p9_tag_lookup(struct p9_client * c,u16 tag) p9_tag_lookup() argument
391 p9_tag_remove(struct p9_client * c,struct p9_req_t * r) p9_tag_remove() argument
402 p9_req_put(struct p9_client * c,struct p9_req_t * r) p9_req_put() argument
423 p9_tag_cleanup(struct p9_client * c) p9_tag_cleanup() argument
445 p9_client_cb(struct p9_client * c,struct p9_req_t * req,int status) p9_client_cb() argument
522 p9_check_errors(struct p9_client * c,struct p9_req_t * req) p9_check_errors() argument
597 p9_client_flush(struct p9_client * c,struct p9_req_t * oldreq) p9_client_flush() argument
625 p9_client_prepare_req(struct p9_client * c,int8_t type,uint t_size,uint r_size,const char * fmt,va_list ap) p9_client_prepare_req() argument
674 p9_client_rpc(struct p9_client * c,int8_t type,const char * fmt,...) p9_client_rpc() argument
778 p9_client_zc_rpc(struct p9_client * c,int8_t type,struct iov_iter * uidata,struct iov_iter * uodata,int inlen,int olen,int in_hdrlen,const char * fmt,...) p9_client_zc_rpc() argument
910 p9_client_version(struct p9_client * c) p9_client_version() argument
[all...]
/linux/arch/mips/fw/arc/
H A Dpromlib.c39 void prom_putchar(char c) in prom_putchar()
54 O32_STATIC CHAR c; in prom_getchar() local
/linux/sound/pci/echoaudio/
H A Dechoaudio.c99 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_format_by_channels() local
127 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_channels_by_format() local
161 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_format_by_channels() local
196 struct snd_interval *c = hw_param_interval(params, hw_rule_playback_channels_by_format() local
1005 int c; snd_echo_output_gain_get() local
1017 int c, changed, gain; snd_echo_output_gain_put() local
1086 int c; snd_echo_input_gain_get() local
1098 int c, gain, changed; snd_echo_input_gain_put() local
1155 int c; snd_echo_output_nominal_get() local
1167 int c, changed; snd_echo_output_nominal_put() local
1217 int c; snd_echo_input_nominal_get() local
1230 int c, changed; snd_echo_input_nominal_put() local
[all...]
/linux/drivers/spi/
H A Dspi-pxa2xx-pci.c96 static int lpss_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in lpss_spi_setup()
177 static int ce4100_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in ce4100_spi_setup()
192 static int mrfld_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in mrfld_spi_setup()
249 static int qrk_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in qrk_spi_setup()
/linux/tools/perf/util/
H A Ddata-convert-json.c124 struct convert_json *c = container_of(tool, struct convert_json, tool); in output_sample_callchain_entry() local
155 struct convert_json *c = container_of(tool, struct convert_json, tool); in process_sample_event() local
257 static void output_headers(struct perf_session *session, struct convert_json *c) in output_headers()
320 struct convert_json c = { in bt_convert__perf2json() local
/linux/arch/x86/include/asm/
H A Dmce.h19 #define MCG_EXT_CNT(c) (((c) & MCG_EXT_CNT_MASK) >> MCG_EXT_CNT_SHIFT) argument
46 #define MCI_STATUS_CEC(c) (((c) & MCI_STATUS_CEC_MASK) >> MCI_STATUS_CEC_SHIFT) argument
251 static inline void mca_bsp_init(struct cpuinfo_x86 *c) {} in mca_bsp_init()
252 static inline void mcheck_cpu_init(struct cpuinfo_x86 *c) {} in mcheck_cpu_init()
253 static inline void mcheck_cpu_clear(struct cpuinfo_x86 *c) {} in mcheck_cpu_clear()
273 static inline void mce_intel_feature_init(struct cpuinfo_x86 *c) { } in mce_intel_feature_init()
274 static inline void mce_intel_feature_clear(struct cpuinfo_x86 *c) { } in mce_intel_feature_clear()
379 static inline void mce_amd_feature_init(struct cpuinfo_x86 *c) { } in mce_amd_feature_init()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpushc37b.h7 #define PUSH_HDR(p,m,c) do { \ argument
16 #define PUSH_MTHD_HDR(p,s,m,c) PUSH_HDR(p,m,c) argument
/linux/drivers/dma/stm32/
H A Dstm32-dma3.c320 static inline struct stm32_dma3_chan *to_stm32_dma3_chan(struct dma_chan *c) in to_stm32_dma3_chan()
1066 static int stm32_dma3_alloc_chan_resources(struct dma_chan *c) in stm32_dma3_alloc_chan_resources()
1119 static void stm32_dma3_free_chan_resources(struct dma_chan *c) in stm32_dma3_free_chan_resources()
1196 static struct dma_async_tx_descriptor *stm32_dma3_prep_dma_memcpy(struct dma_chan *c, in stm32_dma3_prep_dma_memcpy()
1251 static struct dma_async_tx_descriptor *stm32_dma3_prep_slave_sg(struct dma_chan *c, in stm32_dma3_prep_slave_sg()
1341 static struct dma_async_tx_descriptor *stm32_dma3_prep_dma_cyclic(struct dma_chan *c, in stm32_dma3_prep_dma_cyclic()
1416 static void stm32_dma3_caps(struct dma_chan *c, struct dma_slave_caps *caps) in stm32_dma3_caps()
1434 static int stm32_dma3_config(struct dma_chan *c, struct dma_slave_config *config) in stm32_dma3_config()
1444 static int stm32_dma3_pause(struct dma_chan *c) in stm32_dma3_pause()
1460 static int stm32_dma3_resume(struct dma_chan *c) in stm32_dma3_resume()
[all …]
/linux/lib/
H A Dstring_helpers.c361 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
371 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
407 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
440 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
458 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
479 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
586 unsigned char c = *src++; in string_escape_mem() local
/linux/drivers/base/
H A Dcomponent.c156 struct component *c; in find_component() local
185 struct component *c; in find_components() local
210 static void remove_component(struct aggregate_device *adev, struct component *c) in remove_component()
491 struct component *c = match->compare[i].component; in free_aggregate_device() local
615 struct component *c; in component_unbind_all() local
698 struct component *c; in component_bind_all() local
822 struct component *c, *component = NULL; in component_del() local

12345678910>>...90