[go: nahoru, domu]

Searched defs:bh (Results 1 - 23 of 23) sorted by relevance

/drivers/video/console/
H A Dbitblit.c211 unsigned int bh = info->var.yres - (vc->vc_rows*ch); local
213 unsigned int bs = info->var.yres - bh;
227 if (bh) {
231 region.height = bh;
H A Dfbcon_ccw.c197 unsigned int bh = info->var.xres - (vc->vc_rows*ch); local
212 if (bh) {
216 region.width = bh;
H A Dfbcon_cw.c180 unsigned int bh = info->var.xres - (vc->vc_rows*ch); local
195 if (bh) {
199 region.width = bh;
H A Dfbcon_ud.c228 unsigned int bh = info->var.yres - (vc->vc_rows*ch); local
242 if (bh) {
245 region.height = bh;
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_surfacedefs.h870 const u32 bw = desc->block_size.width, bh = desc->block_size.height; local
873 const u32 imgstride = DIV_ROUND_UP(height, bh) * rowstride;
875 y / bh * rowstride +
/drivers/scsi/esas2r/
H A Desas2r_flash.c247 struct esas2r_boot_header *bh; local
250 bh =
253 bh->device_id = cpu_to_le16(a->pcid->device);
281 struct esas2r_boot_header *bh; local
287 bh = (struct esas2r_boot_header *)((u8 *)ei +
290 bh->device_id = cpu_to_le16(a->pcid->device);
291 thislen = (u32)le16_to_cpu(bh->image_length) * 512;
634 struct esas2r_boot_header *bh; local
644 bh = (struct esas2r_boot_header *)((char *)bi + hdroffset);
646 if (bh
1110 struct esas2r_boot_header *bh; local
[all...]
/drivers/usb/host/
H A Dehci-hcd.c687 int bh; local
721 bh = 0;
729 bh = 1;
820 bh = 0;
823 if (bh)
H A Doxu210hp-hcd.c2444 int bh; local
2466 bh = 0;
2477 bh = 1;
2482 bh = 1;
2528 bh = 1;
2532 if (bh)
H A Dfotg210-hcd.c5356 int bh; local
5384 bh = 0;
5397 bh = 1;
5477 bh = 0;
5480 if (bh)
H A Dfusbh200-hcd.c5273 int bh; local
5300 bh = 0;
5308 bh = 1;
5386 bh = 0;
5389 if (bh)
/drivers/md/bcache/
H A Dsuper.c92 struct buffer_head *bh = __bread(bdev, 1, SB_SIZE); local
95 if (!bh)
98 s = (struct cache_sb *) bh->b_data;
217 get_page(bh->b_page);
218 *res = bh->b_page;
220 put_bh(bh);
/drivers/mtd/nand/
H A Dcafe_nand.c603 u8 ah, al, bh, bl, ch, cl; local
607 bh = b >> 6;
610 ch = gf64_mul(ah ^ al, bh ^ bl) ^ gf64_mul(al, bl);
611 cl = gf64_mul(gf64_mul(ah, bh), 0x21) ^ gf64_mul(al, bl);
/drivers/net/wimax/i2400m/
H A Dfw.c710 const struct i2400m_bootrom_header *bh; local
719 bh = (void *) bcf + offset;
720 data_size = le32_to_cpu(bh->data_size);
721 section_size = ALIGN(sizeof(*bh) + data_size, 4);
724 section, offset, sizeof(*bh) + data_size,
725 le32_to_cpu(bh->target_addr));
732 if (i2400m_brh_get_opcode(bh) == I2400M_BRH_SIGNED_JUMP ||
733 i2400m_brh_get_opcode(bh) == I2400M_BRH_JUMP) {
746 ret = i2400m_bm_cmd(i2400m, bh, section_size,
751 offset, sizeof(*bh)
[all...]
/drivers/dma/
H A Dnbpfaxi.c1188 bool bh = false; local
1204 bh = true;
1220 if (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/md/
H A Dbitmap.c265 struct buffer_head *bh; local
274 bh = page_buffers(page);
276 while (bh && bh->b_blocknr) {
278 set_buffer_locked(bh);
279 set_buffer_mapped(bh);
280 submit_bh(WRITE | REQ_SYNC, bh);
281 bh = bh->b_this_page;
292 static void end_bitmap_write(struct buffer_head *bh, in argument
312 struct buffer_head *bh; local
341 struct buffer_head *bh; local
[all...]
/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.c698 uint8_t *bh; local
710 bh = scsi_bios_ptable(bdev);
711 if (bh) {
712 ret = scsi_partsize(bh, capacity,
714 kfree(bh);
/drivers/scsi/
H A Dmegaraid.c2836 unsigned char *bh; local
2867 bh = scsi_bios_ptable(bdev);
2869 if( bh ) {
2870 rval = scsi_partsize(bh, capacity,
2872 kfree(bh);
/drivers/staging/xgifb/
H A Dvb_setmode.c1084 unsigned short temp, bh, bl; local
1086 bh = ah;
1090 temp = bh;
1091 bh = dh;
1099 bl = bh;
1100 bh = temp;
1104 outb((unsigned short) bh, pVBInfo->P3c9);
2241 /* bh: 100000b : clear bit 5, to set bit5 */
/drivers/usb/core/
H A Dhcd.c1697 struct giveback_urb_bh *bh = (struct giveback_urb_bh *)param; local
1700 spin_lock_irq(&bh->lock);
1701 bh->running = true;
1703 list_replace_init(&bh->head, &local_list);
1704 spin_unlock_irq(&bh->lock);
1711 bh->completing_ep = urb->ep;
1713 bh->completing_ep = NULL;
1717 spin_lock_irq(&bh->lock);
1718 if (!list_empty(&bh->head))
1720 bh
1743 struct giveback_urb_bh *bh; local
2414 init_giveback_urb_bh(struct giveback_urb_bh *bh) argument
[all...]
/drivers/usb/gadget/function/
H A Df_mass_storage.c367 struct fsg_buffhd *bh, unsigned int length)
371 bh->bulk_out_intended_length = length;
375 bh->outreq->length = length;
403 smp_wmb(); /* ensure the write of bh->state is complete */
455 struct fsg_buffhd *bh = req->context; local
466 bh->inreq_busy = 0;
467 bh->state = BUF_STATE_EMPTY;
475 struct fsg_buffhd *bh = req->context; local
478 if (req->status || req->actual != bh->bulk_out_intended_length)
480 req->status, req->actual, bh
366 set_bulk_out_req_length(struct fsg_common *common, struct fsg_buffhd *bh, unsigned int length) argument
587 start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
596 start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
635 struct fsg_buffhd *bh; local
766 struct fsg_buffhd *bh; local
983 struct fsg_buffhd *bh = common->next_buffhd_to_fill; local
1080 do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) argument
1105 do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1158 do_read_capacity(struct fsg_common *common, struct fsg_buffhd *bh) argument
1177 do_read_header(struct fsg_common *common, struct fsg_buffhd *bh) argument
1199 do_read_toc(struct fsg_common *common, struct fsg_buffhd *bh) argument
1226 do_mode_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1386 do_read_format_capacities(struct fsg_common *common, struct fsg_buffhd *bh) argument
1403 do_mode_select(struct fsg_common *common, struct fsg_buffhd *bh) argument
1463 struct fsg_buffhd *bh; local
1517 struct fsg_buffhd *bh = common->next_buffhd_to_fill; local
1620 struct fsg_buffhd *bh; local
1820 struct fsg_buffhd *bh; local
2099 received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
2172 struct fsg_buffhd *bh; local
2236 struct fsg_buffhd *bh = &common->buffhds[i]; local
2295 struct fsg_buffhd *bh = &common->buffhds[i]; local
2342 struct fsg_buffhd *bh; local
2695 struct fsg_buffhd *bh = buffhds; local
2706 struct fsg_buffhd *bh, *buffhds; local
[all...]
/drivers/video/fbdev/
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);

Completed in 476 milliseconds