Searched refs:phys (Results 101 - 125 of 496) sorted by relevance

1234567891011>>

/drivers/hid/usbhid/
H A Dusbkbd.c81 * @phys: Physical path of the keyboard. @dev's phys field points to this
100 char phys[64]; member in struct:usb_kbd
324 usb_make_path(dev, kbd->phys, sizeof(kbd->phys));
325 strlcat(kbd->phys, "/input0", sizeof(kbd->phys));
328 input_dev->phys = kbd->phys;
/drivers/input/joystick/
H A Dtmdc.c114 char phys[32]; member in struct:tmdc_port
129 char phys[2][32];
316 snprintf(port->phys, sizeof(port->phys), "%s/input%d", tmdc->gameport->phys, i);
321 input_dev->phys = port->phys;
H A Dturbografx.c81 char phys[TGFX_MAX_DEVICES][32]; member in struct:tgfx
215 snprintf(tgfx->phys[i], sizeof(tgfx->phys[i]),
219 input_dev->phys = tgfx->phys[i];
H A Dgrip.c60 char phys[2][32]; member in struct:grip
354 snprintf(grip->phys[i], sizeof(grip->phys[i]),
355 "%s/input%d", gameport->phys, i);
358 input_dev->phys = grip->phys[i];
/drivers/input/misc/
H A Dpowermate.c76 char phys[64]; member in struct:powermate_device
339 usb_make_path(udev, pm->phys, sizeof(pm->phys));
340 strlcat(pm->phys, "/input0", sizeof(pm->phys));
357 input_dev->phys = pm->phys;
H A Dxen-kbdfront.c41 char phys[32]; member in struct:xenkbd_info
124 snprintf(info->phys, sizeof(info->phys), "xenbus/%s", dev->nodename);
140 kbd->phys = info->phys;
164 ptr->phys = info->phys;
/drivers/input/mouse/
H A Dsynaptics_usb.c88 char phys[64]; member in struct:synusb
368 usb_make_path(udev, synusb->phys, sizeof(synusb->phys));
369 strlcat(synusb->phys, "/input0", sizeof(synusb->phys));
372 input_dev->phys = synusb->phys;
/drivers/input/tablet/
H A Dhanwang.c78 char phys[32]; member in struct:hanwang
371 usb_make_path(dev, hanwang->phys, sizeof(hanwang->phys));
372 strlcat(hanwang->phys, "/input0", sizeof(hanwang->phys));
376 input_dev->phys = hanwang->phys;
H A Dwacom_serial4.c181 char phys[32]; member in struct:wacom
536 snprintf(wacom->phys, sizeof(wacom->phys), "%s/input0", serio->phys);
537 input_dev->phys = wacom->phys;
/drivers/input/touchscreen/
H A Dsur40.c135 char phys[64]; member in struct:sur40_state
392 usb_make_path(usbdev, sur40->phys, sizeof(sur40->phys));
393 strlcat(sur40->phys, "/input0", sizeof(sur40->phys));
394 poll_dev->input->phys = sur40->phys;
/drivers/platform/x86/
H A Dfujitsu-tablet.c174 char phys[21]; member in struct:__anon4836
234 const char *phys)
245 idev->phys = phys;
473 snprintf(fujitsu.phys, sizeof(fujitsu.phys),
477 acpi_device_name(adev), fujitsu.phys);
233 input_fujitsu_setup(struct device *parent, const char *name, const char *phys) argument
/drivers/acpi/
H A Dbutton.c105 char phys[32]; /* for input device */ member in struct:acpi_button
397 snprintf(button->phys, sizeof(button->phys), "%s/button/input0", hid);
400 input->phys = button->phys;
/drivers/gpu/host1x/
H A Dcdma.c54 if (pb->phys != 0)
56 pb->mapped, pb->phys);
59 pb->phys = 0;
71 pb->phys = 0;
80 &pb->phys, GFP_KERNEL);
/drivers/phy/
H A Dphy-sun4i-usb.c76 } phys[MAX_PHYS]; member in struct:sun4i_usb_phy_data
80 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index])
219 return data->phys[args->args[0]].phy;
260 struct sun4i_usb_phy *phy = data->phys + i;
305 phy_set_drvdata(phy->phy, &data->phys[i]);
H A Dphy-exynos5-usbdrd.c152 * @phys[]: array for 'EXYNOS5_DRDPHYS_NUM' number of PHY
171 } phys[EXYNOS5_DRDPHYS_NUM]; member in struct:exynos5_usbdrd_phy
181 phys[(inst)->index]);
498 return phy_drd->phys[args->args[0]].phy;
647 phy_drd->phys[i].phy = phy;
648 phy_drd->phys[i].index = i;
649 phy_drd->phys[i].reg_pmu = reg_pmu;
650 phy_drd->phys[i].pmu_offset = pmu_offset;
651 phy_drd->phys[i].phy_cfg = &drv_data->phy_cfg[i];
652 phy_set_drvdata(phy, &phy_drd->phys[
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1709 u32 phys; local
1724 phys = np->squeue_ba;
1727 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4);
1729 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);
1739 phys = np->dqueue_ba;
1742 np->dqueue[i+1] = cpu_to_scr(phys + (i+2)*4);
1744 np->dqueue[MAX_QUEUE*2-1] = cpu_to_scr(phys);
1914 phys = SCRIPTA_BA(np, init);
1921 phys = scr_to_cpu(np->scr_ram_seg);
1922 OUTL(np, nc_mmws, phys);
[all...]
H A Dsym_hipd.h611 #define host_xflags phys.head.status[0]
612 #define host_status phys.head.status[1]
613 #define ssss_status phys.head.status[2]
614 #define host_flags phys.head.status[3]
680 cp->phys.head.lastp = cpu_to_scr(dp); \
686 cp->phys.head.lastp : np->ccb_head.lastp)
690 cp->phys.head.lastp = cpu_to_scr(dp); \
693 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp)
740 struct sym_dsb phys; member in struct:sym_ccb
/drivers/dma/
H A Dtxx9dmac.c206 desc->txd.phys = dma_map_single(chan2parent(&dc->chan), &desc->hwdesc,
252 child->txd.phys, ddev->descsize,
255 desc->txd.phys, ddev->descsize,
371 channel64_write_CHAR(dc, first->txd.phys);
392 channel32_writel(dc, CHAR, first->txd.phys);
394 channel32_writel(dc, CHAR, first->txd.phys);
441 desc_write_CHAR(dc, prev, desc->txd.phys);
443 prev->txd.phys, ddev->descsize,
785 desc_write_CHAR(dc, prev, desc->txd.phys);
787 prev->txd.phys, dde
[all...]
/drivers/net/wan/
H A Dixp4xx_hss.c573 static inline void debug_desc(u32 phys, struct desc *desc) argument
577 phys, desc->next, desc->buf_len, desc->pkt_len,
585 u32 phys, tab_phys, n_desc; local
588 if (!(phys = qmgr_get_entry(queue)))
591 BUG_ON(phys & 0x1F);
594 n_desc = (phys - tab_phys) / sizeof(struct desc);
596 debug_desc(phys, &tab[n_desc]);
601 static inline void queue_put_desc(unsigned int queue, u32 phys, argument
604 debug_desc(phys, desc);
605 BUG_ON(phys
672 u32 phys; local
836 u32 phys; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_mbox.c83 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
96 mb->un.varWords[3] = putPaddrLow(mp->phys);
97 mb->un.varWords[4] = putPaddrHigh(mp->phys);
301 mb->un.varReadTop.lilpBde64.addrHigh = putPaddrHigh(mp->phys);
302 mb->un.varReadTop.lilpBde64.addrLow = putPaddrLow(mp->phys);
600 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
612 mb->un.varRdSparm.un.sp64.addrHigh = putPaddrHigh(mp->phys);
613 mb->un.varRdSparm.un.sp64.addrLow = putPaddrLow(mp->phys);
753 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
774 mb->un.varRegLogin.un.sp64.addrHigh = putPaddrHigh(mp->phys);
2127 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) argument
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dmedia.c316 tp->phys[phy_num]);
317 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise);
407 bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
408 lpa = tulip_mdio_read(dev, tp->phys[0], MII_LPA);
415 int new_bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
442 tp->phys[0], lpa);
460 for (phyn = 1; phyn <= 32 && phy_idx < ARRAY_SIZE(tp->phys); phyn++) {
495 tp->phys[phy_idx++] = phy;
533 /* some phys need the ANE switch to
537 * confuse the sane phys
[all...]
/drivers/message/i2o/
H A Diop.c455 msg->body[3] = cpu_to_le32(i2o_dma_low(c->status.phys));
456 msg->body[4] = cpu_to_le32(i2o_dma_high(c->status.phys));
469 m = c->out_queue.phys;
517 msg->body[2] = cpu_to_le32(i2o_dma_low(c->status.phys));
518 msg->body[3] = cpu_to_le32(i2o_dma_high(c->status.phys));
718 i2o_systab.phys = dma_map_single(dev, i2o_systab.virt, i2o_systab.len,
720 if (!i2o_systab.phys) {
739 msg->body[3] = cpu_to_le32(i2o_systab.phys);
747 dma_unmap_single(dev, i2o_systab.phys, i2o_systab.len,
884 i2o_dma_low(c->base.phys
[all...]
/drivers/media/rc/
H A Dstreamzap.c104 char phys[64]; member in struct:streamzap_ir
303 usb_make_path(sz->usbdev, sz->phys, sizeof(sz->phys));
304 strlcat(sz->phys, "/input0", sizeof(sz->phys));
307 rdev->input_phys = sz->phys;
/drivers/media/usb/tm6000/
H A Dtm6000-input.c62 char phys[32]; member in struct:tm6000_IR
464 usb_make_path(dev->udev, ir->phys, sizeof(ir->phys));
465 strlcat(ir->phys, "/input0", sizeof(ir->phys));
471 rc->input_phys = ir->phys;
/drivers/dma/ioat/
H A Ddma_v2.c117 ioat2_set_chainaddr(ioat, desc->txd.phys);
159 if (tx->phys == phys_complete)
219 ioat2_set_chainaddr(ioat, desc->txd.phys);
447 dma_addr_t phys; local
450 hw = pci_pool_alloc(dma->dma_pool, flags, &phys);
457 pci_pool_free(dma->dma_pool, hw, phys);
464 desc->txd.phys = phys;
473 pci_pool_free(dma->dma_pool, desc->hw, desc->txd.phys);
506 hw->next = next->txd.phys;
[all...]

Completed in 664 milliseconds

1234567891011>>