Home
last modified time | relevance | path

Searched defs:c (Results 401 – 425 of 3547) sorted by relevance

1...<<11121314151617181920>>...142

/openbmc/u-boot/include/
H A Dtime.h44 #define time_in_range(a,b,c) \ argument
51 #define time_in_range_open(a,b,c) \ argument
H A Dstdio.h21 static inline void putc(const char c) in putc()
49 #define eputc(c) fputc(stderr, c) argument
/openbmc/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c71 struct cpuinfo_mips *c = &current_cpu_data; in cpu_probe() local
146 struct cpuinfo_mips *c = &current_cpu_data; in cpu_report() local
/openbmc/linux/arch/powerpc/crypto/
H A Dmd5-asm.S61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
85 #define R_16_31(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
105 #define R_32_47(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
122 #define R_48_63(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
/openbmc/linux/include/linux/
H A Dcapability.h71 # define cap_clear(c) do { (c).val = 0; } while (0) argument
73 #define cap_raise(c, flag) ((c).val |= BIT_ULL(flag)) argument
74 #define cap_lower(c, flag) ((c).val &= ~BIT_ULL(flag)) argument
75 #define cap_raised(c, flag) (((c).val & BIT_ULL(flag)) != 0) argument
H A Dsiphash.h48 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, in siphash_4u32()
146 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument
157 #define HSIPHASH_PERMUTATION(a, b, c, d) ( \ argument
/openbmc/linux/drivers/video/logo/
H A Dpnmtologo.c80 int c, val; in get_number() local
204 static inline int is_black(struct color c) in is_black()
209 static inline int is_white(struct color c) in is_white()
214 static inline int is_gray(struct color c) in is_gray()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c494 static void intel_imc_init(struct cpuinfo_x86 *c) in intel_imc_init()
510 void mce_intel_feature_init(struct cpuinfo_x86 *c) in mce_intel_feature_init()
517 void mce_intel_feature_clear(struct cpuinfo_x86 *c) in mce_intel_feature_clear()
524 struct cpuinfo_x86 *c = &boot_cpu_data; in intel_filter_mce() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.h71 #define CGRP_PRCLI(c,l,p,f,a...) RUNL_PRINT((c)->runl, l, p, "%04x:[%s]"f, (c)->id, (c)->name, ##a) argument
72 #define CGRP_PRINT(c,l,p,f,a...) RUNL_PRINT((c)->runl, l, p, "%04x:"f, (c)->id, ##a) argument
73 #define CGRP_ERROR(c,f,a...) CGRP_PRCLI((c), ERROR, err, " "f"\n", ##a) argument
74 #define CGRP_TRACE(c,f,a...) CGRP_PRINT((c), TRACE, info, " "f"\n", ##a) argument
H A Dchan.h74 #define CHAN_PRCLI(c,l,p,f,a...) CGRP_PRINT((c)->cgrp, l, p, "%04x:[%s]"f, (c)->id, (c)->name, ##a) argument
75 #define CHAN_PRINT(c,l,p,f,a...) CGRP_PRINT((c)->cgrp, l, p, "%04x:"f, (c)->id, ##a) argument
76 #define CHAN_ERROR(c,f,a...) CHAN_PRCLI((c), ERROR, err, " "f"\n", ##a) argument
77 #define CHAN_TRACE(c,f,a...) CHAN_PRINT((c), TRACE, info, " "f"\n", ##a) argument
/openbmc/linux/arch/riscv/include/asm/
H A Dword-at-a-time.h21 unsigned long *bits, const struct word_at_a_time *c) in has_zero()
29 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_sys_fops.c22 unsigned long total_size, c; in fb_sys_read() local
64 unsigned long total_size, c; in fb_sys_write() local
/openbmc/linux/arch/hexagon/lib/
H A Dchecksum.c25 #define VR_NEGATE(a, b, c, d) (SIGN(a, 48) + SIGN(b, 32) + SIGN(c, 16) \ argument
27 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \ argument
29 #define VR_SELECT(a, b, c, d) (SELECT(a, 48) + SELECT(b, 32) + SELECT(c, 16) \ argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmn88473.c21 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_set_frontend() local
241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_read_status() local
463 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_init() local
/openbmc/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d_i2c.c48 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_write() local
54 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_read() local
62 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_blockread() local
/openbmc/linux/drivers/clk/davinci/
H A Dpsc.h25 #define LPSC_CLKDEV(c, d) { \ argument
30 #define LPSC_CLKDEV1(n, c, d) \ argument
69 #define LPSC(m, d, n, p, c, f) \ argument
/openbmc/linux/arch/sparc/kernel/
H A Dsysfs.c210 struct cpu *c = &per_cpu(cpu_devices, cpu); in register_cpu_online() local
224 struct cpu *c = &per_cpu(cpu_devices, cpu); in unregister_cpu_online() local
254 struct cpu *c = &per_cpu(cpu_devices, cpu); in topology_init() local
/openbmc/linux/net/ipv6/
H A Dip6mr.c348 struct mfc6_cache *c = (struct mfc6_cache *)ptr; in ip6mr_hash_cmp() local
802 struct mr_mfc *c, *next; in ipmr_do_expire_process() local
1008 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve()
1144 struct mfc6_cache *c; in ip6mr_cache_unresolved() local
1221 struct mfc6_cache *c; in ip6mr_mfc_delete() local
1429 struct mfc6_cache *uc, *c; in ip6mr_mfc_add() local
1520 struct mr_mfc *c, *tmp; in mroute_clean_tables() local
1887 struct mfc6_cache *c; in ip6mr_ioctl() local
1955 struct mfc6_cache *c; in ip6mr_compat_ioctl() local
2110 struct mfc6_cache *c) in ip6_mr_forward()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c432 struct node *c; in get_property_by_label() local
459 struct node *c; in get_marker_label() local
751 struct node *c; in sort_node() local
793 struct node *c; in any_label_tree() local
810 struct node *c; in generate_label_tree_internal() local
847 struct node *c; in any_fixup_tree() local
892 struct node *c; in generate_fixups_tree_internal() local
912 struct node *c; in any_local_fixup_tree() local
973 struct node *c; in generate_local_fixups_tree_internal() local
/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-hsdma.c659 static struct virt_dma_desc *mtk_hsdma_find_active_desc(struct dma_chan *c, in mtk_hsdma_find_active_desc()
676 static enum dma_status mtk_hsdma_tx_status(struct dma_chan *c, in mtk_hsdma_tx_status()
705 static void mtk_hsdma_issue_pending(struct dma_chan *c) in mtk_hsdma_issue_pending()
720 mtk_hsdma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dest, in mtk_hsdma_prep_dma_memcpy()
737 static int mtk_hsdma_free_inactive_desc(struct dma_chan *c) in mtk_hsdma_free_inactive_desc()
755 static void mtk_hsdma_free_active_desc(struct dma_chan *c) in mtk_hsdma_free_active_desc()
788 static int mtk_hsdma_terminate_all(struct dma_chan *c) in mtk_hsdma_terminate_all()
807 static int mtk_hsdma_alloc_chan_resources(struct dma_chan *c) in mtk_hsdma_alloc_chan_resources()
833 static void mtk_hsdma_free_chan_resources(struct dma_chan *c) in mtk_hsdma_free_chan_resources()
/openbmc/linux/net/wireless/
H A Dchan.c194 static int cfg80211_chandef_get_width(const struct cfg80211_chan_def *c) in cfg80211_chandef_get_width()
323 static void chandef_primary_freqs(const struct cfg80211_chan_def *c, in chandef_primary_freqs()
452 struct ieee80211_channel *c; in cfg80211_set_chans_dfs_state() local
521 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_required() local
600 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_usable() local
844 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_available() local
916 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_cac_time() local
973 struct ieee80211_channel *c; in cfg80211_secondary_chans_ok() local
/openbmc/openpower-vpd-parser/
H A Dimpl.cpp50 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/drivers/media/pci/ttpci/
H A Dbudget.c194 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/linux/arch/mips/pci/
H A Dfixup-fuloong2e.c61 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 Dspl.c104 const cmd_tbl_t *c; in spl_export() local
149 const cmd_tbl_t *c; in do_spl() local

1...<<11121314151617181920>>...142