/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 1467 static void prefetch_values(struct dm_btree_cursor *c) in prefetch_values() 1484 static bool leaf_node(struct dm_btree_cursor *c) in leaf_node() 1492 static int push_node(struct dm_btree_cursor *c, dm_block_t b) in push_node() 1515 static void pop_node(struct dm_btree_cursor *c) in pop_node() 1521 static int inc_or_backtrack(struct dm_btree_cursor *c) in inc_or_backtrack() 1543 static int find_leaf(struct dm_btree_cursor *c) in find_leaf() 1572 bool prefetch_leaves, struct dm_btree_cursor *c) in dm_btree_cursor_begin() 1589 void dm_btree_cursor_end(struct dm_btree_cursor *c) in dm_btree_cursor_end() 1596 int dm_btree_cursor_next(struct dm_btree_cursor *c) in dm_btree_cursor_next() 1610 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count) in dm_btree_cursor_skip() [all …]
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_gadget.c | 221 struct dma_controller *c = ep->musb->dma_controller; in nuke() local 362 struct dma_controller *c = musb->dma_controller; in txstate() local 673 struct dma_controller *c = musb->dma_controller; in rxstate() local 716 struct dma_controller *c; in rxstate() local 851 struct dma_controller *c = musb->dma_controller; in rxstate() local 1178 struct dma_controller *c = musb->dma_controller; in musb_gadget_enable() local 1400 struct dma_controller *c = musb->dma_controller; in musb_gadget_dequeue() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | btext.c | 141 static void btext_drawchar(char c) in btext_drawchar() 188 static void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() 194 static void draw_byte(unsigned char c, long locX, long locY) in draw_byte()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha1.c | 74 uint32_t a, b, c, d, e; in SHA1Transform() local 76 unsigned char c[64]; in SHA1Transform() member 176 unsigned char c; in SHA1Final() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | si2168.c | 118 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_read_status() local 234 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_set_frontend() local 412 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_init() local
|
/openbmc/linux/sound/firewire/tascam/ |
H A D | amdtp-tascam.c | 45 int i, c; in write_pcm_s32() local 75 int i, c; in read_pcm_s32() local 102 unsigned int channels, i, c; in write_pcm_silence() local
|
/openbmc/linux/include/linux/ |
H A D | rbtree.h | 228 int c; in rb_find_add() local 262 int c = cmp(key, node); in rb_find() local 291 int c = cmp(key, node); in rb_find_first() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 34 char c; member 42 char c: 1; member 50 int c; member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_obex.c | 288 static inline bool can_support_obex(struct usb_configuration *c) in can_support_obex() 302 static int obex_bind(struct usb_configuration *c, struct usb_function *f) in obex_bind() 453 static void obex_unbind(struct usb_configuration *c, struct usb_function *f) in obex_unbind()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | io.h | 134 #define memset_io(c,v,l) __memset_io((c),(v),(l)) argument 135 #define memcpy_fromio(a,c,l) __memcpy_fromio((a),(c),(l)) argument 136 #define memcpy_toio(c,a,l) __memcpy_toio((c),(a),(l)) argument
|
/openbmc/linux/crypto/ |
H A D | twofish_common.c | 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 529 #define CALC_K_2(a, b, c, d, j) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 643 static int find_num_cache_leaves(struct cpuinfo_x86 *c) in find_num_cache_leaves() 664 void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu) in cacheinfo_amd_init_llc_id() 702 void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu) in cacheinfo_hygon_init_llc_id() 718 void init_amd_cacheinfo(struct cpuinfo_x86 *c) in init_amd_cacheinfo() 731 void init_hygon_cacheinfo(struct cpuinfo_x86 *c) in init_hygon_cacheinfo() 736 void init_intel_cacheinfo(struct cpuinfo_x86 *c) in init_intel_cacheinfo() 954 struct cpuinfo_x86 *c = &cpu_data(cpu); in __cache_cpumap_setup() local 1021 struct cpuinfo_x86 *c = &cpu_data(cpu); in get_cache_id() local
|
/openbmc/linux/tools/perf/ |
H A D | builtin-timechart.c | 221 struct per_pidcomm *c; in create_pidcomm() local 235 struct per_pidcomm *c; in pid_set_comm() local 285 struct per_pidcomm *c; in pid_put_sample() local 734 struct per_pidcomm *c = p->current; in pid_begin_io_sample() local 1048 struct per_pidcomm *c; in draw_wakeups() local 1115 struct per_pidcomm *c; in draw_cpu_usage() local 1146 struct per_pidcomm *c; in draw_io_bars() local 1258 struct per_pidcomm *c; in draw_process_bars() local 1347 struct per_pidcomm *c; in determine_display_tasks_filtered() local 1387 struct per_pidcomm *c; in determine_display_tasks() local [all …]
|
/openbmc/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-vbi.c | 13 static int odd_parity(u8 c) in odd_parity() 59 u8 c, err = 0; in decode_vps() local
|
/openbmc/linux/drivers/hid/ |
H A D | hid-dr.c | 245 #define map_abs(c) hid_map_usage(hi, usage, bit, max, EV_ABS, (c)) argument 246 #define map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
|
/openbmc/linux/fs/hpfs/ |
H A D | name.c | 12 static inline int not_allowed_char(unsigned char c) in not_allowed_char() 18 static inline int no_dos_char(unsigned char c) in no_dos_char()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_unicode_collation.c | 244 u16 c; in efi_fat_to_str() local 278 s32 c; in efi_str_to_fat() local
|
/openbmc/linux/drivers/cpufreq/ |
H A D | p4-clockmod.c | 118 static unsigned int cpufreq_p4_get_frequency(struct cpuinfo_x86 *c) in cpufreq_p4_get_frequency() 157 struct cpuinfo_x86 *c = &cpu_data(policy->cpu); in cpufreq_p4_cpu_init() local
|
/openbmc/linux/sound/core/ |
H A D | pcm_drm_eld.c | 96 const struct snd_interval *c; in eld_limit_rates() local 123 struct snd_interval *c = hw_param_interval(params, rule->var); in eld_limit_channels() local
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.c | 311 enum mdp_color c = fmt->mdp_color; in mdp_fmt_get_stride() local 330 enum mdp_color c = fmt->mdp_color; in mdp_fmt_get_stride_contig() local 348 enum mdp_color c = fmt->mdp_color; in mdp_fmt_get_plane_size() local 418 static void mdp_set_src_crop(struct img_crop *c, struct mdp_crop *crop) in mdp_set_src_crop()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-debugfs.c | 69 struct regmap_debugfs_off_cache *c; in regmap_debugfs_free_dump_cache() local 100 struct regmap_debugfs_off_cache *c = NULL; in regmap_debugfs_get_dump_start() local 195 struct regmap_debugfs_off_cache *c; in regmap_next_readable_reg() local 365 struct regmap_debugfs_off_cache *c; in regmap_reg_ranges_read_file() local
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | btext.c | 465 static noinline void draw_byte(unsigned char c, long locX, long locY) in draw_byte() 488 void btext_drawchar(char c) in btext_drawchar() 538 void btext_drawstring(const char *c) in btext_drawstring() 546 void __init btext_drawtext(const char *c, unsigned int len) in btext_drawtext()
|
/openbmc/linux/samples/seccomp/ |
H A D | user-trap.c | 36 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in send_fd() local 65 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in recv_fd() local
|
/openbmc/linux/arch/mips/txx9/rbtx4927/ |
H A D | setup.c | 65 struct pci_controller *c = &txx9_primary_pcic; in tx4927_pci_setup() local 112 struct pci_controller *c = &txx9_primary_pcic; in tx4937_pci_setup() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | string.c | 173 char *strrchr(const char *s, int c) in strrchr() 193 void *memchr(const void *s, int c, size_t n) in memchr()
|