/linux/sound/firewire/digi00x/ |
H A D | digi00x-pcm.c | 15 const struct snd_interval *c = in hw_rule_rate() local 37 struct snd_interval *c = in hw_rule_channels() local
|
/linux/arch/s390/kernel/ |
H A D | processor.c | 55 struct cpu_info *c; in update_cpu_mhz() local 331 struct cpu_info *c = per_cpu_ptr(&cpu_info, n); in show_cpu_mhz() local
|
/linux/arch/alpha/kernel/ |
H A D | srmcons.c | 42 unsigned long c :61; member 97 size_t c; in srmcons_do_write() local
|
/linux/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 110 #define c %r10d macro 181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
|
/linux/drivers/media/dvb-frontends/ |
H A D | si2165.c | 526 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_init() local 672 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_status() local 799 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_snr() local 811 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_ber() local
|
H A D | tda10023.c | 293 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10023_set_parameters() local 394 u8 a,b,c; in tda10023_read_ber() local 432 u8 a,b,c,d; in tda10023_read_ucblocks() local
|
/linux/drivers/iio/dac/ |
H A D | ltc2664.c | 132 static int ltc2664_scale_get(const struct ltc2664_state *st, int c) in ltc2664_scale_get() 147 static int ltc2672_scale_get(const struct ltc2664_state *st, int c) in ltc2672_scale_get() 164 static int ltc2664_offset_get(const struct ltc2664_state *st, int c) in ltc2664_offset_get() 182 struct ltc2664_chan *c = &st->channels[chan]; in ltc2664_dac_code_write() local
|
/linux/lib/crypto/x86/ |
H A D | curve25519.h | 990 u64 *c; in point_add_and_double() local 1030 u64 *c = tmp1 + (u32)12U; in point_double() local 1123 u64 *c = t1 + (u32)8U; in finv() local 1543 u64 *c = &tmp[8 + 16]; in curve25519_ever64_base() local
|
/linux/arch/microblaze/lib/ |
H A D | memset.c | 34 void *memset(void *v_src, int c, __kernel_size_t n) in memset()
|
/linux/arch/arm/mach-footbridge/include/mach/ |
H A D | uncompress.h | 15 static inline void putc(char c) in putc()
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 25 #define R(a, b, c, d) \ argument
|
/linux/arch/x86/lib/ |
H A D | memcpy_32.c | 15 __visible void *memset(void *s, int c, size_t count) in memset()
|
/linux/arch/arm/include/asm/ |
H A D | dcc.h | 27 static inline void __dcc_putchar(char c) in __dcc_putchar()
|
/linux/arch/arm/mach-omap2/ |
H A D | wd_timer.c | 79 int c = 0; in omap2_wd_timer_reset() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | crc32.h | 20 u8 c = total_len & 0xff; in crc32_posix_end() local
|
/linux/tools/perf/arch/x86/util/ |
H A D | cpuid.h | 8 unsigned int *c, unsigned int *d) in cpuid()
|
/linux/tools/power/cpupower/bench/ |
H A D | main.c | 65 int c; in main() local
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux_regs.h | 74 #define DP_AUX_CH_CTL_FW_SYNC_PULSE_SKL(c) REG_FIELD_PREP(DP_AUX_CH_CTL_FW_SYNC_PULSE_SKL_MASK, (… argument 76 #define DP_AUX_CH_CTL_SYNC_PULSE_SKL(c) REG_FIELD_PREP(DP_AUX_CH_CTL_SYNC_PULSE_SKL_MASK, (c) - 1) argument
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 293 static inline bool xfs_ascii_ci_need_xfrm(unsigned char c) in xfs_ascii_ci_need_xfrm() 304 static inline unsigned char xfs_ascii_ci_xfrm(unsigned char c) in xfs_ascii_ci_xfrm()
|
/linux/tools/perf/ui/browsers/ |
H A D | scripts.c | 52 struct script_config *c) in add_script_option() 66 struct script_config *c = data; in scripts_config() local
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | internal.h | 54 #define QCHAR(a, b, c, d) ((a) + ((b) << 8) + ((c) << 16) + ((d) << 24)) argument 62 #define CPUID_IS(a, b, c, ebx, ecx, edx) \ argument
|
/linux/include/uapi/linux/ |
H A D | atm.h | 60 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF)) argument 61 #define __SO_NUMBER(c) (((c) >> 16) & 0x3f) argument 62 #define __SO_SIZE(c) ((c) & 0x3fff) argument
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 52 struct funeth_rx_cache *c = &q->cache; in cache_offer() local 69 struct funeth_rx_cache *c = &q->cache; in cache_get() local 566 static int fun_rxq_init_cache(struct funeth_rx_cache *c, unsigned int depth, in fun_rxq_init_cache()
|
/linux/drivers/video/console/ |
H A D | newport_con.c | 52 #define BMASK(c) (c << 24) argument 341 static void newport_deinit(struct vc_data *c) in newport_deinit() 479 static bool newport_blank(struct vc_data *c, enum vesa_blank_mode blank, in newport_blank()
|
/linux/tools/perf/util/ |
H A D | time-utils.c | 182 char *c, *endptr; in parse_percent() local 328 const char *ostr, u64 start, u64 end, char *c) in one_percent_convert() 361 char *c; in perf_time__percent_parse_str() local
|