| /Linux-v5.4/drivers/spi/ | 
| D | spi-bcm2835.c | 154 static void bcm2835_debugfs_create(struct bcm2835_spi *bs,  in bcm2835_debugfs_create()178 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs)  in bcm2835_debugfs_remove()
 184 static void bcm2835_debugfs_create(struct bcm2835_spi *bs,  in bcm2835_debugfs_create()
 189 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs)  in bcm2835_debugfs_remove()
 194 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned reg)  in bcm2835_rd()
 199 static inline void bcm2835_wr(struct bcm2835_spi *bs, unsigned reg, u32 val)  in bcm2835_wr()
 204 static inline void bcm2835_rd_fifo(struct bcm2835_spi *bs)  in bcm2835_rd_fifo()
 217 static inline void bcm2835_wr_fifo(struct bcm2835_spi *bs)  in bcm2835_wr_fifo()
 239 static inline void bcm2835_rd_fifo_count(struct bcm2835_spi *bs, int count)  in bcm2835_rd_fifo_count()
 265 static inline void bcm2835_wr_fifo_count(struct bcm2835_spi *bs, int count)  in bcm2835_wr_fifo_count()
 [all …]
 
 | 
| D | spi-bcm2835aux.c | 108 static void bcm2835aux_debugfs_create(struct bcm2835aux_spi *bs,  in bcm2835aux_debugfs_create()130 static void bcm2835aux_debugfs_remove(struct bcm2835aux_spi *bs)  in bcm2835aux_debugfs_remove()
 136 static void bcm2835aux_debugfs_create(struct bcm2835aux_spi *bs,  in bcm2835aux_debugfs_create()
 141 static void bcm2835aux_debugfs_remove(struct bcm2835aux_spi *bs)  in bcm2835aux_debugfs_remove()
 146 static inline u32 bcm2835aux_rd(struct bcm2835aux_spi *bs, unsigned reg)  in bcm2835aux_rd()
 151 static inline void bcm2835aux_wr(struct bcm2835aux_spi *bs, unsigned reg,  in bcm2835aux_wr()
 157 static inline void bcm2835aux_rd_fifo(struct bcm2835aux_spi *bs)  in bcm2835aux_rd_fifo()
 180 static inline void bcm2835aux_wr_fifo(struct bcm2835aux_spi *bs)  in bcm2835aux_wr_fifo()
 209 static void bcm2835aux_spi_reset_hw(struct bcm2835aux_spi *bs)  in bcm2835aux_spi_reset_hw()
 217 static void bcm2835aux_spi_transfer_helper(struct bcm2835aux_spi *bs)  in bcm2835aux_spi_transfer_helper()
 [all …]
 
 | 
| D | spi-bcm63xx.c | 153 static inline u8 bcm_spi_readb(struct bcm63xx_spi *bs,  in bcm_spi_readb()159 static inline u16 bcm_spi_readw(struct bcm63xx_spi *bs,  in bcm_spi_readw()
 169 static inline void bcm_spi_writeb(struct bcm63xx_spi *bs,  in bcm_spi_writeb()
 175 static inline void bcm_spi_writew(struct bcm63xx_spi *bs,  in bcm_spi_writew()
 198 	struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master);  in bcm63xx_spi_setup_transfer()  local
 229 	struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master);  in bcm63xx_txrx_bufs()  local
 327 	struct bcm63xx_spi *bs = spi_master_get_devdata(master);  in bcm63xx_spi_transfer_one()  local
 408 	struct bcm63xx_spi *bs = spi_master_get_devdata(master);  in bcm63xx_spi_interrupt()  local
 425 	struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master);  in bcm63xx_spi_max_length()  local
 493 	struct bcm63xx_spi *bs;  in bcm63xx_spi_probe()  local
 [all …]
 
 | 
| D | spi-bcm63xx-hsspi.c | 112 static void bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned int cs,  in bcm63xx_hsspi_set_cs()128 static void bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs,  in bcm63xx_hsspi_set_clk()
 157 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master);  in bcm63xx_hsspi_do_txrx()  local
 225 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master);  in bcm63xx_hsspi_setup()  local
 263 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(master);  in bcm63xx_hsspi_transfer_one()  local
 316 	struct bcm63xx_hsspi *bs = (struct bcm63xx_hsspi *)dev_id;  in bcm63xx_hsspi_interrupt()  local
 332 	struct bcm63xx_hsspi *bs;  in bcm63xx_hsspi_probe()  local
 452 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(master);  in bcm63xx_hsspi_remove()  local
 466 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(master);  in bcm63xx_hsspi_suspend()  local
 478 	struct bcm63xx_hsspi *bs = spi_master_get_devdata(master);  in bcm63xx_hsspi_resume()  local
 
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nf_conntrack_h323_asn1.c | 100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;}  argument101 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;}  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()
 165 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits)  in nf_h323_error_boundary()
 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()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/tw5864/ | 
| D | tw5864-h264.c | 24 struct bs {  struct31 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-v5.4/fs/xfs/scrub/ | 
| D | btree.c | 126 	struct xchk_btree	*bs)  in xchk_btree_rec()174 	struct xchk_btree	*bs,  in xchk_btree_key()
 221 	struct xchk_btree	*bs,  in xchk_btree_ptr_ok()
 246 	struct xchk_btree	*bs,  in xchk_btree_block_check_sibling()
 309 	struct xchk_btree	*bs,  in xchk_btree_block_check_siblings()
 357 	struct xchk_btree	*bs,  in xchk_btree_check_block_owner()
 404 	struct xchk_btree	*bs,  in xchk_btree_check_owner()
 451 	struct xchk_btree	*bs,  in xchk_btree_check_minrecs()
 489 	struct xchk_btree	*bs,  in xchk_btree_get_block()
 543 	struct xchk_btree	*bs,  in xchk_btree_block_keys()
 [all …]
 
 | 
| D | ialloc.c | 101 	struct xchk_btree		*bs,  in xchk_iallocbt_chunk()146 	struct xchk_btree		*bs,  in xchk_iallocbt_check_cluster_ifree()
 209 	struct xchk_btree		*bs,  in xchk_iallocbt_check_cluster()
 314 	struct xchk_btree		*bs,  in xchk_iallocbt_check_clusters()
 346 	struct xchk_btree		*bs,  in xchk_iallocbt_rec_alignment()
 422 	struct xchk_btree		*bs,  in xchk_iallocbt_rec()
 
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| 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-v5.4/drivers/crypto/ | 
| 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()
 
 | 
| D | omap-sham.c | 468 		int bs, nr_dr;  in omap_sham_write_ctrl_omap4()  local641 				   struct scatterlist *sg, int bs, int new_len)  in omap_sham_copy_sg_lists()
 698 			      struct scatterlist *sg, int bs, int new_len)  in omap_sham_copy_sgs()
 731 			       int nbytes, int bs, bool final,  in omap_sham_align_sgs()
 811 	int bs;  in omap_sham_prepare_request()  local
 927 	int bs = 0;  in omap_sham_init()  local
 1050 	int bs = crypto_shash_blocksize(bctx->shash);  in omap_sham_finish_hmac()  local
 1303 	int bs = crypto_shash_blocksize(bctx->shash);  in omap_sham_setkey()  local
 
 | 
| /Linux-v5.4/drivers/pcmcia/ | 
| D | sa11xx_base.h | 69 #define MECR_SET(mecr, sock, shift, mask, bs) \  argument78 #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-v5.4/crypto/ | 
| D | xcbc.c | 58 	int bs = sizeof(key1);  in crypto_xcbc_digest_setkey()  local75 	int bs = crypto_shash_blocksize(pdesc->tfm);  in crypto_xcbc_digest_init()  local
 92 	int bs = crypto_shash_blocksize(parent);  in crypto_xcbc_digest_update()  local
 138 	int bs = crypto_shash_blocksize(parent);  in crypto_xcbc_digest_final()  local
 
 | 
| D | cmac.c | 54 	unsigned int bs = crypto_shash_blocksize(parent);  in crypto_cmac_digest_setkey()  local108 	int bs = crypto_shash_blocksize(pdesc->tfm);  in crypto_cmac_digest_init()  local
 125 	int bs = crypto_shash_blocksize(parent);  in crypto_cmac_digest_update()  local
 171 	int bs = crypto_shash_blocksize(parent);  in crypto_cmac_digest_final()  local
 
 | 
| /Linux-v5.4/block/ | 
| D | bio-integrity.c | 42 	struct bio_set *bs = bio->bi_pool;  in bio_integrity_alloc()  local93 	struct bio_set *bs = bio->bi_pool;  in bio_integrity_free()  local
 428 int bioset_integrity_create(struct bio_set *bs, int pool_size)  in bioset_integrity_create()
 446 void bioset_integrity_free(struct bio_set *bs)  in bioset_integrity_free()
 
 | 
| D | bio.c | 118 static void bio_put_slab(struct bio_set *bs)  in bio_put_slab()241 	struct bio_set *bs = bio->bi_pool;  in bio_free()  local
 339 	struct bio_set *bs = container_of(work, struct bio_set, rescue_work);  in bio_alloc_rescue()  local
 354 static void punt_bios_to_rescuer(struct bio_set *bs)  in punt_bios_to_rescuer()
 427 			     struct bio_set *bs)  in bio_alloc_bioset()
 605 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs)  in bio_clone_fast()
 1837 		      gfp_t gfp, struct bio_set *bs)  in bio_split()
 1904 void bioset_exit(struct bio_set *bs)  in bioset_exit()
 1941 int bioset_init(struct bio_set *bs,  in bioset_init()
 1983 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src)  in bioset_init_from_src()
 
 | 
| D | blk-merge.c | 63 					 struct bio_set *bs,  in blk_bio_discard_split()106 		struct bio *bio, struct bio_set *bs, unsigned *nsegs)  in blk_bio_write_zeroes_split()
 121 					    struct bio_set *bs,  in blk_bio_write_same_split()
 242 					 struct bio_set *bs,  in blk_bio_segment_split()
 
 | 
| /Linux-v5.4/drivers/misc/sgi-gru/ | 
| D | grukservices.c | 139 static void gru_load_kernel_context(struct gru_blade_state *bs, int blade_id)  in gru_load_kernel_context()188 	struct gru_blade_state *bs;  in gru_free_kernel_contexts()  local
 217 	struct gru_blade_state *bs;  in gru_lock_kernel_context()  local
 243 	struct gru_blade_state *bs;  in gru_unlock_kernel_context()  local
 256 	struct gru_blade_state *bs;  in gru_get_cpu_resources()  local
 292 	struct gru_blade_state *bs;  in gru_reserve_async_resources()  local
 326 	struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han);  in gru_release_async_resources()  local
 343 	struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han);  in gru_wait_async_cbr()  local
 360 	struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han);  in gru_lock_async_resource()  local
 
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | nicstarmac.c | 109 #define NICSTAR_REG_WRITE(bs, reg, val) \  argument112 #define NICSTAR_REG_READ(bs, reg) \  argument
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | bitops.h | 49 #define PPC_BITMASK(bs, be)	((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs))  argument57 #define PPC_BITMASK32(bs, be)	((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs))  argument
 61 #define PPC_BITMASK8(bs, be)	((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs))  argument
 
 | 
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | rheap.c | 158 	unsigned long s, e, bs, be;  in attach_free_block()  local374 	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-v5.4/arch/mips/txx9/generic/ | 
| D | mem_tx4927.c | 43 	unsigned int bs = 0;  in tx4927_process_sdccr()  local
 | 
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ | 
| D | vdec_drv_if.c | 45 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs,  in vdec_if_decode()
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | common-beacon.c | 43 				 struct ath9k_beacon_state *bs)  in ath9k_cmn_beacon_config_sta()
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/ | 
| D | ctxgp102.c | 71 			const u32 bs = attrib * gr->ppc_tpc_max;  in gp102_grctx_generate_attrib()  local
 |