| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7793.c | 620 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 626 AD7793_TEMP_CHANNEL(4, AD7793_CH_TEMP, (_b), (_sb), (_s)), \ 631 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 633 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), 0), \ 634 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), 0), \ 635 AD7793_DIFF_CHANNEL(2, 2, 2, AD7793_CH_AIN3P_AIN3M, (_b), (_sb), 0), \ 636 AD7793_DIFF_CHANNEL(3, 3, 3, AD7795_CH_AIN4P_AIN4M, (_b), (_sb), 0), \ 640 AD7793_TEMP_CHANNEL(7, AD7793_CH_TEMP, (_b), (_sb), 0), \ 645 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 649 AD7793_TEMP_CHANNEL(2, AD7793_CH_TEMP, (_b), (_sb), 0), \ [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | super-io.h | 43 #define bch2_sb_field_get(_sb, _name) \ argument 44 field_to_type(bch2_sb_field_get_id(_sb, BCH_SB_FIELD_##_name), _name) 48 #define bch2_sb_field_resize(_sb, _name, _u64s) \ argument 49 field_to_type(bch2_sb_field_resize_id(_sb, BCH_SB_FIELD_##_name, _u64s), _name) 53 #define bch2_sb_field_get_minsize(_sb, _name, _u64s) \ argument 54 field_to_type(bch2_sb_field_get_minsize_id(_sb, BCH_SB_FIELD_##_name, _u64s), _name)
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 246 "1:\t"type##_sb("%1", "1(%2)")"\n" \ 248 "2:\t"type##_sb("$1", "0(%2)")"\n" \ 312 "1:"type##_sb("%1", "3(%2)")"\n\t" \ 314 "2:"type##_sb("$1", "2(%2)")"\n\t" \ 316 "3:"type##_sb("$1", "1(%2)")"\n\t" \ 318 "4:"type##_sb("$1", "0(%2)")"\n\t" \ 623 "1:\t"type##_sb("%1", "0(%2)")"\n" \ 625 "2:\t"type##_sb("$1", "1(%2)")"\n" \ 690 "1:"type##_sb("%1", "0(%2)")"\n\t" \ 692 "2:"type##_sb("$1", "1(%2)")"\n\t" \ [all …]
|
| H A D | uasm.h | 155 Ip_u2s3u1(_sb);
|
| /linux-6.15/fs/ext4/ |
| H A D | mballoc-test.c | 29 #define MBT_SB(_sb) (container_of((_sb)->s_fs_info, struct mbt_ext4_super_block, sbi)) argument 30 #define MBT_CTX(_sb) (&MBT_SB(_sb)->mbt_ctx) argument 31 #define MBT_GRP_CTX(_sb, _group) (&MBT_CTX(_sb)->grp_ctx[_group]) argument
|
| /linux-6.15/arch/mips/mm/ |
| H A D | uasm.c | 352 I_u2s3u1(_sb)
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3323 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|
| /linux-6.15/fs/ocfs2/ |
| H A D | dir.c | 100 …fine ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_di… argument
|