Searched defs:mapped (Results 1 - 25 of 27) sorted by relevance

12

/drivers/usb/gadget/
H A Dudc-core.c60 int mapped; local
62 mapped = dma_map_sg(&gadget->dev, req->sg, req->num_sgs,
64 if (mapped == 0) {
69 req->num_mapped_sgs = mapped;
H A Dnet2280.h130 unsigned mapped : 1, member in struct:net2280_request
H A Dlangwell_udc.h135 unsigned mapped:1; member in struct:langwell_request
H A Domap_udc.h135 unsigned mapped:1; member in struct:omap_req
H A Datmel_usba_udc.h220 * REVISIT: Try to eliminate this value. Can we rely on req->mapped to
311 unsigned int mapped:1; member in struct:usba_request
H A Dgoku_udc.h230 unsigned mapped:1; member in struct:goku_request
H A Dmv_udc.h252 unsigned mapped:1; member in struct:mv_req
H A Ds3c-hsotg.c135 * @regs: The memory area mapped for accessing registers.
178 * @mapped: DMA buffer for this request has been mapped via dma_map_single().
184 unsigned char mapped; member in struct:s3c_hsotg_req
432 if (hs_req->mapped) {
433 /* we mapped this, so unmap and remove the dma */
438 hs_req->mapped = 0;
837 hs_req->mapped = 1;
841 hs_req->mapped = 0;
H A Dfsl_qe_udc.h262 unsigned mapped:1; member in struct:qe_req
H A Dfsl_usb2_udc.h439 unsigned mapped:1; member in struct:fsl_req
/drivers/sh/intc/
H A Dvirq.c146 struct intc_map_entry *mapped; local
151 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id);
152 if (!mapped) {
157 pirq = mapped - intc_irq_xlate;
/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c7 * space that can be directly mapped to any MPU buffer or memory region
58 u32 mapped:1; member in struct:map_page
198 * will be mapped in the DSP/IVA's address space. DMM returns an error if a
210 * be mapped */
213 /* Mark the region 'mapped', leave the 'reserved' info as-is */
214 chunk->mapped = true;
251 node[rsv_size].mapped = false;
259 node->mapped = false;
281 * Remove the mapped block from the reserved chunk.
297 chunk->mapped
[all...]
/drivers/firmware/
H A Ddmi-sysfs.c63 * mapped in. Use in conjunction with dmi_sysfs_specialize_attr_ops.
380 u8 __iomem *mapped; local
383 mapped = ioremap(sel->access_method_address, sel->area_length);
384 if (!mapped)
389 *(buf++) = readb(mapped + pos++);
393 iounmap(mapped);
/drivers/net/ethernet/i825xx/
H A Dni52.c189 char __iomem *mapped; member in struct:priv
320 p->mapped = ioremap(dev->mem_start, size);
321 if (!p->mapped)
324 p->base = p->mapped + size - 0x01000000;
325 p->memtop = p->mapped + size;
327 p->scb = (struct scb_struct __iomem *) p->mapped;
338 if (!check_iscp(dev, p->mapped))
344 iounmap(p->mapped);
435 iounmap(p->mapped);
564 iounmap(priv->mapped);
[all...]
/drivers/video/
H A Dmxsfb.c168 int mapped; member in struct:mxsfb_info
718 host->mapped = 1;
743 if (host->mapped) {
/drivers/mtd/
H A Dmtdswap.c1073 unsigned int newblock, mapped; local
1090 mapped = d->page_data[page];
1091 if (mapped <= BLOCK_MAX) {
1092 eb = d->eb_data + (mapped / d->pages_per_eblk);
1096 d->revmap[mapped] = PAGE_UNDEF;
1197 unsigned int mapped; local
1202 mapped = d->page_data[page];
1203 if (mapped <= BLOCK_MAX) {
1204 eb = d->eb_data + (mapped / d->pages_per_eblk);
1208 d->revmap[mapped]
1226 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c666 int mapped; local
680 * then the mapped country is the srom regulatory rev.
685 mapped = 0;
688 mapped =
1032 /* if regrev is -1, lookup the mapped country code,
/drivers/scsi/
H A Dhptiop.h219 int mapped; member in struct:hpt_scsi_pointer
/drivers/staging/media/go7007/
H A Dgo7007-priv.h132 int mapped; member in struct:go7007_buffer
/drivers/md/
H A Ddm-thin.c370 * new mapping could free the old block that the read bios are mapped to.
2552 ti->error = "Couldn't get pool mapped device";
2655 * <nr mapped sectors> <highest mapped sector>
2662 dm_block_t mapped, highest; local
2671 r = dm_thin_get_mapped_count(tc->td, &mapped);
2679 DMEMIT("%llu ", mapped * tc->pool->sectors_per_block);
H A Ddm.c864 static void dm_done(struct request *clone, int error, bool mapped) argument
870 if (mapped && rq_end_io)
893 bool mapped = true; local
898 mapped = false;
900 dm_done(clone, tio->error, mapped);
918 * Complete the not-mapped clone and the original request with the error status
2201 DMWARN("Cannot initialize queue for request-based mapped device");
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c1269 struct tx_ring_desc *tx_ring_desc, int mapped)
1272 for (i = 0; i < mapped; i++) {
1273 if (i == 0 || (i == 7 && mapped > 7)) {
1387 * that remain to be mapped times the length
1419 /* Save the number of segments we've mapped. */
1429 * we pass in the number of frags that mapped successfully
1268 ql_unmap_send(struct ql_adapter *qdev, struct tx_ring_desc *tx_ring_desc, int mapped) argument
/drivers/video/console/
H A Dfbcon.c843 * If old fb is not mapped to any of the consoles,
3499 int i, j, mapped; local
3510 mapped = 0;
3523 mapped = 1;
3526 if (mapped) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h480 bool mapped; member in struct:pch_gbe_buffer
/drivers/usb/dwc3/
H A Dcore.h528 unsigned mapped:1; member in struct:dwc3_request

Completed in 639 milliseconds

12