/linux-6.3-rc2/drivers/spi/ |
A D | spi-bcm2835.c | 163 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create() 187 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) in bcm2835_debugfs_remove() 193 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create() 345 static void bcm2835_spi_reset_hw(struct bcm2835_spi *bs) in bcm2835_spi_reset_hw() 372 struct bcm2835_spi *bs = dev_id; in bcm2835_spi_interrupt() local 483 struct bcm2835_spi *bs, in bcm2835_spi_transfer_prologue() 669 struct bcm2835_spi *bs, in bcm2835_spi_prepare_sg() 861 struct bcm2835_spi *bs) in bcm2835_dma_release() 887 struct bcm2835_spi *bs) in bcm2835_dma_init() 1183 struct bcm2835_spi *bs, in bcm2835_spi_setup_dma() [all …]
|
A D | spi-bcm2835aux.c | 208 static void bcm2835aux_spi_reset_hw(struct bcm2835aux_spi *bs) in bcm2835aux_spi_reset_hw() 237 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_interrupt() local 266 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in __bcm2835aux_spi_transfer_one_irq() local 281 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_transfer_one_irq() local 306 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_transfer_one_poll() local 346 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_transfer_one() local 407 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_prepare_message() local 430 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_unprepare_message() local 440 struct bcm2835aux_spi *bs = spi_master_get_devdata(master); in bcm2835aux_spi_handle_err() local 479 struct bcm2835aux_spi *bs; in bcm2835aux_spi_probe() local [all …]
|
A D | spi-bcm63xx-hsspi.c | 122 #define bcm63xx_prepend_printk_on_checkfail(bs, fmt, ...) \ argument 152 struct bcm63xx_hsspi *bs = spi_master_get_devdata(ctrl); in wait_mode_show() local 161 struct bcm63xx_hsspi *bs = spi_master_get_devdata(ctrl); in wait_mode_store() local 188 struct bcm63xx_hsspi *bs = spi_master_get_devdata(ctrl); in xfer_mode_show() local 197 struct bcm63xx_hsspi *bs = spi_master_get_devdata(ctrl); in xfer_mode_store() local 235 static int bcm63xx_hsspi_wait_cmd(struct bcm63xx_hsspi *bs) in bcm63xx_hsspi_wait_cmd() 270 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_prepare_prepend_transfer() local 441 static void bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs, in bcm63xx_hsspi_set_clk() 659 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_transfer_one() local 711 struct bcm63xx_hsspi *bs = (struct bcm63xx_hsspi *)dev_id; in bcm63xx_hsspi_interrupt() local [all …]
|
A D | spi-bcmbca-hsspi.c | 130 struct bcmbca_hsspi *bs = spi_master_get_devdata(ctrl); in wait_mode_show() local 139 struct bcmbca_hsspi *bs = spi_master_get_devdata(ctrl); in wait_mode_store() local 193 static void bcmbca_hsspi_set_clk(struct bcmbca_hsspi *bs, in bcmbca_hsspi_set_clk() 253 struct bcmbca_hsspi *bs = spi_master_get_devdata(spi->master); in bcmbca_hsspi_do_txrx() local 331 struct bcmbca_hsspi *bs = spi_master_get_devdata(spi->master); in bcmbca_hsspi_setup() local 372 struct bcmbca_hsspi *bs = spi_master_get_devdata(master); in bcmbca_hsspi_transfer_one() local 419 struct bcmbca_hsspi *bs = (struct bcmbca_hsspi *)dev_id; in bcmbca_hsspi_interrupt() local 435 struct bcmbca_hsspi *bs; in bcmbca_hsspi_probe() local 582 struct bcmbca_hsspi *bs = spi_master_get_devdata(master); in bcmbca_hsspi_remove() local 597 struct bcmbca_hsspi *bs = spi_master_get_devdata(master); in bcmbca_hsspi_suspend() local [all …]
|
A D | spi-bcm63xx.c | 154 static inline u8 bcm_spi_readb(struct bcm63xx_spi *bs, in bcm_spi_readb() 160 static inline u16 bcm_spi_readw(struct bcm63xx_spi *bs, in bcm_spi_readw() 170 static inline void bcm_spi_writeb(struct bcm63xx_spi *bs, in bcm_spi_writeb() 176 static inline void bcm_spi_writew(struct bcm63xx_spi *bs, in bcm_spi_writew() 199 struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master); in bcm63xx_spi_setup_transfer() local 328 struct bcm63xx_spi *bs = spi_master_get_devdata(master); in bcm63xx_spi_transfer_one() local 409 struct bcm63xx_spi *bs = spi_master_get_devdata(master); in bcm63xx_spi_interrupt() local 494 struct bcm63xx_spi *bs; in bcm63xx_spi_probe() local 621 struct bcm63xx_spi *bs = spi_master_get_devdata(master); in bcm63xx_spi_remove() local 636 struct bcm63xx_spi *bs = spi_master_get_devdata(master); in bcm63xx_spi_suspend() local [all …]
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_h323_asn1.c | 100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;} argument 102 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;} argument 150 static unsigned int get_len(struct bitstr *bs) in get_len() 178 static unsigned int get_bit(struct bitstr *bs) in get_bit() 188 static unsigned int get_bits(struct bitstr *bs, unsigned int b) in get_bits() 213 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b) in get_bitmap() 252 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint() 276 static int decode_nul(struct bitstr *bs, const struct field_t *f, in decode_nul() 827 struct bitstr bs; in DecodeRasMessage() local 843 struct bitstr bs; in DecodeH323_UserInformation() local [all …]
|
/linux-6.3-rc2/drivers/media/pci/tw5864/ |
A D | tw5864-h264.c | 24 struct bs { struct 31 static void bs_init(struct bs *s, void *buf, int size) in bs_init() argument 103 struct bs bs, *s; in tw5864_h264_gen_sps_rbsp() local 132 struct bs bs, *s; in tw5864_h264_gen_pps_rbsp() local 160 struct bs bs, *s; in tw5864_h264_gen_slice_head() local
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | btree.c | 127 struct xchk_btree *bs) in xchk_btree_rec() 175 struct xchk_btree *bs, in xchk_btree_key() 222 struct xchk_btree *bs, in xchk_btree_ptr_ok() 247 struct xchk_btree *bs, in xchk_btree_block_check_sibling() 310 struct xchk_btree *bs, in xchk_btree_block_check_siblings() 358 struct xchk_btree *bs, in xchk_btree_check_block_owner() 406 struct xchk_btree *bs, in xchk_btree_check_owner() 452 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs() 479 struct xchk_btree *bs, in xchk_btree_check_minrecs() 527 struct xchk_btree *bs, in xchk_btree_get_block() [all …]
|
A D | ialloc.c | 101 struct xchk_btree *bs, in xchk_iallocbt_chunk() 145 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_ifree() 208 struct xchk_btree *bs, in xchk_iallocbt_check_cluster() 311 struct xchk_btree *bs, in xchk_iallocbt_check_clusters() 343 struct xchk_btree *bs, in xchk_iallocbt_rec_alignment() 419 struct xchk_btree *bs, in xchk_iallocbt_rec()
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_vli.h | 226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() 234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind() 248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() 281 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits() 328 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | omap-crypto.c | 16 static int omap_crypto_copy_sg_lists(int total, int bs, in omap_crypto_copy_sg_lists() 55 static int omap_crypto_copy_sgs(int total, int bs, struct scatterlist **sg, in omap_crypto_copy_sgs() 88 static int omap_crypto_check_sg(struct scatterlist *sg, int total, int bs, in omap_crypto_check_sg() 125 int omap_crypto_align_sg(struct scatterlist **sg, int total, int bs, in omap_crypto_align_sg()
|
/linux-6.3-rc2/block/ |
A D | bio-integrity.c | 25 static void __bio_integrity_free(struct bio_set *bs, in __bio_integrity_free() 53 struct bio_set *bs = bio->bi_pool; in bio_integrity_alloc() local 104 struct bio_set *bs = bio->bi_pool; in bio_integrity_free() local 421 int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create() 439 void bioset_integrity_free(struct bio_set *bs) in bioset_integrity_free()
|
A D | bio.c | 136 static void bio_put_slab(struct bio_set *bs) in bio_put_slab() 231 struct bio_set *bs = bio->bi_pool; in bio_free() local 379 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer() 434 struct bio_set *bs) in bio_alloc_percpu_cache() 494 struct bio_set *bs) in bio_alloc_bioset() 731 struct bio_set *bs; in bio_cpu_dead() local 742 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy() 846 gfp_t gfp, struct bio_set *bs) in bio_alloc_clone() 1626 gfp_t gfp, struct bio_set *bs) in bio_split() 1699 void bioset_exit(struct bio_set *bs) in bioset_exit() [all …]
|
/linux-6.3-rc2/drivers/pcmcia/ |
A D | sa11xx_base.h | 69 #define MECR_SET(mecr, sock, shift, mask, bs) \ argument 78 #define MECR_BSIO_SET(mecr, sock, bs) \ argument 84 #define MECR_BSA_SET(mecr, sock, bs) \ argument 90 #define MECR_BSM_SET(mecr, sock, bs) \ argument
|
/linux-6.3-rc2/crypto/ |
A D | cmac.c | 55 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey() local 109 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() local 126 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update() local 172 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final() local
|
A D | xcbc.c | 59 int bs = sizeof(key1); in crypto_xcbc_digest_setkey() local 76 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() local 93 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update() local 139 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final() local
|
/linux-6.3-rc2/drivers/misc/sgi-gru/ |
A D | grukservices.c | 140 static void gru_load_kernel_context(struct gru_blade_state *bs, int blade_id) in gru_load_kernel_context() 189 struct gru_blade_state *bs; in gru_free_kernel_contexts() local 218 struct gru_blade_state *bs; in gru_lock_kernel_context() local 244 struct gru_blade_state *bs; in gru_unlock_kernel_context() local 257 struct gru_blade_state *bs; in gru_get_cpu_resources() local 293 struct gru_blade_state *bs; in gru_reserve_async_resources() local 327 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_release_async_resources() local 344 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_wait_async_cbr() local 361 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_lock_async_resource() local
|
/linux-6.3-rc2/sound/soc/meson/ |
A D | aiu-encoder-i2s.c | 83 unsigned int bs) in aiu_encoder_i2s_set_legacy_div() 113 unsigned int bs) in aiu_encoder_i2s_set_more_div() 149 unsigned int fs, bs; in aiu_encoder_i2s_set_clocks() local
|
/linux-6.3-rc2/drivers/atm/ |
A D | nicstarmac.c | 104 #define NICSTAR_REG_WRITE(bs, reg, val) \ argument 107 #define NICSTAR_REG_READ(bs, reg) \ argument
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | bitops.h | 48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument 56 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument 60 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
|
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_debugfs.h | 38 } bs; member 49 } bs; member 72 } bs; member
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 66 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey() local 421 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() 492 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run() local
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | rheap.c | 158 unsigned long s, e, bs, be; in attach_free_block() local 374 unsigned long s, e, m, bs, be; in rh_detach_region() local 531 unsigned long s, e, m, bs = 0, be = 0; in rh_alloc_fixed() local
|
/linux-6.3-rc2/drivers/net/ethernet/google/gve/ |
A D | gve_rx_dqo.c | 19 static int gve_buf_ref_cnt(struct gve_rx_buf_state_dqo *bs) in gve_buf_ref_cnt() 25 struct gve_rx_buf_state_dqo *bs) in gve_free_page_dqo() 197 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_free_ring_dqo() local
|
/linux-6.3-rc2/fs/btrfs/ |
A D | reflink.c | 668 const u64 bs = fs_info->sb->s_blocksize; in btrfs_extent_same_range() local 735 u64 bs = fs_info->sb->s_blocksize; in btrfs_clone_files() local 801 u64 bs = BTRFS_I(inode_out)->root->fs_info->sb->s_blocksize; in btrfs_remap_file_range_prep() local
|