Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 2558) sorted by relevance

12345678910>>...103

/Linux-v5.4/tools/include/linux/
Dctype.h23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
26 static inline int __isdigit(int c) in __isdigit()
30 #define isdigit(c) __isdigit(c) argument
31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
32 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
34 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
36 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
[all …]
/Linux-v5.4/include/linux/
Dctype.h23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
26 static inline int isdigit(int c) in isdigit()
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
31 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
35 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
36 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
[all …]
/Linux-v5.4/fs/jffs2/
Dos-linux.h25 #define OFNI_BS_2SFFJ(c) ((struct super_block *)c->os_priv) argument
63 #define jffs2_is_readonly(c) (OFNI_BS_2SFFJ(c)->s_flags & SB_RDONLY) argument
70 #define jffs2_can_mark_obsolete(c) (0) argument
72 #define jffs2_can_mark_obsolete(c) (1) argument
75 #define jffs2_is_writebuffered(c) (0) argument
76 #define jffs2_cleanmarker_oob(c) (0) argument
77 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument
79 #define jffs2_flash_write(c, ofs, len, retlen, buf) jffs2_flash_direct_write(c, ofs, len, retlen, b… argument
80 #define jffs2_flash_read(c, ofs, len, retlen, buf) (mtd_read((c)->mtd, ofs, len, retlen, buf)) argument
81 #define jffs2_flush_wbuf_pad(c) ({ do{} while(0); (void)(c), 0; }) argument
[all …]
Dwbuf.c48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_pending_for_ino()
69 static void jffs2_clear_wbuf_ino_list(struct jffs2_sb_info *c) in jffs2_clear_wbuf_ino_list()
85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_dirties_inode()
108 static inline void jffs2_refile_wbuf_blocks(struct jffs2_sb_info *c) in jffs2_refile_wbuf_blocks()
141 static void jffs2_block_refile(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, int allow_emp… in jffs2_block_refile()
182 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c, in jffs2_incore_replace_raw()
230 static int jffs2_verify_write(struct jffs2_sb_info *c, unsigned char *buf, in jffs2_verify_write()
269 #define jffs2_verify_write(c,b,o) (0) argument
275 static void jffs2_wbuf_recover(struct jffs2_sb_info *c) in jffs2_wbuf_recover()
580 static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad) in __jffs2_flush_wbuf()
[all …]
Dnodelist.c26 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list()
59 uint32_t jffs2_truncate_fragtree(struct jffs2_sb_info *c, struct rb_root *list, uint32_t size) in jffs2_truncate_fragtree()
101 static void jffs2_obsolete_node_frag(struct jffs2_sb_info *c, in jffs2_obsolete_node_frag()
169 static int no_overlapping_node(struct jffs2_sb_info *c, struct rb_root *root, in no_overlapping_node()
215 static int jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *root, struct jffs2_n… in jffs2_add_frag_to_fragtree()
363 int jffs2_add_full_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2… in jffs2_add_full_dnode_to_inode()
408 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state) in jffs2_set_inocache_state()
421 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache()
436 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache()
457 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache()
[all …]
/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c62 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
91 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
151 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
187 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
245 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
268 static void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
292 static void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
328 static void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
333 static void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
444 static inline void cpu_set_mt_per_tc_perf(struct cpuinfo_mips *c) in cpu_set_mt_per_tc_perf()
[all …]
/Linux-v5.4/fs/ubifs/
Dkey.h90 static inline void ino_key_init(const struct ubifs_info *c, in ino_key_init()
103 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash()
119 static inline void lowest_ino_key(const struct ubifs_info *c, in lowest_ino_key()
132 static inline void highest_ino_key(const struct ubifs_info *c, in highest_ino_key()
146 static inline void dent_key_init(const struct ubifs_info *c, in dent_key_init()
166 static inline void dent_key_init_hash(const struct ubifs_info *c, in dent_key_init_hash()
182 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash()
202 static inline void lowest_dent_key(const struct ubifs_info *c, in lowest_dent_key()
216 static inline void xent_key_init(const struct ubifs_info *c, in xent_key_init()
234 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash()
[all …]
Dlpt_commit.c30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode()
61 static struct ubifs_cnode *next_dirty_cnode(const struct ubifs_info *c, struct ubifs_cnode *cnode) in next_dirty_cnode()
88 static int get_cnodes_to_commit(struct ubifs_info *c) in get_cnodes_to_commit()
129 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in upd_ltab()
149 static int alloc_lpt_leb(struct ubifs_info *c, int *lnum) in alloc_lpt_leb()
182 static int layout_cnodes(struct ubifs_info *c) in layout_cnodes()
333 static int realloc_lpt_leb(struct ubifs_info *c, int *lnum) in realloc_lpt_leb()
360 static int write_cnodes(struct ubifs_info *c) in write_cnodes()
552 static struct ubifs_pnode *next_pnode_to_dirty(struct ubifs_info *c, in next_pnode_to_dirty()
614 static void add_pnode_dirt(struct ubifs_info *c, struct ubifs_pnode *pnode) in add_pnode_dirt()
[all …]
Dbudget.c51 static void shrink_liability(struct ubifs_info *c, int nr_to_write) in shrink_liability()
66 static int run_gc(struct ubifs_info *c) in run_gc()
92 static long long get_liability(struct ubifs_info *c) in get_liability()
120 static int make_free_space(struct ubifs_info *c) in make_free_space()
166 int ubifs_calc_min_idx_lebs(struct ubifs_info *c) in ubifs_calc_min_idx_lebs()
197 long long ubifs_calc_available(const struct ubifs_info *c, int min_idx_lebs) in ubifs_calc_available()
261 static int can_use_rp(struct ubifs_info *c) in can_use_rp()
294 static int do_budget_space(struct ubifs_info *c) in do_budget_space()
362 static int calc_idx_growth(const struct ubifs_info *c, in calc_idx_growth()
378 static int calc_data_growth(const struct ubifs_info *c, in calc_data_growth()
[all …]
Dsuper.c55 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode()
94 struct ubifs_info *c = sb->s_fs_info; in ubifs_iget() local
280 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_inode() local
334 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_evict_inode() local
381 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_dirty_inode() local
393 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs() local
420 struct ubifs_info *c = root->d_sb->s_fs_info; in ubifs_show_options() local
451 struct ubifs_info *c = sb->s_fs_info; in ubifs_sync_fs() local
494 static int init_constants_early(struct ubifs_info *c) in init_constants_early()
644 static int bud_wbuf_callback(struct ubifs_info *c, int lnum, int free, int pad) in bud_wbuf_callback()
[all …]
Dmisc.h56 static inline void ubifs_wake_up_bgt(struct ubifs_info *c) in ubifs_wake_up_bgt()
101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present()
114 static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) in ubifs_compr_name()
161 static inline int ubifs_add_dirt(struct ubifs_info *c, int lnum, int dirty) in ubifs_add_dirt()
175 static inline int ubifs_return_leb(struct ubifs_info *c, int lnum) in ubifs_return_leb()
186 static inline int ubifs_idx_node_sz(const struct ubifs_info *c, int child_cnt) in ubifs_idx_node_sz()
199 struct ubifs_branch *ubifs_idx_branch(const struct ubifs_info *c, in ubifs_idx_branch()
212 static inline void *ubifs_idx_key(const struct ubifs_info *c, in ubifs_idx_key()
229 static inline int ubifs_tnc_lookup(struct ubifs_info *c, in ubifs_tnc_lookup()
242 static inline void ubifs_get_lprops(struct ubifs_info *c) in ubifs_get_lprops()
[all …]
Dlprops.c50 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
87 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
166 static int add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, in add_to_lpt_heap()
214 static void remove_from_lpt_heap(struct ubifs_info *c, in remove_from_lpt_heap()
243 static void lpt_heap_replace(struct ubifs_info *c, in lpt_heap_replace()
261 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat()
304 static void ubifs_remove_from_cat(struct ubifs_info *c, in ubifs_remove_from_cat()
341 void ubifs_replace_cat(struct ubifs_info *c, struct ubifs_lprops *old_lprops, in ubifs_replace_cat()
373 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) in ubifs_ensure_cat()
396 int ubifs_categorize_lprops(const struct ubifs_info *c, in ubifs_categorize_lprops()
[all …]
Dauth.c30 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash()
53 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac()
78 int ubifs_prepare_auth_node(struct ubifs_info *c, void *node, in ubifs_prepare_auth_node()
114 static struct shash_desc *ubifs_get_desc(const struct ubifs_info *c, in ubifs_get_desc()
145 struct shash_desc *__ubifs_hash_get_desc(const struct ubifs_info *c) in __ubifs_hash_get_desc()
161 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash()
187 int __ubifs_node_check_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_check_hash()
215 int ubifs_sb_verify_signature(struct ubifs_info *c, in ubifs_sb_verify_signature()
280 int ubifs_init_authentication(struct ubifs_info *c) in ubifs_init_authentication()
388 void __ubifs_exit_authentication(struct ubifs_info *c) in __ubifs_exit_authentication()
[all …]
Dio.c70 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode()
87 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read()
105 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write()
126 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change()
146 int ubifs_leb_unmap(struct ubifs_info *c, int lnum) in ubifs_leb_unmap()
165 int ubifs_leb_map(struct ubifs_info *c, int lnum) in ubifs_leb_map()
184 int ubifs_is_mapped(const struct ubifs_info *c, int lnum) in ubifs_is_mapped()
225 int ubifs_check_node(const struct ubifs_info *c, const void *buf, int lnum, in ubifs_check_node()
306 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad) in ubifs_pad()
336 static unsigned long long next_sqnum(struct ubifs_info *c) in next_sqnum()
[all …]
Dtnc.c70 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx()
111 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode) in insert_old_idx_znode()
133 static int ins_clr_old_idx_znode(struct ubifs_info *c, in ins_clr_old_idx_znode()
172 void destroy_old_idx(struct ubifs_info *c) in destroy_old_idx()
189 static struct ubifs_znode *copy_znode(struct ubifs_info *c, in copy_znode()
230 static int add_idx_dirt(struct ubifs_info *c, int lnum, int dirt) in add_idx_dirt()
243 static struct ubifs_znode *dirty_cow_znode(struct ubifs_info *c, in dirty_cow_znode()
305 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add()
341 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly()
384 static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_hashed_node()
[all …]
/Linux-v5.4/sound/firewire/
Dcmp.c46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) in cmp_error()
57 static u64 mpr_address(struct cmp_connection *c) in mpr_address()
65 static u64 pcr_address(struct cmp_connection *c) in pcr_address()
73 static int pcr_modify(struct cmp_connection *c, in pcr_modify()
74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init()
160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used()
180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy()
188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve()
[all …]
/Linux-v5.4/drivers/iommu/
Dmsm_iommu_hw-8xxx.h25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
121 #define SET_SCTLR(b, c, v) SET_CTX_REG(SCTLR, (b), (c), (v)) argument
122 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) argument
123 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) argument
124 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) argument
125 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) argument
126 #define SET_TTBCR(b, c, v) SET_CTX_REG(TTBCR, (b), (c), (v)) argument
127 #define SET_PAR(b, c, v) SET_CTX_REG(PAR, (b), (c), (v)) argument
128 #define SET_FSR(b, c, v) SET_CTX_REG(FSR, (b), (c), (v)) argument
[all …]
/Linux-v5.4/arch/riscv/include/asm/
Dio.h101 #define readb_cpu(c) ({ u8 __r = __raw_readb(c); __r; }) argument
102 #define readw_cpu(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) argument
103 #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument
105 #define writeb_cpu(v,c) ((void)__raw_writeb((v),(c))) argument
106 #define writew_cpu(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument
107 #define writel_cpu(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
110 #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) argument
111 #define writeq_cpu(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) argument
128 #define readb_relaxed(c) ({ u8 __v; __io_rbr(); __v = readb_cpu(c); __io_rar(); __v; }) argument
129 #define readw_relaxed(c) ({ u16 __v; __io_rbr(); __v = readw_cpu(c); __io_rar(); __v; }) argument
[all …]
/Linux-v5.4/arch/arm64/include/asm/
Darch_gicv3.h122 #define gic_read_typer(c) readq_relaxed(c) argument
123 #define gic_write_irouter(v, c) writeq_relaxed(v, c) argument
124 #define gic_read_lpir(c) readq_relaxed(c) argument
125 #define gic_write_lpir(v, c) writeq_relaxed(v, c) argument
129 #define gits_read_baser(c) readq_relaxed(c) argument
130 #define gits_write_baser(v, c) writeq_relaxed(v, c) argument
132 #define gits_read_cbaser(c) readq_relaxed(c) argument
133 #define gits_write_cbaser(v, c) writeq_relaxed(v, c) argument
135 #define gits_write_cwriter(v, c) writeq_relaxed(v, c) argument
137 #define gicr_read_propbaser(c) readq_relaxed(c) argument
[all …]
Dio.h119 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument
120 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) argument
121 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument
122 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) argument
124 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) argument
125 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument
126 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
127 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) argument
134 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(__v); __v; }) argument
135 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(__v); __v; }) argument
[all …]
/Linux-v5.4/drivers/net/wan/
Dz85230.c123 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg()
138 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()
157 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg()
173 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl()
187 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata()
273 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo()
299 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr()
332 static void z8530_rx(struct z8530_channel *c) in z8530_rx()
406 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
625 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
[all …]
/Linux-v5.4/arch/nds32/include/asm/
Dio.h64 #define readb_relaxed(c) ({ u8 __v = __raw_readb(c); __v; }) argument
65 #define readw_relaxed(c) ({ u16 __v = le16_to_cpu((__force __le16)__raw_readw(c)); __v; }) argument
66 #define readl_relaxed(c) ({ u32 __v = le32_to_cpu((__force __le32)__raw_readl(c)); __v; }) argument
67 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) argument
68 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument
69 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
75 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
76 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
77 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
79 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); }) argument
[all …]
/Linux-v5.4/drivers/mmc/core/
Dcard.h15 #define mmc_card_name(c) ((c)->cid.prod_name) argument
16 #define mmc_card_id(c) (dev_name(&(c)->dev)) argument
27 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) argument
28 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) argument
29 #define mmc_card_blockaddr(c) ((c)->state & MMC_STATE_BLOCKADDR) argument
30 #define mmc_card_ext_capacity(c) ((c)->state & MMC_CARD_SDXC) argument
31 #define mmc_card_removed(c) ((c) && ((c)->state & MMC_CARD_REMOVED)) argument
32 #define mmc_card_suspended(c) ((c)->state & MMC_STATE_SUSPENDED) argument
34 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) argument
35 #define mmc_card_set_readonly(c) ((c)->state |= MMC_STATE_READONLY) argument
[all …]
/Linux-v5.4/scripts/dtc/
Dchecks.c10 #define TRACE(c, ...) \ argument
17 #define TRACE(c, fmt, ...) do { } while (0) argument
61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
119 #define FAIL(c, dti, node, ...) \ argument
126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument
134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
146 static bool run_check(struct check *c, struct dt_info *dti) in run_check()
191 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail()
198 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string()
216 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list()
[all …]
/Linux-v5.4/drivers/staging/most/
Dcore.c111 struct most_channel *c = mbo->context; in most_free_mbo_coherent() local
127 static void flush_channel_fifos(struct most_channel *c) in flush_channel_fifos()
161 static int flush_trash_fifo(struct most_channel *c) in flush_trash_fifo()
181 struct most_channel *c = to_channel(dev); in available_directions_show() local
197 struct most_channel *c = to_channel(dev); in available_datatypes_show() local
217 struct most_channel *c = to_channel(dev); in number_of_packet_buffers_show() local
228 struct most_channel *c = to_channel(dev); in number_of_stream_buffers_show() local
239 struct most_channel *c = to_channel(dev); in size_of_packet_buffer_show() local
250 struct most_channel *c = to_channel(dev); in size_of_stream_buffer_show() local
261 struct most_channel *c = to_channel(dev); in channel_starving_show() local
[all …]

12345678910>>...103