| /drivers/usb/gadget/function/ |
| A D | f_mass_storage.c | 594 bh && smp_load_acquire(&bh->state) >= in sleep_thread() 598 bh && smp_load_acquire(&bh->state) >= in sleep_thread() 914 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write() 1552 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data() 2381 bh->inreq->buf = bh->outreq->buf = bh->buf; in do_set_interface() 2382 bh->inreq->context = bh->outreq->context = bh; in do_set_interface() 2731 kfree(bh->buf); in _fsg_common_free_buffers() 2732 ++bh; in _fsg_common_free_buffers() 2748 bh = buffhds; in fsg_common_set_num_buffers() 2752 bh->next = bh + 1; in fsg_common_set_num_buffers() [all …]
|
| /drivers/scsi/esas2r/ |
| A D | esas2r_flash.c | 247 struct esas2r_boot_header *bh; in fix_bios() local 250 bh = in fix_bios() 281 struct esas2r_boot_header *bh; in fix_efi() local 634 struct esas2r_boot_header *bh; in chk_boot() local 646 if (bh->signature[0] != 'P' in chk_boot() 647 || bh->signature[1] != 'C' in chk_boot() 648 || bh->signature[2] != 'I' in chk_boot() 649 || bh->signature[3] != 'R' in chk_boot() 652 || bh->class_code[2] != 0x01 in chk_boot() 660 return bh->code_type; in chk_boot() [all …]
|
| /drivers/usb/core/ |
| A D | hcd.c | 1687 bh->running = true; in usb_giveback_urb_bh() 1707 if (bh->high_prio) in usb_giveback_urb_bh() 1708 queue_work(system_bh_highpri_wq, &bh->bh); in usb_giveback_urb_bh() 1710 queue_work(system_bh_wq, &bh->bh); in usb_giveback_urb_bh() 1712 bh->running = false; in usb_giveback_urb_bh() 1756 spin_lock(&bh->lock); in usb_hcd_giveback_urb() 1758 running = bh->running; in usb_hcd_giveback_urb() 1759 spin_unlock(&bh->lock); in usb_hcd_giveback_urb() 1764 queue_work(system_bh_highpri_wq, &bh->bh); in usb_hcd_giveback_urb() 1766 queue_work(system_bh_wq, &bh->bh); in usb_hcd_giveback_urb() [all …]
|
| /drivers/md/ |
| A D | md-bitmap.c | 515 while (bh && bh->b_blocknr) { in write_file_page() 517 set_buffer_locked(bh); in write_file_page() 520 bh = bh->b_this_page; in write_file_page() 546 while (bh) { in free_buffers() 548 free_buffer_head(bh); in free_buffers() 549 bh = next; in free_buffers() 575 if (!bh) { in read_file_page() 581 while (bh) { in read_file_page() 585 bh->b_blocknr = 0; in read_file_page() 590 bh->b_blocknr = 0; in read_file_page() [all …]
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | bh.c | 235 struct wfx_dev *wdev = container_of(work, struct wfx_dev, hif.bh); in bh_work() 270 queue_work(wdev->bh_wq, &wdev->hif.bh); in wfx_bh_request_rx() 283 queue_work(wdev->bh_wq, &wdev->hif.bh); in wfx_bh_request_tx() 316 INIT_WORK(&wdev->hif.bh, bh_work); in wfx_bh_register() 323 flush_work(&wdev->hif.bh); in wfx_bh_unregister()
|
| A D | bh.h | 19 struct work_struct bh; member
|
| A D | Makefile | 7 bh.o \
|
| A D | bus_sdio.c | 212 flush_work(&bus->core->hif.bh); in wfx_sdio_suspend()
|
| A D | bus_spi.c | 208 flush_work(&bus->core->hif.bh); in wfx_spi_suspend()
|
| /drivers/video/fbdev/core/ |
| A D | tileblit.c | 80 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in tile_clear_margins() local 82 unsigned int bs = info->var.yres - bh; in tile_clear_margins() 103 if ((int) bh > 0) { in tile_clear_margins() 107 rect.height = (bh + ch - 1) / ch; in tile_clear_margins()
|
| A D | bitblit.c | 210 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in bit_clear_margins() local 212 unsigned int bs = info->var.yres - bh; in bit_clear_margins() 226 if ((int) bh > 0) { in bit_clear_margins() 230 region.height = bh; in bit_clear_margins()
|
| A D | fbcon_ccw.c | 196 unsigned int bh = info->var.xres - (vc->vc_rows*ch); in ccw_clear_margins() local 211 if ((int) bh > 0) { in ccw_clear_margins() 215 region.width = bh; in ccw_clear_margins()
|
| A D | fbcon_cw.c | 179 unsigned int bh = info->var.xres - (vc->vc_rows*ch); in cw_clear_margins() local 194 if ((int) bh > 0) { in cw_clear_margins() 198 region.width = bh; in cw_clear_margins()
|
| A D | fbcon_ud.c | 227 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in ud_clear_margins() local 241 if ((int) bh > 0) { in ud_clear_margins() 244 region.height = bh; in ud_clear_margins()
|
| /drivers/staging/media/atomisp/pci/ |
| A D | ia_css_isp_params.h | 70 struct ia_css_isp_parameter bh; member 117 struct ia_css_isp_parameter bh; member
|
| /drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ |
| A D | ia_css_bh_param.h | 29 u32 bh[ISP_HIST_COMPONENTS][IA_CSS_HMEM_BH_UNIT_SIZE]; member
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_ddp.c | 1313 struct ice_buf_hdr *bh; in ice_dwnld_cfg_bufs_no_lock() local 1324 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs_no_lock() 1328 if (ice_is_buffer_metadata(bh)) in ice_dwnld_cfg_bufs_no_lock() 1331 err = ice_ddp_send_hunk(ctx, bh); in ice_dwnld_cfg_bufs_no_lock() 1591 struct ice_buf_hdr *bh; in ice_dwnld_cfg_bufs() local 1601 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs() 1602 if (ice_is_buffer_metadata(bh)) in ice_dwnld_cfg_bufs() 1777 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i); in ice_update_pkg_no_lock() local 1781 status = ice_aq_update_pkg(hw, bh, le16_to_cpu(bh->data_end), in ice_update_pkg_no_lock()
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmw_surface_cache.h | 203 const u32 bw = desc->blockSize.width, bh = desc->blockSize.height; in vmw_surface_get_pixel_offset() local 207 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in vmw_surface_get_pixel_offset() 209 y / bh * rowstride + in vmw_surface_get_pixel_offset()
|
| /drivers/net/wireless/st/cw1200/ |
| A D | Makefile | 8 bh.o \
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_display.c | 229 uint32_t gob_size, bw, bh, gobs_in_block; in nouveau_check_bl_size() local 239 bh = nouveau_get_height_in_blocks(h, gobs_in_block, drm->client.device.info.family); in nouveau_check_bl_size() 242 bl_size = bw * bh * gobs_in_block * gob_size; in nouveau_check_bl_size() 245 offset, stride, h, gobs_in_block, bw, bh, gob_size, in nouveau_check_bl_size()
|
| /drivers/usb/host/ |
| A D | ehci-hcd.c | 717 int bh; in ehci_irq() local 753 bh = 0; in ehci_irq() 765 bh = 1; in ehci_irq() 856 bh = 0; in ehci_irq() 859 if (bh) in ehci_irq()
|
| /drivers/mtd/nand/raw/ |
| A D | cafe_nand.c | 571 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local 575 bh = b >> 6; in gf4096_mul() 578 ch = gf64_mul(ah ^ al, bh ^ bl) ^ gf64_mul(al, bl); in gf4096_mul() 579 cl = gf64_mul(gf64_mul(ah, bh), 0x21) ^ gf64_mul(al, bl); in gf4096_mul()
|
| /drivers/video/fbdev/ |
| A D | ffb.c | 209 u32 bh; member 503 upa_writel(rect->height, &fbc->bh); in ffb_fillrect() 538 upa_writel(area->height, &fbc->bh); in ffb_copyarea()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76x02_dfs.c | 10 bl, bh, event_exp, power_jmp) \ argument 23 .b_high = bh, \
|
| /drivers/dma/ |
| A D | nbpfaxi.c | 1198 bool bh = false; in nbpf_chan_irq() local 1214 bh = true; in nbpf_chan_irq() 1230 if (bh) in nbpf_chan_irq()
|