Searched refs:phys (Results 126 - 150 of 496) sorted by relevance

1234567891011>>

/drivers/dma/bestcomm/
H A Dsram.c149 void* bcom_sram_alloc(int size, int align, phys_addr_t *phys) argument
160 *phys = bcom_sram->base_phys + offset;
/drivers/input/serio/
H A Daltera_ps2.c101 strlcpy(serio->phys, dev_name(&pdev->dev), sizeof(serio->phys));
H A Dct82c710.c191 snprintf(ct82c710_port->phys, sizeof(ct82c710_port->phys),
H A Dmaceps2.c130 snprintf(serio->phys, sizeof(serio->phys), "mace/serio%d", idx);
/drivers/net/ethernet/dec/tulip/
H A Dtimer.c165 tulip_mdio_read(dev, tp->phys[0], 1),
166 tulip_mdio_read(dev, tp->phys[0], 5));
/drivers/phy/
H A Dphy-miphy365x.c152 struct miphy365x_phy **phys; member in struct:miphy365x_dev
506 if (phynode == miphy_dev->phys[index]->phy->dev.of_node) {
507 miphy_phy = miphy_dev->phys[index];
569 miphy_dev->phys = devm_kzalloc(&pdev->dev, sizeof(phy) * chancount,
571 if (!miphy_dev->phys)
594 miphy_dev->phys[port] = miphy_phy;
602 miphy_dev->phys[port]->phy = phy;
608 phy_set_drvdata(phy, miphy_dev->phys[port]);
/drivers/staging/nvec/
H A Dnvec_ps2.c121 strlcpy(ser_dev->phys, "nvec", sizeof(ser_dev->phys));
/drivers/scsi/lpfc/
H A Dlpfc_bsg.c142 lpfc_mbuf_free(phba, mlast->virt, mlast->phys);
146 lpfc_mbuf_free(phba, mlist->virt, mlist->phys);
180 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys));
200 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys));
201 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys));
361 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
435 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys);
464 cmd->un.genreq64.bdl.addrHigh = putPaddrHigh(bmp->phys);
465 cmd->un.genreq64.bdl.addrLow = putPaddrLow(bmp->phys);
535 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
[all...]
/drivers/dma/ppc4xx/
H A Dadma.h123 * @phys: hardware address of the hardware descriptor chain
147 dma_addr_t phys; member in struct:ppc440spe_adma_desc_slot
/drivers/input/
H A Devbug.c72 dev->phys ?: "unknown");
/drivers/input/keyboard/
H A Dlocomokbd.c76 char phys[32]; member in struct:locomokbd
274 strcpy(locomokbd->phys, "locomokbd/input0");
277 input_dev->phys = locomokbd->phys;
/drivers/input/misc/
H A Dtwl4030-pwrbutton.c70 pwr->phys = "twl4030_pwrbutton/input0";
H A Duinput.c235 const char *name, *phys; local
243 phys = dev->phys;
251 kfree(phys);
711 char *phys; local
786 phys = strndup_user(p, 1024);
787 if (IS_ERR(phys)) {
788 retval = PTR_ERR(phys);
792 kfree(udev->dev->phys);
793 udev->dev->phys
[all...]
/drivers/mtd/maps/
H A Dcfi_flagadm.c96 flagadm_map.phys = FLASH_PHYS_ADDR;
H A Dtsunami_flash.c64 .phys = NO_XIP,
/drivers/sfi/
H A Dsfi_core.c98 static void __iomem * __ref sfi_map_memory(u64 phys, u32 size) argument
100 if (!phys || !size)
104 return ioremap_cache(phys, size);
106 return early_ioremap(phys, size);
/drivers/input/joystick/
H A Dsidewinder.c118 char phys[4][32]; member in struct:sw
436 " - going to reinitialize.\n", sw->gameport->phys);
462 " - enabling optimization again.\n", sw->gameport->phys);
475 " - disabling optimization.\n", sw->gameport->phys);
483 " - reinitializing joystick.\n", sw->gameport->phys);
616 gameport->phys, gameport->io, gameport->speed);
715 "on %s, contact <vojtech@ucw.cz>\n", gameport->phys);
738 snprintf(sw->phys[i], sizeof(sw->phys[i]),
739 "%s/input%d", gameport->phys,
[all...]
/drivers/message/i2o/
H A Dmemory.c196 addr->virt = dma_alloc_coherent(dev, len, &addr->phys, GFP_KERNEL);
224 if (addr->phys)
226 addr->phys);
/drivers/net/ethernet/3com/
H A D3c574_cs.c200 unsigned char phys; /* MII device address */ member in struct:el3_private
401 lp->phys = phy & 0x1f;
414 i = mdio_read(ioaddr, lp->phys, 16) | 0x40;
415 mdio_write(ioaddr, lp->phys, 16, i);
416 lp->advertising = mdio_read(ioaddr, lp->phys, 4);
420 mdio_write(ioaddr, lp->phys, 4, lp->advertising);
650 mdio_write(ioaddr, lp->phys, 4, lp->advertising);
653 i = mdio_read(ioaddr, lp->phys, 16) | 0x20;
654 mdio_write(ioaddr, lp->phys, 16, i);
895 media = mdio_read(ioaddr, lp->phys,
[all...]
/drivers/sh/intc/
H A Daccess.c23 if (address < window->phys)
26 if (address >= (window->phys + window->size))
29 address -= window->phys;
35 /* no windows defined, register must be 1:1 mapped virt:phys */
/drivers/input/touchscreen/
H A Dintel-mid-touch.c100 char phys[32]; member in struct:mrstouch_dev
601 snprintf(tsdev->phys, sizeof(tsdev->phys),
611 input->phys = tsdev->phys;
H A Dtsc2007.c71 char phys[32]; member in struct:tsc2007
410 snprintf(ts->phys, sizeof(ts->phys),
414 input_dev->phys = ts->phys;
/drivers/hid/
H A Duhid.c371 __u8 phys[64]; member in struct:uhid_create_req_compat
418 memcpy(event->u.create.phys, compat->phys,
419 sizeof(compat->phys));
484 len = min(sizeof(hid->phys), sizeof(ev->u.create2.phys)) - 1;
485 strncpy(hid->phys, ev->u.create2.phys, len);
533 memcpy(ev->u.create2.phys, orig.phys, sizeo
[all...]
/drivers/video/fbdev/vermilion/
H A Dvermilion.c110 va->phys = virt_to_phys((void *)va->logical);
134 va->size, va->phys);
169 va->size, va->phys);
222 vinfo->vram_start = va->phys;
231 if (va->phys + va->size == va2->phys ||
232 va2->phys + va2->size == va->phys) {
240 if (va->phys < vinfo->vram_start) {
241 vinfo->vram_start = va->phys;
[all...]
/drivers/input/gameport/
H A Dgameport.c232 gameport->phys, gameport->name,
250 gameport->phys, gameport->name, error);
520 vsnprintf(gameport->phys, sizeof(gameport->phys), fmt, args);
569 gameport->name, gameport->phys, gameport->io, gameport->speed);
572 gameport->name, gameport->phys, gameport->speed);
578 gameport->phys, gameport->name, error);

Completed in 614 milliseconds

1234567891011>>