Searched refs:bulk (Results 51 - 75 of 81) sorted by relevance

1234

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo.c84 * ttm_bo_set_bulk_move - update BOs bulk move object
87 * @bulk: bulk move structure
89 * Update the BOs bulk move object, making sure that resources are added/removed
90 * as well. A bulk move allows to move many resource on the LRU at once,
98 struct ttm_lru_bulk_move *bulk)
102 if (bo->bulk_move == bulk)
108 bo->bulk_move = bulk;
97 ttm_bo_set_bulk_move(struct ttm_buffer_object *bo, struct ttm_lru_bulk_move *bulk) argument
/linux-master/net/core/
H A Dpage_pool.c507 const int bulk = PP_ALLOC_CACHE_REFILL; local
513 /* Don't support bulk alloc for high-order pages */
522 memset(&pool->alloc.cache, 0, sizeof(void *) * bulk);
524 nr_pages = alloc_pages_bulk_array_node(gfp, pool->p.nid, bulk,
810 /* Approved for bulk recycling in ptr_ring cache */
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c340 !waiter->bulk_waiter.bulk) {
341 if (waiter->bulk_waiter.bulk) {
344 waiter->bulk_waiter.bulk->userdata = NULL;
/linux-master/drivers/tty/
H A Dsysrq.c1171 bool bulk = false; local
1181 bulk = true;
1185 if (!bulk)
/linux-master/drivers/media/usb/gspca/
H A Dgspca.c332 * bulk message interrupt from the USB device
339 gspca_dbg(gspca_dev, D_PACK, "bulk irq\n");
670 if (!gspca_dev->cam.bulk) { /* isoc */
685 } else { /* bulk */
690 gspca_dbg(gspca_dev, D_STREAM, "bulk bsize:%d\n", bsize);
726 } else { /* bulk */
773 gspca_dev->alt = gspca_dev->cam.bulk ? intf->num_altsetting : 0;
779 xfer = gspca_dev->cam.bulk ? USB_ENDPOINT_XFER_BULK
782 /* if bulk or the subdriver forced an altsetting, get the endpoint */
836 /* clear the bulk endpoin
[all...]
H A Djeilinj.c5 * Supports some Jeilin dual-mode cameras which use bulk transport and
82 * and 0x82 for bulk transfer.
316 cam->bulk = 1;
H A Djl2005bcd.c70 * and 0x82 for bulk data transfer.
404 cam->bulk = 1;
H A Ddtcs033.c107 gspca_dev->cam.bulk = 1;
H A Dtouptek.c529 /* Def need to use bulk transfers */
530 gspca_dev->cam.bulk = 1;
H A Dse401.c300 cam->bulk = 1;
480 /* Sometimes a 1024 bytes garbage bulk packet is send between frames */
488 /* Read header if not already be present from prev bulk pkt */
539 return; /* Discard the rest of the bulk packet !! */
H A Dov534_9.c1449 gspca_dev->cam.bulk = 1;
1636 payload_len = gspca_dev->cam.bulk ? 2048 : 2040;
H A Dov534.c1351 gspca_dev->cam.bulk = 1;
1464 payload_len = gspca_dev->cam.bulk ? 2048 : 2040;
H A Dsq930x.c817 cam->bulk = 1;
1029 /* It sets the exposure if required and restart the bulk transfer. */
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c337 /* isochronous pipes may be used as bulk pipes */
378 r8a66597->bulk--;
384 r8a66597->bulk--;
466 if (r8a66597->bulk >= R8A66597_MAX_NUM_BULK) {
469 "bulk pipe is insufficient\n");
477 info.pipe = R8A66597_BASE_PIPENUM_BULK + r8a66597->bulk;
478 counter = &r8a66597->bulk;
526 r8a66597->bulk++;
H A Dm66592-udc.h487 int bulk; member in struct:m66592
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c1534 u32 bulk = MLX5_GET(alloc_flow_counter_in, local
1538 if (bulk)
1539 bulk = 1 << bulk;
1541 bulk = 128UL * MLX5_GET(alloc_flow_counter_in,
1544 obj->flow_counter_bulk_size = bulk;
/linux-master/drivers/media/usb/dvb-usb/
H A Dvp702x.c410 .bulk = {
H A Dopera1.c541 .bulk = {
H A Daz6027.c1146 .bulk = {
H A Daf9005.c612 err("boot packet bulk message failed: %d (%d/%d)", ret,
622 err("boot packet recv bulk message failed: %d", ret);
1046 .bulk = {
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.h477 struct clk *msm_clk_bulk_get_clock(struct clk_bulk_data *bulk, int count,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c1198 struct ttm_lru_bulk_move *bulk, size_t size,
1314 if (bulk)
1315 ttm_bo_set_bulk_move(&bo->ttm, bulk);
1196 ___xe_bo_create_locked(struct xe_device *xe, struct xe_bo *bo, struct xe_tile *tile, struct dma_resv *resv, struct ttm_lru_bulk_move *bulk, size_t size, u16 cpu_caching, enum ttm_bo_type type, u32 flags) argument
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h469 /* Context data used by the bulk completion handler. */
476 } bulk; member in struct:uvc_streaming
/linux-master/net/sched/
H A Dsch_generic.c291 goto bulk;
295 bulk:
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S261 ! Now select the appropriate bulk transfer code based on relative

Completed in 612 milliseconds

1234