Searched refs:bh (Results 1 - 20 of 20) sorted by relevance

/drivers/usb/gadget/
H A Dfile_storage.c503 struct fsg_buffhd *bh, unsigned int length)
507 bh->bulk_out_intended_length = length;
511 bh->outreq->length = length;
723 struct fsg_buffhd *bh = req->context; local
734 bh->inreq_busy = 0;
735 bh->state = BUF_STATE_EMPTY;
743 struct fsg_buffhd *bh = req->context; local
746 if (req->status || req->actual != bh->bulk_out_intended_length)
749 bh->bulk_out_intended_length);
756 bh
502 set_bulk_out_req_length(struct fsg_dev *fsg, struct fsg_buffhd *bh, unsigned int length) argument
767 struct fsg_buffhd *bh = req->context; local
795 received_cbi_adsc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
837 received_cbi_adsc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1157 struct fsg_buffhd *bh; local
1280 struct fsg_buffhd *bh; local
1488 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill; local
1580 do_inquiry(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1612 do_request_sense(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1666 do_read_capacity(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1686 do_read_header(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1709 do_read_toc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1737 do_mode_sense(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1891 do_read_format_capacities(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1909 do_mode_select(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1968 struct fsg_buffhd *bh; local
2019 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill; local
2126 struct fsg_buffhd *bh; local
2365 struct fsg_buffhd *bh; local
2609 received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
2674 struct fsg_buffhd *bh; local
2785 struct fsg_buffhd *bh = &fsg->buffhds[i]; local
2849 struct fsg_buffhd *bh = &fsg->buffhds[i]; local
2914 struct fsg_buffhd *bh; local
3507 struct fsg_buffhd *bh = &fsg->buffhds[i]; local
[all...]
H A Df_mass_storage.c478 struct fsg_buffhd *bh, unsigned int length)
482 bh->bulk_out_intended_length = length;
486 bh->outreq->length = length;
565 struct fsg_buffhd *bh = req->context; local
576 bh->inreq_busy = 0;
577 bh->state = BUF_STATE_EMPTY;
585 struct fsg_buffhd *bh = req->context; local
588 if (req->status || req->actual != bh->bulk_out_intended_length)
590 req->status, req->actual, bh->bulk_out_intended_length);
597 bh
477 set_bulk_out_req_length(struct fsg_common *common, struct fsg_buffhd *bh, unsigned int length) argument
697 start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
706 start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
743 struct fsg_buffhd *bh; local
874 struct fsg_buffhd *bh; local
1091 struct fsg_buffhd *bh = common->next_buffhd_to_fill; local
1188 do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) argument
1213 do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1266 do_read_capacity(struct fsg_common *common, struct fsg_buffhd *bh) argument
1285 do_read_header(struct fsg_common *common, struct fsg_buffhd *bh) argument
1307 do_read_toc(struct fsg_common *common, struct fsg_buffhd *bh) argument
1334 do_mode_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1507 do_read_format_capacities(struct fsg_common *common, struct fsg_buffhd *bh) argument
1524 do_mode_select(struct fsg_common *common, struct fsg_buffhd *bh) argument
1584 struct fsg_buffhd *bh; local
1638 struct fsg_buffhd *bh = common->next_buffhd_to_fill; local
1741 struct fsg_buffhd *bh; local
1941 struct fsg_buffhd *bh; local
2220 received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
2293 struct fsg_buffhd *bh; local
2357 struct fsg_buffhd *bh = &common->buffhds[i]; local
2414 struct fsg_buffhd *bh = &common->buffhds[i]; local
2459 struct fsg_buffhd *bh; local
2720 struct fsg_buffhd *bh; local
2958 struct fsg_buffhd *bh = common->buffhds; local
[all...]
/drivers/md/
H A Dbitmap.c277 struct buffer_head *bh; local
286 bh = page_buffers(page);
288 while (bh && bh->b_blocknr) {
290 set_buffer_locked(bh);
291 set_buffer_mapped(bh);
292 submit_bh(WRITE | REQ_SYNC, bh);
293 bh = bh->b_this_page;
304 static void end_bitmap_write(struct buffer_head *bh, in argument
328 struct buffer_head *bh = page_buffers(page); local
352 struct buffer_head *bh; local
[all...]
/drivers/net/wimax/i2400m/
H A Dfw.c709 const struct i2400m_bootrom_header *bh; local
718 bh = (void *) bcf + offset;
719 data_size = le32_to_cpu(bh->data_size);
720 section_size = ALIGN(sizeof(*bh) + data_size, 4);
723 section, offset, sizeof(*bh) + data_size,
724 le32_to_cpu(bh->target_addr));
731 if (i2400m_brh_get_opcode(bh) == I2400M_BRH_SIGNED_JUMP ||
732 i2400m_brh_get_opcode(bh) == I2400M_BRH_JUMP) {
745 ret = i2400m_bm_cmd(i2400m, bh, section_size,
750 offset, sizeof(*bh)
[all...]
/drivers/net/usb/
H A Dusbnet.c317 tasklet_schedule(&dev->bh);
388 tasklet_schedule (&dev->bh);
580 tasklet_schedule(&dev->bh);
649 tasklet_schedule(&dev->bh);
723 tasklet_kill (&dev->bh);
796 tasklet_schedule (&dev->bh);
966 tasklet_schedule (&dev->bh);
991 tasklet_schedule (&dev->bh);
1077 tasklet_schedule (&dev->bh);
1264 tasklet_schedule (&dev->bh);
[all...]
H A Dcdc_ncm.c98 struct tasklet_struct bh; member in struct:cdc_ncm_ctx
472 ctx->bh.data = (unsigned long)ctx;
473 ctx->bh.func = cdc_ncm_txpath_bh;
627 tasklet_kill(&ctx->bh);
904 tasklet_schedule(&ctx->bh);
/drivers/video/console/
H A Dbitblit.c212 unsigned int bh = info->var.yres - (vc->vc_rows*ch); local
214 unsigned int bs = info->var.yres - bh;
228 if (bh) {
232 region.height = bh;
H A Dfbcon_ccw.c197 unsigned int bh = info->var.xres - (vc->vc_rows*ch); local
213 if (bh) {
217 region.width = bh;
H A Dfbcon_cw.c181 unsigned int bh = info->var.xres - (vc->vc_rows*ch); local
197 if (bh) {
201 region.width = bh;
H A Dfbcon_ud.c228 unsigned int bh = info->var.yres - (vc->vc_rows*ch); local
243 if (bh) {
246 region.height = bh;
/drivers/staging/cxt1e1/
H A Dmusycc.c232 int bh; local
234 bh = atomic_read (&ci->bh_pending);
236 bh, max_bh, ci->iqp_headx, ci->iqp_tailx, max_intcnt,
1363 unsigned int bh = atomic_read (&ci->bh_pending); local
1365 max_bh = max (bh, max_bh);
1623 int bh; local
1625 bh = atomic_read (&CI->bh_pending);
1627 ci->iqp_headx, ci->iqp_tailx, bh);
/drivers/usb/host/
H A Dehci-hcd.c851 int bh; local
878 bh = 0;
893 bh = 1;
970 bh = 1;
973 if (bh)
H A Doxu210hp-hcd.c2441 int bh; local
2463 bh = 0;
2474 bh = 1;
2479 bh = 1;
2525 bh = 1;
2529 if (bh)
/drivers/mtd/nand/
H A Dcafe_nand.c606 u8 ah, al, bh, bl, ch, cl; local
610 bh = b >> 6;
613 ch = gf64_mul(ah ^ al, bh ^ bl) ^ gf64_mul(al, bl);
614 cl = gf64_mul(gf64_mul(ah, bh), 0x21) ^ gf64_mul(al, bl);
/drivers/video/
H A Dffb.c208 u32 bh; member in struct:ffb_fbc
502 upa_writel(rect->height, &fbc->bh);
537 upa_writel(area->height, &fbc->bh);
/drivers/gpu/drm/radeon/
H A Dr600_cs.c226 unsigned bh; local
231 bh = color_formats_table[format].blockheight;
232 if (bh == 0)
235 return (h + bh - 1) / bh;
/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c726 uint8_t *bh; local
736 bh = scsi_bios_ptable(bdev);
737 if (bh) {
738 ret = scsi_partsize(bh, capacity,
740 kfree(bh);
H A Daic7xxx_osm.c708 uint8_t *bh; local
720 bh = scsi_bios_ptable(bdev);
721 if (bh) {
722 ret = scsi_partsize(bh, capacity,
724 kfree(bh);
/drivers/scsi/
H A Dmegaraid.c3135 unsigned char *bh; local
3166 bh = scsi_bios_ptable(bdev);
3168 if( bh ) {
3169 rval = scsi_partsize(bh, capacity,
3171 kfree(bh);
/drivers/staging/xgifb/
H A Dvb_setmode.c1620 unsigned short temp, bh, bl; local
1622 bh = ah;
1626 temp = bh;
1627 bh = dh;
1635 bl = bh;
1636 bh = temp;
1640 outb((unsigned short) bh, pVBInfo->P3c9);
3594 /* bh: 100000b : clear bit 5, to set bit5 */

Completed in 389 milliseconds