Home
last modified time | relevance | path

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

1234

/drivers/spi/
Dspi-bcm2835.c158 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create()
182 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) in bcm2835_debugfs_remove()
188 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, in bcm2835_debugfs_create()
193 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) in bcm2835_debugfs_remove()
198 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg) in bcm2835_rd()
203 static inline void bcm2835_wr(struct bcm2835_spi *bs, unsigned int reg, u32 val) in bcm2835_wr()
208 static inline void bcm2835_rd_fifo(struct bcm2835_spi *bs) in bcm2835_rd_fifo()
221 static inline void bcm2835_wr_fifo(struct bcm2835_spi *bs) in bcm2835_wr_fifo()
243 static inline void bcm2835_rd_fifo_count(struct bcm2835_spi *bs, int count) in bcm2835_rd_fifo_count()
269 static inline void bcm2835_wr_fifo_count(struct bcm2835_spi *bs, int count) in bcm2835_wr_fifo_count()
[all …]
Dspi-bcm2835aux.c108 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 …]
Dspi-bcm63xx.c154 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
230 struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master); in bcm63xx_txrx_bufs() 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
426 struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master); in bcm63xx_spi_max_length() local
494 struct bcm63xx_spi *bs; in bcm63xx_spi_probe() local
[all …]
Dspi-bcm63xx-hsspi.c114 static void bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned int cs, in bcm63xx_hsspi_set_cs()
130 static void bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs, in bcm63xx_hsspi_set_clk()
159 struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master); in bcm63xx_hsspi_do_txrx() local
233 struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master); in bcm63xx_hsspi_setup() local
271 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_transfer_one() local
323 struct bcm63xx_hsspi *bs = (struct bcm63xx_hsspi *)dev_id; in bcm63xx_hsspi_interrupt() local
339 struct bcm63xx_hsspi *bs; in bcm63xx_hsspi_probe() local
473 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_remove() local
487 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_suspend() local
499 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_resume() local
/drivers/media/pci/tw5864/
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
/drivers/block/drbd/
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()
/drivers/crypto/
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()
Domap-sham.c476 int bs, nr_dr; in omap_sham_write_ctrl_omap4() local
649 struct scatterlist *sg, int bs, int new_len) in omap_sham_copy_sg_lists()
715 struct scatterlist *sg, int bs, in omap_sham_copy_sgs()
747 int nbytes, int bs, bool final, in omap_sham_align_sgs()
869 int bs; in omap_sham_prepare_request() local
967 int bs = 0; in omap_sham_init() local
1119 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac() local
1304 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey() local
Datmel-sha.c1396 size_t bs = ctx->block_size; in atmel_sha_dma_check_aligned() local
1693 size_t bs; in atmel_sha_hmac_setup() local
1754 size_t bs = ctx->block_size; in atmel_sha_hmac_prehash_key_done() local
1770 size_t bs = ctx->block_size; in atmel_sha_hmac_compute_ipad_hash() local
1789 size_t bs = ctx->block_size; in atmel_sha_hmac_compute_opad_hash() local
1875 size_t bs = ctx->block_size; in atmel_sha_hmac_init_done() local
1894 size_t bs = ctx->block_size; in atmel_sha_hmac_final() local
/drivers/pcmcia/
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
/drivers/misc/sgi-gru/
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
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
/drivers/block/rnbd/
Drnbd-srv-dev.c16 struct bio_set *bs) in rnbd_dev_open()
66 struct bio *rnbd_bio_map_kern(void *data, struct bio_set *bs, in rnbd_bio_map_kern()
/drivers/atm/
Dnicstarmac.c109 #define NICSTAR_REG_WRITE(bs, reg, val) \ argument
112 #define NICSTAR_REG_READ(bs, reg) \ argument
/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.h39 } bs; member
50 } bs; member
73 } bs; member
/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.c44 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c43 struct ath9k_beacon_state *bs) in ath9k_cmn_beacon_config_sta()
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c71 const u32 bs = attrib * gr->ppc_tpc_max; in gp102_grctx_generate_attrib() local
Dctxgp100.c75 const u32 bs = attrib * gr->ppc_tpc_max; in gp100_grctx_generate_attrib() local
/drivers/md/
Ddm-ebs-target.c41 static inline sector_t __block_mod(sector_t sector, unsigned int bs) in __block_mod()
54 static inline bool __ebs_check_bs(unsigned int bs) in __ebs_check_bs()
Ddm-log.c258 static inline int log_test_bit(uint32_t *bs, unsigned bit) in log_test_bit()
264 uint32_t *bs, unsigned bit) in log_set_bit()
271 uint32_t *bs, unsigned bit) in log_clear_bit()
/drivers/staging/fbtft/
Dfb_tls8204.c29 static unsigned int bs = 4; variable
Dfb_pcd8544.c30 static unsigned int bs = 4; variable
/drivers/clk/bcm/
Dclk-nsp.c36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
/drivers/crypto/chelsio/
Dchcr_algo.c1670 u8 remainder = 0, bs; in chcr_ahash_update() local
1754 static void create_last_hash_block(char *bfr_ptr, unsigned int bs, u64 scmd1) in create_last_hash_block()
1773 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final() local
1843 u8 bs; in chcr_ahash_finup() local
1938 u8 bs; in chcr_ahash_digest() local
2032 u8 bs; in chcr_ahash_continue() local
2205 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey() local
2325 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init() local
3557 unsigned int bs, subtype; in chcr_authenc_setkey() local
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_policer.c157 u8 bs = mlxsw_sp_policer_burst_bytes_hw_units(policer->params.burst); in mlxsw_sp_policer_single_rate_init() local
175 u8 bs; in mlxsw_sp_policer_single_rate_params_check() local

1234