Home
last modified time | relevance | path

Searched defs:c (Results 501 – 525 of 3599) sorted by relevance

1...<<21222324252627282930>>...144

/openbmc/linux/drivers/media/dvb-frontends/
H A Dds3000.c424 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status() local
462 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber() local
536 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr() local
622 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks() local
886 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend() local
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S139 #define encround_tail(a, b, c, d, x, y, prerotate) \ argument
151 #define decround_tail(a, b, c, d, x, y, prerotate) \ argument
168 #define preload_rgi(c) \ argument
172 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument
180 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument
/openbmc/linux/net/ipv4/
H A Dipmr.c364 const struct mfc_cache *c = ptr; in ipmr_hash_cmp() local
712 static void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free()
752 struct mr_mfc *c, *next; in ipmr_expire_process() local
981 struct mfc_cache *uc, struct mfc_cache *c) in ipmr_cache_resolve()
1106 struct mfc_cache *c; in ipmr_cache_unresolved() local
1179 struct mfc_cache *c; in ipmr_mfc_delete() local
1200 struct mfc_cache *uc, *c; in ipmr_mfc_add() local
1281 struct mr_mfc *c, *tmp; in mroute_clean_tables() local
1622 struct mfc_cache *c; in ipmr_ioctl() local
1692 struct mfc_cache *c; in ipmr_compat_ioctl() local
[all …]
/openbmc/qemu/include/qemu/
H A Dhost-utils.h54 static inline uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64()
59 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up()
91 static inline uint64_t muldiv64_rounding(uint64_t a, uint32_t b, uint32_t c, in muldiv64_rounding()
118 static inline uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64()
123 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up()
647 unsigned long long c = *pcarry; in uadd64_carry() local
/openbmc/linux/tools/include/linux/
H A Dcompiler_types.h23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument
31 # define __cond_lock(x,c) (c) argument
H A Dmath64.h8 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c) in mul_u64_u64_div64()
64 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c) in mul_u64_u64_div64()
/openbmc/linux/fs/ubifs/
H A Dcrypto.c41 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_encrypt() local
67 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_decrypt() local
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget.c167 struct dma_controller *c = ep->musb->dma_controller; in nuke() local
272 struct dma_controller *c = musb->dma_controller; in txstate() local
557 struct dma_controller *c = musb->dma_controller; in rxstate() local
602 struct dma_controller *c; in rxstate() local
679 struct dma_controller *c; in rxstate() local
734 struct dma_controller *c = musb->dma_controller; in rxstate() local
1055 struct dma_controller *c = musb->dma_controller; in musb_gadget_enable() local
1301 struct dma_controller *c = musb->dma_controller; in musb_gadget_dequeue() local
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c641 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_set_fmt() local
751 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_g_hflip() local
766 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_g_vflip() local
1021 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_s_ev() local
1051 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_g_ev() local
1319 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_t_hflip() local
1359 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_t_vflip() local
1405 struct i2c_client *c = v4l2_get_subdevdata(sd); in mt9m114_s_stream() local
/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c941 static inline int alias_74k_erratum(struct cpuinfo_mips *c) in alias_74k_erratum()
996 struct cpuinfo_mips *c = &current_cpu_data; in probe_pcache() local
1356 struct cpuinfo_mips *c = &current_cpu_data; in probe_vcache() local
1390 struct cpuinfo_mips *c = &current_cpu_data; in probe_scache() local
1443 struct cpuinfo_mips *c = &current_cpu_data; in loongson2_sc_init() local
1459 struct cpuinfo_mips *c = &current_cpu_data; in loongson3_sc_init() local
1494 struct cpuinfo_mips *c = &current_cpu_data; in setup_scache() local
1707 struct cpuinfo_mips *c = &current_cpu_data; in r4k_cache_init() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c818 #define PPORT_802_3_OFF(c) \ argument
888 #define MLX5E_READ_CTR64_BE_F(ptr, set, c) \ argument
994 #define PPORT_2863_OFF(c) \ argument
1043 #define PPORT_2819_OFF(c) \ argument
1158 #define PPORT_PHY_STATISTICAL_OFF(c) \ argument
1399 #define PPORT_ETH_EXT_OFF(c) \ argument
1456 #define PCIE_PERF_OFF(c) \ argument
1463 #define PCIE_PERF_OFF64(c) \ argument
1557 #define PPORT_PER_TC_PRIO_OFF(c) \ argument
1567 #define PPORT_PER_TC_CONGEST_PRIO_OFF(c) \ argument
[all …]
/openbmc/linux/drivers/dma/
H A Dstm32-mdma.c269 static struct stm32_mdma_chan *to_stm32_mdma_chan(struct dma_chan *c) in to_stm32_mdma_chan()
1194 static void stm32_mdma_issue_pending(struct dma_chan *c) in stm32_mdma_issue_pending()
1213 static int stm32_mdma_pause(struct dma_chan *c) in stm32_mdma_pause()
1229 static int stm32_mdma_resume(struct dma_chan *c) in stm32_mdma_resume()
1270 static int stm32_mdma_terminate_all(struct dma_chan *c) in stm32_mdma_terminate_all()
1291 static void stm32_mdma_synchronize(struct dma_chan *c) in stm32_mdma_synchronize()
1298 static int stm32_mdma_slave_config(struct dma_chan *c, in stm32_mdma_slave_config()
1361 static enum dma_status stm32_mdma_tx_status(struct dma_chan *c, in stm32_mdma_tx_status()
1482 static int stm32_mdma_alloc_chan_resources(struct dma_chan *c) in stm32_mdma_alloc_chan_resources()
1509 static void stm32_mdma_free_chan_resources(struct dma_chan *c) in stm32_mdma_free_chan_resources()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dacmacros.h191 #define ACPI_IS_ASCII(c) ((c) < 0x80) argument
363 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (u8) 0x5C) /* Backslash */ argument
364 #define ACPI_IS_PARENT_PREFIX(c) ((c) == (u8) 0x5E) /* Carat */ argument
365 #define ACPI_IS_PATH_SEPARATOR(c) ((c) == (u8) 0x2E) /* Period (dot) */ argument
400 #define ARGI_LIST3(a, b, c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) argument
401 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
407 #define ARGP_LIST3(a, b, c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) argument
408 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
456 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
477 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) cv_print_one_comment_type (a,b,c,d); argument
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dbcache.h254 struct cache_set *c; member
758 #define btree_bytes(c) ((c)->btree_pages * PAGE_SIZE) argument
762 #define btree_default_blocks(c) \ argument
795 static inline size_t sector_to_bucket(struct cache_set *c, sector_t s) in sector_to_bucket()
810 static inline size_t PTR_BUCKET_NR(struct cache_set *c, in PTR_BUCKET_NR()
817 static inline struct bucket *PTR_BUCKET(struct cache_set *c, in PTR_BUCKET()
862 #define cache_bug(c, ...) \ argument
874 #define cache_bug_on(cond, c, ...) \ argument
880 #define cache_set_err_on(cond, c, ...) \ argument
927 static inline void wake_up_allocators(struct cache_set *c) in wake_up_allocators()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.h58 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++) argument
65 #define DFS_STAT_INC(sc, c) do { } while (0) argument
/openbmc/linux/arch/um/drivers/
H A Dslip_common.h16 static inline int slip_unesc(unsigned char c, unsigned char *buf, int *pos, in slip_unesc()
50 unsigned char c; in slip_esc() local
H A Dharddog_user.c35 char pid_buf[sizeof("nnnnnnn\0")], c; in start_watchdog() local
116 char c = '\n'; in ping_watchdog() local
/openbmc/linux/mm/damon/
H A Dops-common.c73 int damon_hot_score(struct damon_ctx *c, struct damon_region *r, in damon_hot_score()
114 int damon_cold_score(struct damon_ctx *c, struct damon_region *r, in damon_cold_score()
/openbmc/linux/net/ceph/
H A Dpagelist.c137 struct ceph_pagelist_cursor *c) in ceph_pagelist_set_cursor()
151 struct ceph_pagelist_cursor *c) in ceph_pagelist_truncate()
/openbmc/linux/arch/m68k/include/asm/
H A Dbootstd.h85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c123 const char c) in _stm32_serial_putc()
135 static int stm32_serial_putc(struct udevice *dev, const char c) in stm32_serial_putc()
275 static inline void _debug_uart_putc(int c) in _debug_uart_putc()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c21 static inline unsigned int ipv4_clip_hash(struct clip_tbl *c, const u32 *key) in ipv4_clip_hash()
48 struct fw_clip_cmd c; in clip6_get_mbox() local
63 struct fw_clip_cmd c; in clip6_release_mbox() local
/openbmc/linux/arch/alpha/include/asm/
H A Dmmu_context.h218 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) argument
222 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) argument
225 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) argument
/openbmc/linux/sound/firewire/fireface/
H A Damdtp-ff.c40 int i, c; in write_pcm_s32() local
70 int i, c; in read_pcm_s32() local
94 unsigned int i, c, channels = p->pcm_channels; in write_pcm_silence() local
/openbmc/linux/crypto/
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey()
174 const struct cast6_ctx *c = ctx; in __cast6_encrypt() local
211 const struct cast6_ctx *c = ctx; in __cast6_decrypt() local

1...<<21222324252627282930>>...144