/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget.c | 194 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
|
/openbmc/openpower-vpd-parser/ |
H A D | impl.cpp | 50 constexpr auto toHex(size_t c) in toHex() 441 std::for_each(data.cbegin(), data.cend(), [&result](size_t c) { in readKwData() 459 std::for_each(strItr, data.cend(), [&result](size_t c) { in readKwData() 484 std::for_each(strItr, data.cend(), [&result](size_t c) { in readKwData() 501 std::for_each(data.cbegin(), data.cend(), [&result](size_t c) { in readKwData()
|
/openbmc/linux/arch/mips/pci/ |
H A D | fixup-fuloong2e.c | 61 unsigned char c; in loongson2e_686b_func0_fixup() local 182 unsigned char c; in loongson2e_686b_func5_fixup() local
|
/openbmc/u-boot/cmd/ |
H A D | spl.c | 104 const cmd_tbl_t *c; in spl_export() local 149 const cmd_tbl_t *c; in do_spl() local
|
/openbmc/linux/net/9p/ |
H A D | error.c | 178 struct errormap *c; in p9_error_init() local 207 struct errormap *c; in p9_errstr2errno() local
|
H A D | client.c | 225 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init() 277 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc() 357 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() 390 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove() 401 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put() 422 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup() 444 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() 521 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 624 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req() 673 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc() [all …]
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | memcg_protection.m | 22 c = [50 50 50 0] / 1024; variable 81 c = max(c - r, 0); variable
|
/openbmc/linux/tools/perf/tests/ |
H A D | kmod-path.c | 44 #define T(path, an, k, c, n) \ argument 47 #define M(path, c, e) \ argument
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_dspp.c | 64 static void _setup_dspp_ops(struct dpu_hw_dspp *c, in _setup_dspp_ops() 74 struct dpu_hw_dspp *c; in dpu_hw_dspp_init() local
|
/openbmc/linux/drivers/scsi/ |
H A D | atp870u.c | 123 unsigned char i, j, c, target_id, lun,cmdp; in atp870u_intr_handle() local 623 unsigned char c; in atp870u_queuecommand_lck() local 1255 int c,k; in atp870u_init_tables() local 1293 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) in atp_set_host_id() 1447 unsigned char k, m, c; in atp885_init() local 1645 unsigned char j, k, c; in atp870u_abort() local 1769 static void atp_is(struct atp_unit *dev, unsigned char c, bool wide_chip, in atp_is()
|
/openbmc/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 109 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_format_by_channels() local 137 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_channels_by_format() local 171 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_format_by_channels() local 1015 int c; in snd_echo_output_gain_get() local 1027 int c, changed, gain; in snd_echo_output_gain_put() local 1096 int c; in snd_echo_input_gain_get() local 1108 int c, gain, changed; in snd_echo_input_gain_put() local 1165 int c; in snd_echo_output_nominal_get() local 1177 int c, changed; in snd_echo_output_nominal_put() local 1227 int c; in snd_echo_input_nominal_get() local [all …]
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-core.c | 109 int c = utf8byte(&cur); in utf8_casefold() local 125 int c; in utf8_casefold_hash() local 151 int c = utf8byte(&cur); in utf8_normalize() local
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | word-at-a-time.h | 27 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 34 …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/lib/ |
H A D | strncpy_from_user.c | 38 unsigned long c, data, mask; in do_strncpy_from_user() local 70 char c; in do_strncpy_from_user() local
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | word-at-a-time.h | 21 const struct word_at_a_time *c) in has_zero() 28 #define prep_zero_mask(a, bits, c) (bits) argument
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop2.h | 26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) argument 28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) argument 30 #define PUTPIXEL(s, a, c) do { \ argument 36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) argument
|
/openbmc/linux/fs/nls/ |
H A D | nls_base.c | 58 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()
|
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/ |
H A D | processor.h | 179 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument 180 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument 182 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));}) argument 183 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(__v); __v; }) argument
|
/openbmc/linux/fs/udf/ |
H A D | unicode.c | 45 unicode_t c; in get_utf16_char() local 94 unicode_t c; in udf_name_conv_char() local 152 uint32_t c; in udf_name_from_CS0() local 317 unicode_t c; in udf_name_to_CS0() local
|
/openbmc/linux/crypto/ |
H A D | sm3.c | 38 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument 49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 74 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | dma.c | 15 static inline struct idxd_wq *to_idxd_wq(struct dma_chan *c) in to_idxd_wq() 86 idxd_dma_prep_interrupt(struct dma_chan *c, unsigned long flags) in idxd_dma_prep_interrupt() 107 idxd_dma_submit_memcpy(struct dma_chan *c, dma_addr_t dma_dest, in idxd_dma_submit_memcpy() 173 struct dma_chan *c = tx->chan; in idxd_dma_tx_submit() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cx24120.c | 324 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 …]
|
/openbmc/linux/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 133 u_char c; in q40_ctx_law() local 170 u_char c; in q40_ctx_s8() local 206 u_char c; in q40_ctx_u8() local 243 u_char c; in q40_ctc_law() local 282 u_char c; in q40_ctc_s8() local 321 u_char c; in q40_ctc_u8() local
|
/openbmc/u-boot/common/ |
H A D | console.c | 218 static void console_putc(int file, const char c) in console_putc() 269 static inline void console_putc(int file, const char c) in console_putc() 352 void fputc(int file, const char c) in fputc() 443 static void pre_console_putc(const char c) in pre_console_putc() 486 static inline void pre_console_putc(const char c) {} in pre_console_putc() 491 void putc(const char c) in putc()
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 119 __progress(int pct, char c) in __progress() 144 kwboot_progress(int _pct, char c) in kwboot_progress() 223 kwboot_tty_send_char(int fd, unsigned char c) in kwboot_tty_send_char() 288 char c; in kwboot_bootmsg() local 378 char c; in kwboot_xm_sendblock() local 732 int c = getopt(argc, argv, "hb:ptaB:dD:q:s:o:"); in main() local
|