Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 89) sorted by relevance

1234

/linux/drivers/spi/
H A Dspi-bcm2835.c167 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create()
191 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) in bcm2835_debugfs_remove()
197 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create()
202 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) in bcm2835_debugfs_remove()
207 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg) in bcm2835_rd()
212 static inline void bcm2835_wr(struct bcm2835_spi *bs, unsigned int reg, u32 val) in bcm2835_wr()
217 static inline void bcm2835_rd_fifo(struct bcm2835_spi *bs) in bcm2835_rd_fifo()
230 static inline void bcm2835_wr_fifo(struct bcm2835_spi *bs) in bcm2835_wr_fifo()
252 static inline void bcm2835_rd_fifo_count(struct bcm2835_spi *bs, int count) in bcm2835_rd_fifo_count()
278 static inline void bcm2835_wr_fifo_count(struct bcm2835_spi *bs, int count) in bcm2835_wr_fifo_count()
[all …]
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c98 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;} argument
99 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;} argument
100 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;} argument
148 static unsigned int get_len(struct bitstr *bs) in get_len()
163 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) in nf_h323_error_boundary()
176 static unsigned int get_bit(struct bitstr *bs) in get_bit()
186 static unsigned int get_bits(struct bitstr *bs, unsigned int b) in get_bits()
211 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b) in get_bitmap()
250 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint()
274 static int decode_nul(struct bitstr *bs, const struct field_t *f, in decode_nul()
[all …]
/linux/drivers/media/pci/tw5864/
H A Dtw5864-h264.c24 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/fs/xfs/scrub/
H A Dbtree.c140 struct xchk_btree *bs) in xchk_btree_rec()
189 struct xchk_btree *bs, in xchk_btree_key()
237 struct xchk_btree *bs, in xchk_btree_ptr_ok()
258 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
321 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
369 struct xchk_btree *bs, in xchk_btree_check_block_owner()
423 struct xchk_btree *bs, in xchk_btree_check_owner()
469 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs()
496 struct xchk_btree *bs, in xchk_btree_check_minrecs()
544 struct xchk_btree *bs, in xchk_btree_block_check_keys()
[all …]
H A Drmap.c147 struct xchk_btree *bs) in xchk_rmapbt_check_unwritten_in_keyflags()
203 struct xchk_btree *bs, in xchk_rmapbt_check_overlapping()
267 struct xchk_btree *bs, in xchk_rmapbt_check_mergeable()
283 struct xchk_btree *bs, in xchk_rmapbt_mark_bitmap()
354 struct xchk_btree *bs, in xchk_rmapbt_rec()
H A Drefcount.c432 struct xchk_btree *bs, in xchk_refcountbt_check_mergeable()
448 struct xchk_btree *bs, in xchk_refcountbt_rec()
/linux/drivers/block/drbd/
H A Ddrbd_vli.h226 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/drivers/crypto/
H A Domap-crypto.c16 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/drivers/pcmcia/
H A Dsa11xx_base.h69 #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/block/
H A Dbio.c115 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) in bs_bio_slab_size()
125 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) in bio_find_or_create_slab()
143 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
197 struct bio_set *bs = bio->bi_pool; in bio_free() local
390 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() local
419 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
476 static struct bio *bio_alloc_percpu_cache(struct bio_set *bs) in bio_alloc_percpu_cache()
536 blk_opf_t opf, gfp_t gfp, struct bio_set *bs) in bio_alloc_bioset()
763 struct bio_set *bs; in bio_cpu_dead() local
774 static void bio_alloc_cache_destroy(struct bio_set *bs) in bio_alloc_cache_destroy()
[all …]
/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c140 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
291 struct gru_blade_state *bs; in gru_reserve_async_resources() local
325 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_release_async_resources() local
342 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_wait_async_cbr() local
359 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_lock_async_resource() local
/linux/sound/soc/meson/
H A Daiu-encoder-i2s.c83 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/arch/powerpc/include/asm/
H A Dbitops.h48 #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/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h38 } bs; member
49 } bs; member
72 } bs; member
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c197 struct vdec_h264_slice_mem bs; member
488 struct mtk_vcodec_mem *bs, in vdec_h264_slice_setup_lat_buffer_ext()
737 static int vdec_h264_slice_lat_decode_ext(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_lat_decode_ext()
860 static int vdec_h264_slice_lat_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_lat_decode()
1006 static int vdec_h264_slice_single_decode_ext(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_single_decode_ext()
1101 static int vdec_h264_slice_single_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_single_decode()
1285 static int vdec_h264_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_decode()
H A Dvdec_vp9_req_lat_if.c354 struct vdec_vp9_slice_bs bs; member
979 struct mtk_vcodec_mem *bs, in vdec_vp9_slice_setup_lat_buffer()
1067 struct mtk_vcodec_mem *bs) in vdec_vp9_slice_setup_tile_buffer()
1150 struct mtk_vcodec_mem *bs, in vdec_vp9_slice_setup_lat()
1732 struct mtk_vcodec_mem *bs, in vdec_vp9_slice_setup_single_buffer()
1790 struct mtk_vcodec_mem *bs, in vdec_vp9_slice_setup_single()
1915 static int vdec_vp9_slice_flush(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp9_slice_flush()
1973 static int vdec_vp9_slice_single_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp9_slice_single_decode()
2030 static int vdec_vp9_slice_lat_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp9_slice_lat_decode()
2114 static int vdec_vp9_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp9_slice_decode()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c52 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey() local
417 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad()
488 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run() local
/linux/arch/powerpc/lib/
H A Drheap.c158 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/arch/mips/txx9/generic/
H A Dmem_tx4927.c43 unsigned int bs = 0; in tx4927_process_sdccr() local
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_if.c71 int vdec_if_decode(struct mtk_vcodec_dec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c44 struct ath9k_beacon_state *bs) in ath9k_cmn_beacon_config_sta()
/linux/drivers/staging/fbtft/
H A Dfb_pcd8544.c30 static unsigned int bs = 4; variable
H A Dfb_tls8204.c29 static unsigned int bs = 4; variable
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c60 const u32 bs = attrib * gr->ppc_tpc_max; in gp102_grctx_generate_attrib() local
/linux/drivers/md/
H A Ddm-ebs-target.c42 static inline sector_t __block_mod(sector_t sector, unsigned int bs) in __block_mod()
55 static inline bool __ebs_check_bs(unsigned int bs) in __ebs_check_bs()

1234