Searched refs:phys (Results 276 - 300 of 496) sorted by relevance

<<11121314151617181920

/drivers/input/serio/
H A Di8042.c1222 strlcpy(serio->phys, I8042_KBD_PHYS_DESC, sizeof(serio->phys));
1250 strlcpy(serio->phys, I8042_AUX_PHYS_DESC, sizeof(serio->phys));
1256 snprintf(serio->phys, sizeof(serio->phys), I8042_MUX_PHYS_DESC, idx + 1);
H A Dserio_raw.c341 serio->phys);
346 serio->phys, serio_raw->name, serio_raw->dev.minor);
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c411 dma_addr_t phys; local
413 phys = dd->physshadow[ctxttid + tid];
421 pci_unmap_page(dd->pcidev, phys, PAGE_SIZE,
525 dma_addr_t phys; local
529 phys = dd->physshadow[ctxttid + tid];
536 pci_unmap_page(dd->pcidev, phys, PAGE_SIZE,
767 unsigned long phys; local
783 phys = dd->physaddr + ureg;
788 phys >> PAGE_SHIFT,
800 unsigned long phys; local
1789 dma_addr_t phys; local
[all...]
/drivers/scsi/isci/
H A Dhost.c96 * before allowing another set of phys to consume power. Ultimately, this will
334 iphy = &ihost->phys[index];
346 iphy = &ihost->phys[index];
452 iphy = &ihost->phys[index];
695 * to the number of phys divided by the number phys allowed
829 * We move into the ready state, because some of the phys/ports
866 struct isci_phy *iphy = &ihost->phys[i];
870 * mpc mode we only need to check phys that have
898 * If all the phys hav
[all...]
/drivers/net/ethernet/dlink/
H A Dsundance.c415 unsigned char phys[MII_CNT]; /* MII device addresses, only first one used. */ member in struct:netdev_private
593 np->phys[0] = 1; /* Default setting */
597 * It seems some phys doesn't deal well with address 0 being accessed
611 np->phys[phy_idx++] = phyx;
628 np->mii_if.phy_id = np->phys[0];
669 mdio_write (dev, np->phys[0], MII_BMCR, BMCR_RESET);
673 mdio_write (dev, np->phys[0], MII_ADVERTISE, np->mii_if.advertising | 0x0400);
674 mdio_write (dev, np->phys[0], MII_BMCR, BMCR_ANENABLE|BMCR_ANRESTART);
680 mdio_write (dev, np->phys[0], MII_BMCR, mii_ctl);
835 phy_id = np->phys[
[all...]
/drivers/dma/
H A Dintel_mid_dma.c822 pci_pool_free(mid->dma_pool, desc, desc->txd.phys);
826 pci_pool_free(mid->dma_pool, desc, desc->txd.phys);
830 pci_pool_free(mid->dma_pool, desc, desc->txd.phys);
853 dma_addr_t phys; local
877 desc = pci_pool_alloc(mid->dma_pool, GFP_KERNEL, &phys);
887 desc->txd.phys = phys;
H A Dmv_xor.c205 mv_chan_set_next_descriptor(mv_chan, sw_desc->async_tx.phys);
305 if (iter->async_tx.phys == current_desc) {
420 &old_chain_tail->async_tx.phys);
423 mv_desc_set_next_desc(old_chain_tail, sw_desc->async_tx.phys);
432 if (current_desc == old_chain_tail->async_tx.phys)
473 slot->async_tx.phys = dma_desc + idx * MV_XOR_SLOT_SIZE;
/drivers/input/joystick/
H A Dxpad.c341 char phys[64]; /* physical device path */ member in struct:usb_xpad
1068 usb_make_path(udev, xpad->phys, sizeof(xpad->phys));
1069 strlcat(xpad->phys, "/input0", sizeof(xpad->phys));
1072 input_dev->phys = xpad->phys;
H A Ddb9.c110 char phys[DB9_MAX_DEVICES][32]; member in struct:db9
617 snprintf(db9->phys[i], sizeof(db9->phys[i]),
621 input_dev->phys = db9->phys[i];
H A Dgamecon.c86 char phys[32]; member in struct:gc_pad
834 snprintf(pad->phys, sizeof(pad->phys),
838 input_dev->phys = pad->phys;
/drivers/input/touchscreen/
H A Dusbtouchscreen.c116 char phys[64]; member in struct:usbtouch_usb
1618 usb_make_path(udev, usbtouch->phys, sizeof(usbtouch->phys));
1619 strlcat(usbtouch->phys, "/input0", sizeof(usbtouch->phys));
1622 input_dev->phys = usbtouch->phys;
H A Dad7877.c172 char phys[32]; member in struct:ad7877
736 snprintf(ts->phys, sizeof(ts->phys), "%s/input0", dev_name(&spi->dev));
739 input_dev->phys = ts->phys;
H A Dzforce_ts.c120 char phys[32]; member in struct:zforce_ts
806 snprintf(ts->phys, sizeof(ts->phys),
823 input_dev->phys = ts->phys;
/drivers/spi/
H A Dspi-omap2-mcspi.c139 unsigned long phys; member in struct:omap2_mcspi
150 unsigned long phys; member in struct:omap2_mcspi_cs
587 cfg.src_addr = cs->phys + OMAP2_MCSPI_RX0;
588 cfg.dst_addr = cs->phys + OMAP2_MCSPI_TX0;
1004 cs->phys = mcspi->phys + spi->chip_select * 0x14;
1385 mcspi->phys = r->start;
/drivers/input/keyboard/
H A Dlm8323.c153 char phys[32]; member in struct:lm8323_chip
715 snprintf(lm->phys, sizeof(lm->phys),
717 idev->phys = lm->phys;
/drivers/input/misc/
H A Dadxl34x.c198 char phys[32]; member in struct:adxl34x
749 snprintf(ac->phys, sizeof(ac->phys), "%s/input0", dev_name(dev));
751 input_dev->phys = ac->phys;
/drivers/iommu/
H A Dexynos-iommu.c1126 phys_addr_t phys = 0; local
1133 phys = section_phys(entry) + section_offs(iova);
1138 phys = lpage_phys(entry) + lpage_offs(iova);
1140 phys = spage_phys(entry) + spage_offs(iova);
1145 return phys;
/drivers/pinctrl/
H A Dpinctrl-tegra-xusb.c100 struct phy *phys[2]; member in struct:tegra_xusb_padctl
683 if (index >= ARRAY_SIZE(padctl->phys))
686 return padctl->phys[index];
919 padctl->phys[TEGRA_XUSB_PADCTL_PCIE] = phy;
928 padctl->phys[TEGRA_XUSB_PADCTL_SATA] = phy;
/drivers/gpu/drm/nouveau/core/subdev/vm/
H A Dbase.c47 u64 phys = (u64)r->offset << 12; local
58 vmm->map(vma, pgt, node, pte, len, phys, delta);
63 phys += len << (bits + 12);
/drivers/sh/clk/
H A Dcore.c367 if (!mapping->base && mapping->phys) {
370 mapping->base = ioremap_nocache(mapping->phys, mapping->len);
383 clk->mapped_reg += (phys_addr_t)clk->enable_reg - clk->mapping->phys;
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h195 static inline int mga_ioremap(unsigned long phys, unsigned long size, int flags, vaddr_t* virt) { argument
197 virt->vaddr = ioremap_nocache(phys, size);
199 virt->vaddr = ioremap(phys, size);
/drivers/hid/usbhid/
H A Dhid-core.c1324 usb_make_path(dev, hid->phys, sizeof(hid->phys));
1325 strlcat(hid->phys, "/input", sizeof(hid->phys));
1326 len = strlen(hid->phys);
1327 if (len < sizeof(hid->phys) - 1)
1328 snprintf(hid->phys + len, sizeof(hid->phys) - len,
/drivers/message/i2o/
H A Dexec-osm.c411 msg->body[3] = cpu_to_le32(c->dlct.phys);
563 msg->body[3] = cpu_to_le32(c->dlct.phys);
/drivers/ata/
H A Dahci.h341 struct phy **phys; member in struct:ahci_host_priv
/drivers/char/agp/
H A Dagp.h214 dma_addr_t phys, int type);

Completed in 509 milliseconds

<<11121314151617181920