Searched refs:phys (Results 26 - 50 of 496) sorted by relevance

1234567891011>>

/drivers/input/touchscreen/
H A Dfujitsu_ts.c36 char phys[32]; member in struct:fujitsu
115 snprintf(fujitsu->phys, sizeof(fujitsu->phys),
116 "%s/input0", serio->phys);
119 input_dev->phys = fujitsu->phys;
H A Dgunze.c57 char phys[32]; member in struct:gunze
128 snprintf(gunze->phys, sizeof(serio->phys), "%s/input0", serio->phys);
131 input_dev->phys = gunze->phys;
H A Dhampshire.c59 char phys[32]; member in struct:hampshire
126 snprintf(phampshire->phys, sizeof(phampshire->phys),
127 "%s/input0", serio->phys);
130 input_dev->phys = phampshire->phys;
H A Dinexio.c62 char phys[32]; member in struct:inexio
131 snprintf(pinexio->phys, sizeof(pinexio->phys), "%s/input0", serio->phys);
134 input_dev->phys = pinexio->phys;
H A Dmtouch.c62 char phys[32]; member in struct:mtouch
144 snprintf(mtouch->phys, sizeof(mtouch->phys), "%s/input0", serio->phys);
147 input_dev->phys = mtouch->phys;
H A Dtouchit213.c83 char phys[32]; member in struct:touchit213
155 snprintf(touchit213->phys, sizeof(touchit213->phys),
156 "%s/input0", serio->phys);
159 input_dev->phys = touchit213->phys;
H A Dtouchright.c54 char phys[32]; member in struct:tr
118 snprintf(tr->phys, sizeof(tr->phys), "%s/input0", serio->phys);
121 input_dev->phys = tr->phys;
H A Dtouchwin.c58 char phys[32]; member in struct:tw
125 snprintf(tw->phys, sizeof(tw->phys), "%s/input0", serio->phys);
128 input_dev->phys = tw->phys;
H A Dtsc40.c21 char phys[32]; member in struct:tsc_ser
95 snprintf(ptsc->phys, sizeof(ptsc->phys), "%s/input0", serio->phys);
98 input_dev->phys = ptsc->phys;
/drivers/phy/
H A Dphy-exynos-mipi-video.c45 } phys[EXYNOS_MIPI_PHYS_NUM]; member in struct:exynos_mipi_video_phy
82 container_of((desc), struct exynos_mipi_video_phy, phys[(desc)->index]);
108 return state->phys[args->args[0]].phy;
146 state->phys[i].phy = phy;
147 state->phys[i].index = i;
148 phy_set_drvdata(phy, &state->phys[i]);
/drivers/mtd/maps/
H A Dnetsc520.c86 .phys = WINDOW_ADDR,
97 (unsigned long long)netsc520_map.phys);
98 netsc520_map.virt = ioremap_nocache(netsc520_map.phys, netsc520_map.size);
H A Dts5500_flash.c43 .phys = WINDOW_ADDR
72 ts5500_map.virt = ioremap_nocache(ts5500_map.phys, ts5500_map.size);
/drivers/isdn/hardware/eicon/
H A Ddiva_dma.h31 int nr, void *virt, dword phys,
H A Ddiva_dma.c59 int nr, void *virt, dword phys,
61 pmap[nr].phys_bus_addr = phys;
58 diva_init_dma_map_entry(struct _diva_dma_map_entry *pmap, int nr, void *virt, dword phys, void *addr_handle) argument
/drivers/media/common/siano/
H A Dsmsir.h40 char phys[32]; member in struct:ir_t
/drivers/scsi/lpfc/
H A Dlpfc_mem.c124 GFP_KERNEL, &pool->elements[i].phys);
194 pool->elements[i].phys);
254 pool->elements[i].phys);
302 lpfc_mbuf_free(phba, mp->virt, mp->phys);
312 lpfc_mbuf_free(phba, mp->virt, mp->phys);
326 lpfc_mbuf_free(phba, mp->virt, mp->phys);
374 *handle = pool->elements[pool->current_count].phys;
401 pool->elements[pool->current_count].phys = dma;
456 &hbqbp->dbuf.phys);
480 pci_pool_free(phba->lpfc_hbq_pool, hbqbp->dbuf.virt, hbqbp->dbuf.phys);
[all...]
/drivers/thunderbolt/
H A Dnhi_regs.h34 u64 phys; member in struct:ring_desc
/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h318 offsetof (struct sym_ccb, phys.head.status),
468 offsetof (struct sym_ccb, phys.head.lastp),
527 offsetof (struct sym_ccb, phys.head.lastp),
559 offsetof (struct sym_ccb, phys.head.lastp),
575 offsetof (struct sym_ccb, phys.head.lastp),
667 offsetof (struct sym_ccb, phys.head.status),
677 offsetof (struct sym_ccb, phys.head.status),
753 offsetof (struct sym_ccb, phys.head.lastp),
755 offsetof (struct sym_ccb, phys.head.savep),
775 offsetof (struct sym_ccb, phys
[all...]
/drivers/input/joystick/
H A Dguillemot.c73 char phys[32]; member in struct:guillemot
214 gameport->phys, data[12], data[13], data[11], data[14], data[15]);
222 snprintf(guillemot->phys, sizeof(guillemot->phys), "%s/input0", gameport->phys);
226 input_dev->phys = guillemot->phys;
268 printk(KERN_INFO "guillemot.c: Failed %d reads out of %d on %s\n", guillemot->reads, guillemot->bads, guillemot->phys);
/drivers/net/phy/
H A Dfixed.c31 struct list_head phys; member in struct:fixed_mdio_bus
45 .phys = LIST_HEAD_INIT(platform_fmb.phys),
138 list_for_each_entry(fp, &fmb->phys, node) {
174 list_for_each_entry(fp, &fmb->phys, node) {
208 list_add_tail(&fp->node, &fmb->phys);
223 list_for_each_entry_safe(fp, tmp, &fmb->phys, node) {
327 list_for_each_entry_safe(fp, tmp, &fmb->phys, node) {
/drivers/scsi/aacraid/
H A Dcomminit.c58 dma_addr_t phys; local
68 base = pci_alloc_consistent(dev->pdev, size, &phys);
76 dev->comm_phys = phys;
82 dev->host_rrq_pa = phys + fibsize;
87 dev->init_pa = phys + fibsize + host_rrq_size;
104 init->AdapterFibsPhysicalAddress = cpu_to_le32((u32)phys);
151 phys = (dma_addr_t)((ulong)phys + fibsize + host_rrq_size +
159 phys = phys
[all...]
/drivers/platform/x86/
H A Dxo15-ebook.c46 char phys[32]; /* for input device */ member in struct:ebook_switch
120 snprintf(button->phys, sizeof(button->phys), "%s/button/input0", hid);
123 input->phys = button->phys;
/drivers/input/mouse/
H A Dvsxxxaa.c123 char phys[32]; member in struct:vsxxxaa
140 mouse->name, mouse->phys);
171 mouse->name, mouse->version, mouse->country, mouse->phys);
249 mouse->name, mouse->phys, dx, dy,
300 mouse->name, mouse->phys, x, y,
368 mouse->name, mouse->phys, error);
379 mouse->name, mouse->phys);
406 mouse->name, mouse->phys);
483 snprintf(mouse->phys, sizeof(mouse->phys), "
[all...]
/drivers/scsi/isci/
H A Dport_config.c127 * more phys match the sent and received SAS address as this phy in which
167 * Sanity check the max ranges for all the phys the max index
177 * to make all the phys into a single port */
197 sci_phy_get_sas_address(&ihost->phys[0], &first_address);
198 sci_phy_get_sas_address(&ihost->phys[3], &second_address);
210 sci_phy_get_sas_address(&ihost->phys[0], &first_address);
211 sci_phy_get_sas_address(&ihost->phys[2], &second_address);
224 sci_phy_get_sas_address(&ihost->phys[1], &first_address);
225 sci_phy_get_sas_address(&ihost->phys[3], &second_address);
240 /* verify all of the phys i
[all...]
/drivers/acpi/
H A Dosl.c94 acpi_physical_address phys; member in struct:acpi_ioremap
284 acpi_map_lookup(acpi_physical_address phys, acpi_size size) argument
289 if (map->phys <= phys &&
290 phys + size <= map->phys + map->size)
298 acpi_map_vaddr_lookup(acpi_physical_address phys, unsigned int size) argument
302 map = acpi_map_lookup(phys, size);
304 return map->virt + (phys - map->phys);
309 acpi_os_get_iomem(acpi_physical_address phys, unsigned int size) argument
371 acpi_os_map_iomem(acpi_physical_address phys, acpi_size size) argument
424 acpi_os_map_memory(acpi_physical_address phys, acpi_size size) argument
529 acpi_os_get_physical_address(void *virt, acpi_physical_address * phys) argument
[all...]

Completed in 1134 milliseconds

1234567891011>>