Searched refs:bs (Results 1 - 25 of 195) sorted by relevance

12345678

/linux-master/drivers/spi/
H A Dspi-bcm2835aux.c105 static void bcm2835aux_debugfs_create(struct bcm2835aux_spi *bs, argument
116 bs->debugfs_dir = dir;
120 &bs->count_transfer_polling);
122 &bs->count_transfer_irq);
124 &bs->count_transfer_irq_after_poll);
127 static void bcm2835aux_debugfs_remove(struct bcm2835aux_spi *bs) argument
129 debugfs_remove_recursive(bs->debugfs_dir);
130 bs->debugfs_dir = NULL;
133 static void bcm2835aux_debugfs_create(struct bcm2835aux_spi *bs, argument
138 static void bcm2835aux_debugfs_remove(struct bcm2835aux_spi *bs) argument
143 bcm2835aux_rd(struct bcm2835aux_spi *bs, unsigned int reg) argument
148 bcm2835aux_wr(struct bcm2835aux_spi *bs, unsigned int reg, u32 val) argument
154 bcm2835aux_rd_fifo(struct bcm2835aux_spi *bs) argument
177 bcm2835aux_wr_fifo(struct bcm2835aux_spi *bs) argument
206 bcm2835aux_spi_reset_hw(struct bcm2835aux_spi *bs) argument
214 bcm2835aux_spi_transfer_helper(struct bcm2835aux_spi *bs) argument
235 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
264 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
279 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
304 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
344 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
405 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
428 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
438 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
477 struct bcm2835aux_spi *bs; local
559 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host); local
[all...]
H A Dspi-bcm2835.c167 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, argument
178 bs->debugfs_dir = dir;
182 &bs->count_transfer_polling);
184 &bs->count_transfer_irq);
186 &bs->count_transfer_irq_after_polling);
188 &bs->count_transfer_dma);
191 static void bcm2835_debugfs_remove(struct bcm2835_spi *bs) argument
193 debugfs_remove_recursive(bs->debugfs_dir);
194 bs->debugfs_dir = NULL;
197 static void bcm2835_debugfs_create(struct bcm2835_spi *bs, argument
202 bcm2835_debugfs_remove(struct bcm2835_spi *bs) argument
207 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg) argument
212 bcm2835_wr(struct bcm2835_spi *bs, unsigned int reg, u32 val) argument
217 bcm2835_rd_fifo(struct bcm2835_spi *bs) argument
230 bcm2835_wr_fifo(struct bcm2835_spi *bs) argument
252 bcm2835_rd_fifo_count(struct bcm2835_spi *bs, int count) argument
278 bcm2835_wr_fifo_count(struct bcm2835_spi *bs, int count) argument
306 bcm2835_wait_tx_fifo_empty(struct bcm2835_spi *bs) argument
317 bcm2835_rd_fifo_blind(struct bcm2835_spi *bs, int count) argument
336 bcm2835_wr_fifo_blind(struct bcm2835_spi *bs, int count) argument
349 bcm2835_spi_reset_hw(struct bcm2835_spi *bs) argument
376 struct bcm2835_spi *bs = dev_id; local
415 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
485 bcm2835_spi_transfer_prologue(struct spi_controller *ctlr, struct spi_transfer *tfr, struct bcm2835_spi *bs, u32 cs) argument
574 bcm2835_spi_undo_prologue(struct bcm2835_spi *bs) argument
610 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
638 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
671 bcm2835_spi_prepare_sg(struct spi_controller *ctlr, struct spi_transfer *tfr, struct bcm2835_spi *bs, struct bcm2835_spidev *target, bool is_tx) argument
775 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
864 bcm2835_dma_release(struct spi_controller *ctlr, struct bcm2835_spi *bs) argument
890 bcm2835_dma_init(struct spi_controller *ctlr, struct device *dev, struct bcm2835_spi *bs) argument
1002 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1056 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1118 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1133 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1154 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1171 bcm2835_spi_setup_dma(struct spi_controller *ctlr, struct spi_device *spi, struct bcm2835_spi *bs, struct bcm2835_spidev *target) argument
1225 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
1338 struct bcm2835_spi *bs; local
1413 struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr); local
[all...]
H A Dspi-bcm63xx-hsspi.c122 #define bcm63xx_prepend_printk_on_checkfail(bs, fmt, ...) \
124 if (bs->xfer_mode == HSSPI_XFER_MODE_AUTO) \
125 dev_dbg(&bs->pdev->dev, fmt, ##__VA_ARGS__); \
126 else if (bs->xfer_mode == HSSPI_XFER_MODE_PREPEND) \
127 dev_err(&bs->pdev->dev, fmt, ##__VA_ARGS__); \
152 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(ctrl); local
154 return sprintf(buf, "%d\n", bs->wait_mode);
161 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(ctrl); local
172 mutex_lock(&bs->msg_mutex);
173 bs
188 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(ctrl); local
197 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(ctrl); local
235 bcm63xx_hsspi_wait_cmd(struct bcm63xx_hsspi *bs) argument
270 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(host); local
351 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(spi->controller); local
425 bcm63xx_hsspi_set_cs(struct bcm63xx_hsspi *bs, unsigned int cs, bool active) argument
441 bcm63xx_hsspi_set_clk(struct bcm63xx_hsspi *bs, struct spi_device *spi, int hz) argument
470 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(spi->controller); local
544 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(spi->controller); local
582 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(spi->controller); local
659 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(host); local
711 struct bcm63xx_hsspi *bs = (struct bcm63xx_hsspi *)dev_id; local
727 struct bcm63xx_hsspi *bs; local
884 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(host); local
897 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(host); local
909 struct bcm63xx_hsspi *bs = spi_controller_get_devdata(host); local
[all...]
H A Dspi-bcmbca-hsspi.c130 struct bcmbca_hsspi *bs = spi_controller_get_devdata(ctrl); local
132 return sprintf(buf, "%d\n", bs->wait_mode);
139 struct bcmbca_hsspi *bs = spi_controller_get_devdata(ctrl); local
150 mutex_lock(&bs->msg_mutex);
151 bs->wait_mode = val;
154 __raw_writel(HSSPI_INT_CLEAR_ALL, bs->regs + HSSPI_INT_STATUS_REG);
155 mutex_unlock(&bs->msg_mutex);
171 static void bcmbca_hsspi_set_cs(struct bcmbca_hsspi *bs, unsigned int cs, argument
180 mutex_lock(&bs->bus_mutex);
182 reg = __raw_readl(bs
193 bcmbca_hsspi_set_clk(struct bcmbca_hsspi *bs, struct spi_device *spi, int hz) argument
221 bcmbca_hsspi_wait_cmd(struct bcmbca_hsspi *bs, unsigned int cs) argument
253 struct bcmbca_hsspi *bs = spi_controller_get_devdata(spi->controller); local
331 struct bcmbca_hsspi *bs = spi_controller_get_devdata(spi->controller); local
372 struct bcmbca_hsspi *bs = spi_controller_get_devdata(host); local
419 struct bcmbca_hsspi *bs = (struct bcmbca_hsspi *)dev_id; local
435 struct bcmbca_hsspi *bs; local
582 struct bcmbca_hsspi *bs = spi_controller_get_devdata(host); local
595 struct bcmbca_hsspi *bs = spi_controller_get_devdata(host); local
607 struct bcmbca_hsspi *bs = spi_controller_get_devdata(host); local
[all...]
H A Dspi-bcm63xx.c154 static inline u8 bcm_spi_readb(struct bcm63xx_spi *bs, argument
157 return readb(bs->regs + bs->reg_offsets[offset]);
160 static inline void bcm_spi_writeb(struct bcm63xx_spi *bs, argument
163 writeb(value, bs->regs + bs->reg_offsets[offset]);
166 static inline void bcm_spi_writew(struct bcm63xx_spi *bs, argument
170 iowrite16be(value, bs->regs + bs->reg_offsets[offset]);
172 writew(value, bs
189 struct bcm63xx_spi *bs = spi_controller_get_devdata(spi->controller); local
220 struct bcm63xx_spi *bs = spi_controller_get_devdata(spi->controller); local
318 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); local
399 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); local
416 struct bcm63xx_spi *bs = spi_controller_get_devdata(spi->controller); local
484 struct bcm63xx_spi *bs; local
611 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); local
623 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); local
635 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); local
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;}
101 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;}
102 #define BYTE_ALIGN(bs) i
150 get_len(struct bitstr *bs) argument
165 nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) argument
178 get_bit(struct bitstr *bs) argument
188 get_bits(struct bitstr *bs, unsigned int b) argument
213 get_bitmap(struct bitstr *bs, unsigned int b) argument
252 get_uint(struct bitstr *bs, int b) argument
276 decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
284 decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
295 decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
314 decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
361 decode_enum(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
377 decode_bitstr(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
413 decode_numstr(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
433 decode_octstr(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
486 decode_bmpstr(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
515 decode_seq(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
648 decode_seqof(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
744 decode_choice(struct bitstr *bs, const struct field_t *f, char *base, int level) argument
831 struct bitstr bs; local
847 struct bitstr bs; local
865 struct bitstr bs; local
[all...]
/linux-master/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) argument
228 bs->buf = s;
229 bs->buf_len = len;
230 bs->pad_bits = pad_bits;
231 bitstream_cursor_reset(&bs->cur, bs->buf);
234 static inline void bitstream_rewind(struct bitstream *bs) argument
236 bitstream_cursor_reset(&bs->cur, bs->buf);
237 memset(bs
248 bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) argument
281 bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) argument
328 vli_encode_bits(struct bitstream *bs, u64 in) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dbtree.c138 struct xchk_btree *bs)
140 struct xfs_btree_cur *cur = bs->cur;
152 trace_xchk_btree_rec(bs->sc, cur, 0);
155 if (bs->lastrec_valid &&
156 !cur->bc_ops->recs_inorder(cur, &bs->lastrec, rec))
157 xchk_btree_set_corrupt(bs->sc, cur, 0);
158 memcpy(&bs->lastrec, rec, cur->bc_ops->rec_len);
159 bs->lastrec_valid = true;
169 xchk_btree_set_corrupt(bs->sc, cur, 1);
178 xchk_btree_set_corrupt(bs
137 xchk_btree_rec( struct xchk_btree *bs) argument
186 xchk_btree_key( struct xchk_btree *bs, int level) argument
234 xchk_btree_ptr_ok( struct xchk_btree *bs, int level, union xfs_btree_ptr *ptr) argument
255 xchk_btree_block_check_sibling( struct xchk_btree *bs, int level, int direction, union xfs_btree_ptr *sibling) argument
318 xchk_btree_block_check_siblings( struct xchk_btree *bs, struct xfs_btree_block *block) argument
366 xchk_btree_check_block_owner( struct xchk_btree *bs, int level, xfs_daddr_t daddr) argument
417 xchk_btree_check_owner( struct xchk_btree *bs, int level, struct xfs_buf *bp) argument
463 xchk_btree_check_iroot_minrecs( struct xchk_btree *bs) argument
490 xchk_btree_check_minrecs( struct xchk_btree *bs, int level, struct xfs_btree_block *block) argument
538 xchk_btree_block_check_keys( struct xchk_btree *bs, int level, struct xfs_btree_block *block) argument
580 xchk_btree_get_block( struct xchk_btree *bs, int level, union xfs_btree_ptr *pp, struct xfs_btree_block **pblock, struct xfs_buf **pbp) argument
632 xchk_btree_block_keys( struct xchk_btree *bs, int level, struct xfs_btree_block *block) argument
685 struct xchk_btree *bs; local
[all...]
H A Dialloc.c254 struct xchk_btree *bs,
259 struct xfs_scrub *sc = bs->sc;
260 struct xfs_mount *mp = bs->cur->bc_mp;
261 struct xfs_perag *pag = bs->cur->bc_ag.pag;
269 xchk_btree_set_corrupt(bs->sc, bs->cur, 0);
271 if (bs->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)
301 struct xchk_btree *bs,
306 struct xfs_mount *mp = bs->cur->bc_mp;
314 if (xchk_should_terminate(bs
253 xchk_iallocbt_chunk( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, unsigned int nr_inodes) argument
300 xchk_iallocbt_check_cluster_ifree( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int irec_ino, struct xfs_dinode *dip) argument
362 xchk_iallocbt_check_cluster( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int cluster_base) argument
465 xchk_iallocbt_check_clusters( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec) argument
497 xchk_iallocbt_rec_alignment( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec) argument
573 xchk_iallocbt_rec( struct xchk_btree *bs, const union xfs_btree_rec *rec) argument
[all...]
H A Dalloc.c117 struct xchk_btree *bs,
121 if (bs->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)
127 xchk_btree_set_corrupt(bs->sc, bs->cur, 0);
135 struct xchk_btree *bs,
139 struct xchk_alloc *ca = bs->private;
142 if (xfs_alloc_check_irec(bs->cur->bc_ag.pag, &irec) != NULL) {
143 xchk_btree_set_corrupt(bs->sc, bs->cur, 0);
147 xchk_allocbt_mergeable(bs, c
116 xchk_allocbt_mergeable( struct xchk_btree *bs, struct xchk_alloc *ca, const struct xfs_alloc_rec_incore *irec) argument
134 xchk_allocbt_rec( struct xchk_btree *bs, const union xfs_btree_rec *rec) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c43 struct ath9k_beacon_state *bs)
56 memset(bs, 0, sizeof(*bs));
72 bs->bs_intval = TU_TO_USEC(conf->intval);
73 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval;
74 bs->bs_nexttbtt = conf->nexttbtt;
75 bs->bs_nextdtim = conf->nexttbtt;
77 bs->bs_nextdtim = ath9k_get_next_tbtt(ah, tsf, dtim_intval);
85 bs
41 ath9k_cmn_beacon_config_sta(struct ath_hw *ah, struct ath_beacon_config *conf, struct ath9k_beacon_state *bs) argument
[all...]
H A Dcommon-beacon.h21 struct ath9k_beacon_state *bs);
/linux-master/fs/afs/
H A Dvl_list.c164 struct dns_server_list_v1_server bs; local
201 while (end - b >= sizeof(bs)) {
202 bs.name_len = afs_extract_le16(&b);
203 bs.priority = afs_extract_le16(&b);
204 bs.weight = afs_extract_le16(&b);
205 bs.port = afs_extract_le16(&b);
206 bs.source = *b++;
207 bs.status = *b++;
208 bs.protocol = *b++;
209 bs
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_etsprio.sh15 local bs=$1; shift
18 rate 400Mbit burst $bs limit 1M
20 rate 800Mbit burst $bs limit 1M
22 do_tbf_test 10 400 $bs
23 do_tbf_test 11 800 $bs
39 local bs=128K
44 tbf rate 400Mbit burst $bs limit 1M
54 do_tbf_test 10 400 $bs
55 do_tbf_test 11 400 $bs
H A Dsch_tbf_root.sh13 local bs=$1; shift
16 rate 400Mbit burst $bs limit 1M
17 do_tbf_test 10 400 $bs
/linux-master/crypto/
H A Dxcbc.c58 int bs = sizeof(key1); local
63 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);
64 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);
67 return crypto_cipher_setkey(ctx->child, key1, bs);
74 int bs = crypto_shash_blocksize(pdesc->tfm); local
75 u8 *prev = &ctx->odds[bs];
78 memset(prev, 0, bs);
90 int bs = crypto_shash_blocksize(parent); local
92 u8 *prev = odds + bs;
135 int bs = crypto_shash_blocksize(parent); local
[all...]
H A Dcmac.c54 unsigned int bs = crypto_shash_blocksize(parent); local
65 memset(consts, 0, bs);
68 switch (bs) {
106 int bs = crypto_shash_blocksize(pdesc->tfm); local
107 u8 *prev = &ctx->odds[bs];
110 memset(prev, 0, bs);
122 int bs = crypto_shash_blocksize(parent); local
124 u8 *prev = odds + bs;
127 if ((ctx->len + len) <= bs) {
134 memcpy(odds + ctx->len, p, bs
167 int bs = crypto_shash_blocksize(parent); local
187 crypto_xor(prev, (const u8 *)tctx->consts + offset, bs); local
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h23 * @bs : [in] input bitstream
27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,
/linux-master/drivers/pcmcia/
H A Dsa11xx_base.h69 #define MECR_SET(mecr, sock, shift, mask, bs) \
72 (((bs)<<(shift))<<((sock)==0?MECR_SOCKET_0_SHIFT:MECR_SOCKET_1_SHIFT)))
78 #define MECR_BSIO_SET(mecr, sock, bs) \
79 MECR_SET((mecr), (sock), MECR_BSIO_SHIFT, MECR_BS_MASK, (bs))
84 #define MECR_BSA_SET(mecr, sock, bs) \
85 MECR_SET((mecr), (sock), MECR_BSA_SHIFT, MECR_BS_MASK, (bs))
90 #define MECR_BSM_SET(mecr, sock, bs) \
91 MECR_SET((mecr), (sock), MECR_BSM_SHIFT, MECR_BS_MASK, (bs))
/linux-master/arch/mips/txx9/generic/
H A Dmem_tx4927.c43 unsigned int bs = 0; local
58 bs = 2 << sdccr_bs;
64 return rs * cs * mw * bs;
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-h264.c24 struct bs { struct
31 static void bs_init(struct bs *s, void *buf, int size)
39 static int bs_len(struct bs *s)
44 static void bs_write(struct bs *s, int count, u32 bits)
64 static void bs_write1(struct bs *s, u32 bit)
77 static void bs_write_ue(struct bs *s, u32 val)
87 static void bs_write_se(struct bs *s, int val)
92 static void bs_rbsp_trailing(struct bs *s)
103 struct bs bs, * local
132 struct bs bs, *s; local
160 struct bs bs, *s; local
[all...]
/linux-master/block/
H A Dbio.c112 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) argument
114 return bs->front_pad + sizeof(struct bio) + bs->back_pad;
117 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) argument
119 unsigned int size = bs_bio_slab_size(bs);
135 static void bio_put_slab(struct bio_set *bs) argument
138 unsigned int slab_size = bs_bio_slab_size(bs);
146 WARN_ON_ONCE(bslab->slab != bs->bio_slab);
230 struct bio_set *bs = bio->bi_pool; local
233 WARN_ON_ONCE(!bs);
364 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); local
379 punt_bios_to_rescuer(struct bio_set *bs) argument
432 bio_alloc_percpu_cache(struct block_device *bdev, unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp, struct bio_set *bs) argument
492 bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask, struct bio_set *bs) argument
731 struct bio_set *bs; local
742 bio_alloc_cache_destroy(struct bio_set *bs) argument
848 bio_alloc_clone(struct block_device *bdev, struct bio *bio_src, gfp_t gfp, struct bio_set *bs) argument
1621 bio_split(struct bio *bio, int sectors, gfp_t gfp, struct bio_set *bs) argument
1695 bioset_exit(struct bio_set *bs) argument
1733 bioset_init(struct bio_set *bs, unsigned int pool_size, unsigned int front_pad, int flags) argument
[all...]
/linux-master/drivers/misc/sgi-gru/
H A Dgrukservices.c140 static void gru_load_kernel_context(struct gru_blade_state *bs, int blade_id) argument
147 up_read(&bs->bs_kgts_sema);
148 down_write(&bs->bs_kgts_sema);
150 if (!bs->bs_kgts) {
152 bs->bs_kgts = gru_alloc_gts(NULL, 0, 0, 0, 0, 0);
153 if (!IS_ERR(bs->bs_kgts))
157 bs->bs_kgts->ts_user_blade_id = blade_id;
159 kgts = bs->bs_kgts;
165 GRU_NUM_KERNEL_CBR * ncpus + bs->bs_async_cbrs);
168 bs
189 struct gru_blade_state *bs; local
218 struct gru_blade_state *bs; local
244 struct gru_blade_state *bs; local
257 struct gru_blade_state *bs; local
293 struct gru_blade_state *bs; local
327 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); local
344 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); local
361 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); local
[all...]
/linux-master/sound/soc/meson/
H A Daiu-encoder-i2s.c83 unsigned int bs)
85 switch (bs) {
94 dev_err(component->dev, "Unsupported i2s divider: %u\n", bs);
101 __ffs(bs)));
113 unsigned int bs)
123 if (bs % 2) {
128 bs += bs / 2;
139 bs - 1));
149 unsigned int fs, bs; local
81 aiu_encoder_i2s_set_legacy_div(struct snd_soc_component *component, struct snd_pcm_hw_params *params, unsigned int bs) argument
111 aiu_encoder_i2s_set_more_div(struct snd_soc_component *component, struct snd_pcm_hw_params *params, unsigned int bs) argument
[all...]
/linux-master/samples/bpf/
H A Dtest_override_return.sh5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1

Completed in 203 milliseconds

12345678