Home
last modified time | relevance | path

Searched defs:c (Results 76 – 100 of 2688) sorted by relevance

12345678910>>...108

/linux-5.10/drivers/clocksource/
Dmmio.c15 static inline struct clocksource_mmio *to_mmio_clksrc(struct clocksource *c) in to_mmio_clksrc()
20 u64 clocksource_mmio_readl_up(struct clocksource *c) in clocksource_mmio_readl_up()
25 u64 clocksource_mmio_readl_down(struct clocksource *c) in clocksource_mmio_readl_down()
30 u64 clocksource_mmio_readw_up(struct clocksource *c) in clocksource_mmio_readw_up()
35 u64 clocksource_mmio_readw_down(struct clocksource *c) in clocksource_mmio_readw_down()
/linux-5.10/drivers/md/bcache/
Dbtree.c99 #define PTR_HASH(c, k) \ argument
126 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put()
517 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \ argument
519 #define mca_can_free(c) \ argument
560 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc()
647 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_scan() local
714 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_count() local
725 void bch_btree_cache_free(struct cache_set *c) in bch_btree_cache_free()
773 int bch_btree_cache_alloc(struct cache_set *c) in bch_btree_cache_alloc()
822 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash()
[all …]
Dio.c17 void bch_bbio_free(struct bio *bio, struct cache_set *c) in bch_bbio_free()
24 struct bio *bch_bbio_alloc(struct cache_set *c) in bch_bbio_alloc()
34 void __bch_submit_bbio(struct bio *bio, struct cache_set *c) in __bch_submit_bbio()
45 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio()
136 void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, in bch_bbio_count_io_errors()
166 void bch_bbio_endio(struct cache_set *c, struct bio *bio, in bch_bbio_endio()
Dsysfs.c290 struct cache_set *c; in STORE() local
611 static int bch_bset_print_stats(struct cache_set *c, char *buf) in bch_bset_print_stats()
637 static unsigned int bch_root_usage(struct cache_set *c) in bch_root_usage()
661 static size_t bch_cache_size(struct cache_set *c) in bch_cache_size()
674 static unsigned int bch_cache_max_chain(struct cache_set *c) in bch_cache_max_chain()
697 static unsigned int bch_btree_used(struct cache_set *c) in bch_btree_used()
703 static unsigned int bch_average_key_size(struct cache_set *c) in bch_average_key_size()
712 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in SHOW() local
799 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in STORE() local
919 struct cache_set *c = container_of(kobj, struct cache_set, internal); in SHOW() local
[all …]
/linux-5.10/arch/arm/include/asm/
Dio.h291 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument
292 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
294 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
297 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
298 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) argument
299 #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) argument
301 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
302 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
303 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
305 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
[all …]
/linux-5.10/drivers/input/misc/
Dmma8450.c42 static int mma8450_read(struct i2c_client *c, unsigned int off) in mma8450_read()
55 static int mma8450_write(struct i2c_client *c, unsigned int off, u8 v) in mma8450_write()
70 static int mma8450_read_block(struct i2c_client *c, unsigned int off, in mma8450_read_block()
88 struct i2c_client *c = input_get_drvdata(input); in mma8450_poll() local
117 struct i2c_client *c = input_get_drvdata(input); in mma8450_open() local
140 struct i2c_client *c = input_get_drvdata(input); in mma8450_close() local
149 static int mma8450_probe(struct i2c_client *c, in mma8450_probe()
/linux-5.10/drivers/media/i2c/cx25840/
Dcx25840-ir.c99 struct i2c_client *c; member
330 static inline void control_tx_irq_watermark(struct i2c_client *c, in control_tx_irq_watermark()
336 static inline void control_rx_irq_watermark(struct i2c_client *c, in control_rx_irq_watermark()
342 static inline void control_tx_enable(struct i2c_client *c, bool enable) in control_tx_enable()
348 static inline void control_rx_enable(struct i2c_client *c, bool enable) in control_rx_enable()
354 static inline void control_tx_modulation_enable(struct i2c_client *c, in control_tx_modulation_enable()
361 static inline void control_rx_demodulation_enable(struct i2c_client *c, in control_rx_demodulation_enable()
368 static inline void control_rx_s_edge_detection(struct i2c_client *c, in control_rx_s_edge_detection()
375 static void control_rx_s_carrier_window(struct i2c_client *c, in control_rx_s_carrier_window()
401 static inline void control_tx_polarity_invert(struct i2c_client *c, in control_tx_polarity_invert()
[all …]
/linux-5.10/fs/ubifs/
Dtnc_misc.c29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
125 int ubifs_search_zbranch(const struct ubifs_info *c, in ubifs_search_zbranch()
194 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
221 long ubifs_destroy_tnc_subtree(const struct ubifs_info *c, in ubifs_destroy_tnc_subtree()
265 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode()
409 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
461 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
Djournal.c81 static void ubifs_add_auth_dirt(struct ubifs_info *c, int lnum) in ubifs_add_auth_dirt()
98 static int reserve_space(struct ubifs_info *c, int jhead, int len) in reserve_space()
225 static int ubifs_hash_nodes(struct ubifs_info *c, void *node, in ubifs_hash_nodes()
268 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head()
311 static int make_reservation(struct ubifs_info *c, int jhead, int len) in make_reservation()
395 static inline void release_head(struct ubifs_info *c, int jhead) in release_head()
407 static void finish_reservation(struct ubifs_info *c) in finish_reservation()
446 static void pack_inode(struct ubifs_info *c, struct ubifs_ino_node *ino, in pack_inode()
496 static void mark_inode_clean(struct ubifs_info *c, struct ubifs_inode *ui) in mark_inode_clean()
503 static void set_dent_cookie(struct ubifs_info *c, struct ubifs_dent_node *dent) in set_dent_cookie()
[all …]
Dxattr.c81 static int create_xattr(struct ubifs_info *c, struct inode *host, in create_xattr()
190 static int change_xattr(struct ubifs_info *c, struct inode *host, in change_xattr()
248 static struct inode *iget_xattr(struct ubifs_info *c, ino_t inum) in iget_xattr()
269 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_set() local
330 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_get() local
400 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_listxattr() local
451 static int remove_xattr(struct ubifs_info *c, struct inode *host, in remove_xattr()
495 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_purge_xattrs() local
568 void ubifs_evict_xattr_inode(struct ubifs_info *c, ino_t xattr_inum) in ubifs_evict_xattr_inode()
582 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_remove() local
[all …]
Dmisc.c6 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...) in ubifs_msg()
23 void ubifs_err(const struct ubifs_info *c, const char *fmt, ...) in ubifs_err()
42 void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...) in ubifs_warn()
66 const char *ubifs_assert_action_name(struct ubifs_info *c) in ubifs_assert_action_name()
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ptp.c130 struct fw_ptp_cmd c; in cxgb4_ptprx_timestamping() local
151 struct fw_ptp_cmd c; in cxgb4_ptp_txtype() local
175 struct fw_ptp_cmd c; in cxgb4_ptp_redirect_rx_packet() local
208 struct fw_ptp_cmd c; in cxgb4_ptp_adjfreq() local
240 struct fw_ptp_cmd c; in cxgb4_ptp_fineadjtime() local
274 struct fw_ptp_cmd c; in cxgb4_ptp_adjtime() local
341 struct fw_ptp_cmd c; in cxgb4_ptp_settime() local
366 struct fw_ptp_cmd c; in cxgb4_init_ptp_timer() local
/linux-5.10/include/linux/
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
150 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c49 struct mlx5e_channel *c) in mlx5e_open_xsk()
106 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
120 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
130 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
150 int mlx5e_xsk_redirect_rqt_to_channel(struct mlx5e_priv *priv, struct mlx5e_channel *c) in mlx5e_xsk_redirect_rqt_to_channel()
168 struct mlx5e_channel *c = chs->c[i]; in mlx5e_xsk_redirect_rqts_to_channels() local
/linux-5.10/tools/include/linux/
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
149 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
/linux-5.10/mm/
Dpage_counter.c16 static void propagate_protected_usage(struct page_counter *c, in propagate_protected_usage()
69 struct page_counter *c; in page_counter_charge() local
98 struct page_counter *c; in page_counter_try_charge() local
153 struct page_counter *c; in page_counter_uncharge() local
210 struct page_counter *c; in page_counter_set_min() local
227 struct page_counter *c; in page_counter_set_low() local
/linux-5.10/fs/jffs2/
Dbackground.c27 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c) in jffs2_garbage_collect_trigger()
35 int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_start_garbage_collect_thread()
61 void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_stop_garbage_collect_thread()
77 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread() local
/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.c38 struct dpu_hw_blk_reg_map *c; in dpu_hw_clear_errors() local
58 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_mem_type() local
88 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_limit_conf() local
109 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_limit_conf() local
131 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_halt_ctrl() local
147 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_halt_ctrl() local
158 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_qos_remap() local
186 struct dpu_hw_blk_reg_map *c; in dpu_hw_set_write_gather_en() local
238 struct dpu_hw_vbif *c; in dpu_hw_vbif_init() local
/linux-5.10/arch/powerpc/include/asm/
Dide.h13 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) argument
14 #define __ide_mm_insl(p, a, c) readsl((void __iomem *)(p), (a), (c)) argument
15 #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) argument
16 #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) argument
/linux-5.10/drivers/mtd/nand/onenand/
Donenand_omap2.c52 struct omap2_onenand *c = dev_id; in omap2_onenand_interrupt() local
59 static inline unsigned short read_reg(struct omap2_onenand *c, int reg) in read_reg()
64 static inline void write_reg(struct omap2_onenand *c, unsigned short value, in write_reg()
70 static int omap2_onenand_set_cfg(struct omap2_onenand *c, in omap2_onenand_set_cfg()
144 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_wait() local
324 static inline int omap2_onenand_dma_transfer(struct omap2_onenand *c, in omap2_onenand_dma_transfer()
364 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_read_bufferram() local
412 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_write_bufferram() local
450 struct omap2_onenand *c = dev_get_drvdata(&pdev->dev); in omap2_onenand_shutdown() local
465 struct omap2_onenand *c; in omap2_onenand_probe() local
[all …]
/linux-5.10/drivers/video/console/
Dmdacon.c355 static void mdacon_init(struct vc_data *c, int init) in mdacon_init()
372 static void mdacon_deinit(struct vc_data *c) in mdacon_deinit()
397 static u8 mdacon_build_attr(struct vc_data *c, u8 color, in mdacon_build_attr()
417 static void mdacon_invert_region(struct vc_data *c, u16 *p, int count) in mdacon_invert_region()
430 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc()
435 static void mdacon_putcs(struct vc_data *c, const unsigned short *s, in mdacon_putcs()
445 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear()
462 static int mdacon_switch(struct vc_data *c) in mdacon_switch()
467 static int mdacon_blank(struct vc_data *c, int blank, int mode_switch) in mdacon_blank()
486 static void mdacon_cursor(struct vc_data *c, int mode) in mdacon_cursor()
[all …]
/linux-5.10/net/ceph/crush/
Dhash.c13 #define crush_hashmix(a, b, c) do { \ argument
49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c65 static void atmel_hlcdc_crtc_mode_set_nofb(struct drm_crtc *c) in atmel_hlcdc_crtc_mode_set_nofb()
159 atmel_hlcdc_crtc_mode_valid(struct drm_crtc *c, in atmel_hlcdc_crtc_mode_valid()
167 static void atmel_hlcdc_crtc_atomic_disable(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_disable()
202 static void atmel_hlcdc_crtc_atomic_enable(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_enable()
327 static int atmel_hlcdc_crtc_atomic_check(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_check()
343 static void atmel_hlcdc_crtc_atomic_begin(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_begin()
374 static void atmel_hlcdc_crtc_destroy(struct drm_crtc *c) in atmel_hlcdc_crtc_destroy()
396 void atmel_hlcdc_crtc_irq(struct drm_crtc *c) in atmel_hlcdc_crtc_irq()
447 static int atmel_hlcdc_crtc_enable_vblank(struct drm_crtc *c) in atmel_hlcdc_crtc_enable_vblank()
458 static void atmel_hlcdc_crtc_disable_vblank(struct drm_crtc *c) in atmel_hlcdc_crtc_disable_vblank()
/linux-5.10/drivers/spi/
Dspi-txx9.c87 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd()
91 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr()
96 static void txx9spi_cs_func(struct spi_device *spi, struct txx9spi *c, in txx9spi_cs_func()
120 struct txx9spi *c = spi_master_get_devdata(spi->master); in txx9spi_setup() local
135 struct txx9spi *c = dev_id; in txx9spi_interrupt() local
144 static void txx9spi_work_one(struct txx9spi *c, struct spi_message *m) in txx9spi_work_one()
278 struct txx9spi *c = container_of(work, struct txx9spi, work); in txx9spi_work() local
299 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_transfer() local
363 struct txx9spi *c; in txx9spi_probe() local
446 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_remove() local
/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
Dpush906f.h22 #define PUSH_HDR(p,o,n,f,s,m,c) do { \ argument
35 #define PUSH_MTHD_HDR(p,c,m,n) \ argument
39 #define PUSH_NINC_HDR(p,c,m,n) \ argument
42 #define PUSH_IMMD_HDR(p,c,m,n) \ argument
46 #define PUSH_1INC_HDR(p,c,m,n) \ argument

12345678910>>...108