/linux/drivers/md/bcache/ |
H A D | features.c | 56 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_compat() 63 int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_ro_compat() 70 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_incompat()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxnv40.h | 92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 93 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument 101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument 108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tracing_struct_many_args.c | 14 int c; member 23 int BPF_PROG2(test_struct_many_args_1, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument 37 int BPF_PROG2(test_struct_many_args_2, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument 45 int BPF_PROG2(test_struct_many_args_3, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument 60 int BPF_PROG2(test_struct_many_args_4, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument 69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument 88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
|
H A D | fexit_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() 44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() 53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
|
/linux/security/tomoyo/ |
H A D | util.c | 192 char c = *(cp + 1); in tomoyo_parse_ulong() local 330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char() 356 static inline bool tomoyo_valid(const unsigned char c) in tomoyo_valid() 368 static inline bool tomoyo_invalid(const unsigned char c) in tomoyo_invalid() 444 unsigned char c = *string++; in tomoyo_correct_word2() local 637 char c; in tomoyo_const_part_length() local 704 char c; in tomoyo_file_matches_pattern2() local
|
/linux/arch/x86/crypto/ |
H A D | twofish-i586-asm_32.S | 67 #define encrypt_round(a,b,c,d,round)\ argument 105 #define encrypt_last_round(a,b,c,d,round)\ argument 142 #define decrypt_round(a,b,c,d,round)\ argument 180 #define decrypt_last_round(a,b,c,d,round)\ argument
|
/linux/fs/smb/common/ |
H A D | cifs_md4.c | 51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 57 u32 a, b, c, d; in md4_transform() local
|
/linux/drivers/media/dvb-frontends/ |
H A D | mb86a20s.c | 321 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength() local 500 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_frontend_cache() local 542 static u32 isdbt_layer_min_bitrate(struct dtv_frontend_properties *c, in isdbt_layer_min_bitrate() 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_frontend() local 731 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_counters() local 1378 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_main_CNR() local 1425 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_blk_error_layer_CNR() local 1527 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_stats_not_ready() local 1565 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_stats() local 1860 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_set_frontend() local [all …]
|
H A D | tda10071.c | 367 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_status() local 503 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_snr() local 514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_signal_strength() local 538 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_ucblocks() local 552 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend() local 693 struct dtv_frontend_properties *c) in tda10071_get_frontend() 754 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_init() local
|
/linux/drivers/parisc/ |
H A D | eisa_enumerator.c | 80 u_int8_t c; in configure_memory() local 118 u_int8_t c; in configure_irq() local 149 u_int8_t c; in configure_dma() local 171 u_int8_t c; in configure_port() local 212 u_int8_t c; in configure_port_init() local
|
/linux/tools/perf/ |
H A D | perf.c | 105 static bool same_cmd_with_prefix(const char *var, struct pager_config *c, in same_cmd_with_prefix() 113 struct pager_config *c = data; in pager_command_config() local 123 struct pager_config c; in check_pager_config() local 132 struct pager_config *c = data; in browser_command_config() local 147 struct pager_config c; in check_browser_config() local
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | intel.c | 455 static void intel_imc_init(struct cpuinfo_x86 *c) in intel_imc_init() 471 static void intel_apply_cpu_quirks(struct cpuinfo_x86 *c) in intel_apply_cpu_quirks() 488 void mce_intel_feature_init(struct cpuinfo_x86 *c) in mce_intel_feature_init() 496 void mce_intel_feature_clear(struct cpuinfo_x86 *c) in mce_intel_feature_clear() 504 struct cpuinfo_x86 *c = &boot_cpu_data; in intel_filter_mce() local
|
/linux/arch/powerpc/sysdev/ |
H A D | udbg_memcons.c | 44 static void memcons_putc(char c) in memcons_putc() 59 char c; in memcons_getc_poll() local 82 int c; in memcons_getc() local
|
/linux/arch/arm/mach-footbridge/ |
H A D | dc21285-timer.c | 52 struct clock_event_device *c) in ckevt_dc21285_set_next_event() 61 static int ckevt_dc21285_shutdown(struct clock_event_device *c) in ckevt_dc21285_shutdown() 67 static int ckevt_dc21285_set_periodic(struct clock_event_device *c) in ckevt_dc21285_set_periodic()
|
/linux/arch/sh/kernel/cpu/ |
H A D | proc.c | 34 const char *get_cpu_subtype(struct sh_cpuinfo *c) in get_cpu_subtype() 47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags() 81 struct sh_cpuinfo *c = v; in show_cpuinfo() local
|
/linux/arch/m68k/atari/ |
H A D | debug.c | 35 static inline void ata_mfp_out(char c) in ata_mfp_out() 52 static inline void ata_scc_out(char c) in ata_scc_out() 71 static inline void ata_midi_out(char c) in ata_midi_out() 88 static int ata_par_out(char c) in ata_par_out()
|
/linux/fs/jffs2/ |
H A D | file.c | 37 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_fsync() local 85 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_readpage_nolock() local 134 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_begin() local 251 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_end() local
|
/linux/drivers/dma/mediatek/ |
H A D | mtk-cqdma.c | 418 static struct virt_dma_desc *mtk_cqdma_find_active_desc(struct dma_chan *c, in mtk_cqdma_find_active_desc() 436 static enum dma_status mtk_cqdma_tx_status(struct dma_chan *c, in mtk_cqdma_tx_status() 467 static void mtk_cqdma_issue_pending(struct dma_chan *c) in mtk_cqdma_issue_pending() 485 mtk_cqdma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dest, in mtk_cqdma_prep_dma_memcpy() 548 static void mtk_cqdma_free_inactive_desc(struct dma_chan *c) in mtk_cqdma_free_inactive_desc() 568 static void mtk_cqdma_free_active_desc(struct dma_chan *c) in mtk_cqdma_free_active_desc() 599 static int mtk_cqdma_terminate_all(struct dma_chan *c) in mtk_cqdma_terminate_all() 610 static int mtk_cqdma_alloc_chan_resources(struct dma_chan *c) in mtk_cqdma_alloc_chan_resources() 655 static void mtk_cqdma_free_chan_resources(struct dma_chan *c) in mtk_cqdma_free_chan_resources()
|
/linux/drivers/gpio/ |
H A D | gpio-pxa.c | 152 static inline struct pxa_gpio_chip *chip_to_pxachip(struct gpio_chip *c) in chip_to_pxachip() 159 static inline void __iomem *gpio_bank_base(struct gpio_chip *c, int gpio) in gpio_bank_base() 167 static inline struct pxa_gpio_bank *gpio_to_pxabank(struct gpio_chip *c, in gpio_to_pxabank() 380 static inline void update_edge_detect(struct pxa_gpio_bank *c) in update_edge_detect() 396 struct pxa_gpio_bank *c = gpio_to_pxabank(&pchip->chip, gpio); in pxa_gpio_irq_type() local 442 struct pxa_gpio_bank *c; in pxa_gpio_demux_handler() local 519 struct pxa_gpio_bank *c = gpio_to_pxabank(&pchip->chip, gpio); in pxa_unmask_muxed_gpio() local 613 struct pxa_gpio_bank *c; in pxa_gpio_probe() local 753 struct pxa_gpio_bank *c; in pxa_gpio_suspend() local 774 struct pxa_gpio_bank *c; in pxa_gpio_resume() local
|
/linux/tools/testing/selftests/coredump/ |
H A D | stackdump_test.c | 299 char c; in TEST_F() local 408 char c; in TEST_F() local 532 char c; in TEST_F() local 734 char c; in TEST_F() local 858 char c; in TEST_F() local 971 char c; in TEST_F() local 1084 char c; in TEST_F() local 1182 char c; in TEST_F() local 1279 char c; in TEST_F() local 1378 char c; in TEST_F() local [all …]
|
/linux/arch/x86/boot/ |
H A D | cmdline.c | 15 static inline int myisspace(u8 c) in myisspace() 31 char c; in __cmdline_find_option() local 103 char c; in __cmdline_find_option_bool() local
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.h | 465 #define to_layer(c) container_of(c, struct komeda_layer, base) argument 466 #define to_compiz(c) container_of(c, struct komeda_compiz, base) argument 467 #define to_scaler(c) container_of(c, struct komeda_scaler, base) argument 468 #define to_splitter(c) container_of(c, struct komeda_splitter, base) argument 469 #define to_merger(c) container_of(c, struct komeda_merger, base) argument 470 #define to_improc(c) container_of(c, struct komeda_improc, base) argument 471 #define to_ctrlr(c) container_of(c, struct komeda_timing_ctrlr, base) argument 473 #define to_layer_st(c) container_of(c, struct komeda_layer_state, base) argument 474 #define to_compiz_st(c) container_of(c, struct komeda_compiz_state, base) argument 475 #define to_scaler_st(c) container_of(c, struct komeda_scaler_state, base) argument [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_txrx.h | 47 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list() 68 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list() 74 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
|
/linux/lib/ |
H A D | ucs2_string.c | 68 ucs2_char_t c; in ucs2_strscpy() local 113 u16 c = src[i]; in ucs2_utf8size() local 142 u16 c = src[i]; in ucs2_as_utf8() local
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_demod.c | 81 struct dtv_frontend_properties *c; in vidtv_match_cnr_s() local 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_clean_stats() local 164 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_update_stats() local 240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_read_signal_strength() local
|