Searched refs:entry (Results 301 - 325 of 524) sorted by relevance

<<11121314151617181920>>

/drivers/input/misc/
H A Dwistron_btns.c63 static void __iomem *bios_entry_point; /* BIOS routine entry point */
114 printk(KERN_ERR "wistron_btns: BIOS entry point not found\n");
121 "wistron_btns: BIOS signature found at %p, entry point %08X\n",
1172 struct key_entry *entry)
1174 switch (entry->type) {
1179 entry->type = KE_KEY;
1180 entry->keycode = KEY_WLAN;
1186 entry->type = KE_KEY;
1187 entry->keycode = KEY_BLUETOOTH;
1192 if (entry
1171 wistron_setup_keymap(struct input_dev *dev, struct key_entry *entry) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dr600_cp.c152 struct drm_sg_mem *entry = dev->sg; local
157 if (!entry)
162 pages = (entry->pages <= max_pages)
163 ? entry->pages : max_pages;
166 if (!entry->busaddr[i])
168 pci_unmap_page(dev->pdev, entry->busaddr[i],
182 struct drm_sg_mem *entry = dev->sg; local
194 pages = (entry->pages <= max_real_pages) ?
195 entry->pages : max_real_pages;
201 entry
[all...]
/drivers/net/ethernet/broadcom/
H A Db44.c110 { 0 } /* terminate list with empty entry */
948 u32 len, entry, ctrl; local
989 entry = bp->tx_prod;
990 bp->tx_buffers[entry].skb = skb;
991 bp->tx_buffers[entry].mapping = mapping;
995 if (entry == (B44_TX_RING_SIZE - 1))
998 bp->tx_ring[entry].ctrl = cpu_to_le32(ctrl);
999 bp->tx_ring[entry].addr = cpu_to_le32((u32) mapping+bp->dma_offset);
1003 entry * sizeof(bp->tx_ring[0]),
1006 entry
[all...]
/drivers/tty/serial/
H A Dioc4_serial.c398 * This is the entry saved by the driver - one per card
425 /* Each interrupt type has an entry in the array */
429 * Each in-use entry in this array contains at least
590 /* A ring buffer entry */
1277 * per ring entry, so we'll divide the number of chars that will
1406 struct ring_entry *entry; local
1415 /* Maintain a 1-entry red-zone. The ring buffer is full when
1425 /* Get 4 bytes (one ring entry) at a time */
1426 entry = (struct ring_entry *)((caddr_t) outring + prod_ptr);
1429 entry
2071 struct ring_entry *entry; local
[all...]
/drivers/mtd/devices/
H A Ddocg3.c1781 struct dentry *root, *entry; local
1787 entry = debugfs_create_file("flashcontrol", S_IRUSR, root, docg3,
1789 if (entry)
1790 entry = debugfs_create_file("asic_mode", S_IRUSR, root,
1792 if (entry)
1793 entry = debugfs_create_file("device_id", S_IRUSR, root,
1795 if (entry)
1796 entry = debugfs_create_file("protection", S_IRUSR, root,
1798 if (entry) {
/drivers/net/wan/lmc/
H A Dlmc_main.c1431 int entry; local
1440 entry = sc->lmc_next_tx % LMC_TXDESCS;
1442 sc->lmc_txq[entry] = skb;
1443 sc->lmc_txring[entry].buffer1 = virt_to_bus (skb->data);
1482 LMC_EVENT_LOG(LMC_EVENT_TBUSY1, entry, 0);
1487 if (entry == LMC_TXDESCS - 1) /* last descriptor in ring */
1491 flag = sc->lmc_txring[entry].length = (skb->len) | flag |
1502 LMC_EVENT_LOG(LMC_EVENT_XMT, flag, entry);
1503 sc->lmc_txring[entry].status = 0x80000000;
/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c678 const struct ahc_pci_identity *entry; local
700 entry = &ahc_pci_ident_table[i];
701 if (entry->full_id == (full_id & entry->id_mask)) {
703 if (entry->name == NULL)
705 return (entry);
712 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) argument
724 error = entry->setup(ahc);
728 ahc->description = entry->name;
/drivers/scsi/fcoe/
H A Dfcoe.c1859 struct dcb_app_type *entry = ptr; local
1865 if (entry->app.selector != DCB_APP_IDTYPE_ETHTYPE)
1868 netdev = dev_get_by_index(&init_net, entry->ifindex);
1877 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE)
1878 prio = ffs(entry->app.priority) - 1;
1880 prio = entry->app.priority;
1885 if (entry->app.protocol == ETH_P_FIP ||
1886 entry->app.protocol == ETH_P_FCOE)
1889 if (entry->app.protocol == ETH_P_FCOE) {
/drivers/video/
H A Dsmscufx.c80 struct list_head entry; member in struct:urb_node
1817 list_add_tail(&unode->entry, &dev->urbs.list);
1854 unode = list_entry(node, struct urb_node, entry);
1906 list_add_tail(&unode->entry, &dev->urbs.list);
1923 struct list_head *entry; local
1940 entry = dev->urbs.list.next;
1941 list_del_init(entry);
1946 unode = list_entry(entry, struct urb_node, entry);
/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c333 * the nouveau decides an entry in the VBIOS FP mode table is
932 u32 entry = ROM16(nv_connector->dcb[0]); local
934 entry |= (u32)ROM16(nv_connector->dcb[2]) << 16;
936 nv_connector->hpd = ffs((entry & 0x07033000) >> 12);
973 if (dcbt->entry[i].connector == nv_connector->index)
974 encoders |= (1 << dcbt->entry[i].type);
/drivers/infiniband/core/
H A Dsysfs.c571 list_add_tail(&p->kobj.entry, &device->port_list);
863 list_for_each_entry_safe(p, t, &device->port_list, entry) {
864 list_del(&p->entry);
890 list_for_each_entry_safe(p, t, &device->port_list, entry) {
891 list_del(&p->entry);
/drivers/power/
H A Dcharger-manager.c385 list_for_each_entry(cm, &cm_list, entry) {
615 list_for_each_entry(cm, &cm_list, entry) {
695 list_for_each_entry(cm, &cm_list, entry) {
928 list_add(&cm->entry, &cm_list);
958 list_del(&cm->entry);
/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c226 struct list_head entry; member in struct:rdac_queue_data
335 list_for_each_entry(qdata, list, entry) {
631 list_for_each_entry_safe(qdata, tmp, &list, entry) {
632 list_del(&qdata->entry);
658 list_add_tail(&qdata->entry, &ctlr->ms_head);
/drivers/scsi/
H A Dgdth_proc.c586 phg->offset = GDTOFFSOF(gdth_hget_str, entry[0]);
593 k = phg->entry[j].host_drive;
596 ha->hdr[k].ldr_no = phg->entry[j].log_drive;
597 ha->hdr[k].rw_attribs = phg->entry[j].rw_attribs;
598 ha->hdr[k].start_sec = phg->entry[j].start_sec;
H A Dscript_asm.pl194 @entry = (); # Array of entry point names
460 push (@entry, $1);
952 foreach $i (sort @entry) {
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1847 struct tx_desc *entry = &ring->desc[ring->idx]; local
1850 pci_unmap_single(priv->pdev, le32_to_cpu(entry->TxBuffAddr),
1951 struct tx_desc *entry = &ring->desc[ring->idx]; local
1955 if (entry->OWN)
1961 pci_unmap_single(priv->pdev, le32_to_cpu(entry->TxBuffAddr),
1974 struct tx_desc_cmd *entry; local
1983 entry = (struct tx_desc_cmd *) &ring->desc[idx];
1987 priv->ops->tx_fill_cmd_descriptor(dev, entry, tcb_desc, skb);
2075 struct rx_desc *entry = NULL; local
2098 entry
2186 struct rx_desc *entry = NULL; local
2201 struct tx_desc *entry = &ring->desc[ring->idx]; local
[all...]
/drivers/usb/host/
H A Dohci-dbg.c481 struct list_head *entry; local
499 list_for_each (entry, &ed->td_list) {
502 td = list_entry (entry, struct td, td_list);
595 struct list_head *entry; local
599 list_for_each (entry, &ed->td_list)
/drivers/xen/
H A Dgrant-table.c87 * entry status.
91 * Introducing a valid entry into the grant table, granting the frame of
92 * this grant entry to domain for accessing or transfering. Ref
93 * parameter is reference of this introduced grant entry, domid is id of
95 * status of the grant entry to be updated.
100 * Stop granting a grant entry to domain for accessing. Ref parameter is
101 * reference of a grant entry whose grant access will be stopped,
102 * readonly is not in use in this function. If the grant entry is
105 * access for this entry and return success(==1).
109 * Stop granting a grant entry t
162 __gnttab_entry(grant_ref_t entry) argument
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c657 ** and hence the RX descriptor ring's first entry.
1194 lp->rx_skb[i] = (struct sk_buff *) 1; /* Dummy entry */
1212 lp->rx_skb[i] = (struct sk_buff *) 1; /* Dummy entry */
1606 int entry; local
1609 for (entry=lp->rx_new; (s32)le32_to_cpu(lp->rx_ring[entry].status)>=0;
1610 entry=lp->rx_new) {
1611 status = (s32)le32_to_cpu(lp->rx_ring[entry].status);
1621 lp->rx_old = entry;
1638 short pkt_len = (short)(le32_to_cpu(lp->rx_ring[entry]
1678 de4x5_free_tx_buff(struct de4x5_private *lp, int entry) argument
1696 int entry; local
1899 int entry = (lp->tx_new ? lp->tx_new-1 : lp->txRingSize-1); local
[all...]
/drivers/cdrom/
H A Dcdrom.c76 -- Fixed it so that the /proc entry now also shows up when cdrom is
93 -- Added version to proc entry.
1483 struct cdrom_tocentry entry; local
1500 entry.cdte_format = CDROM_MSF;
1502 entry.cdte_track = i;
1503 if (cdi->ops->audio_ioctl(cdi, CDROMREADTOCENTRY, &entry)) {
1507 if (entry.cdte_ctrl & CDROM_DATA_TRACK) {
1508 if (entry.cdte_format == 0x10)
1510 else if (entry.cdte_format == 0x20)
1517 i, entry
2625 struct cdrom_tocentry entry; local
[all...]
/drivers/s390/scsi/
H A Dzfcp_dbf.c237 struct list_head *entry; local
247 list_for_each(entry, &adapter->erp_ready_head)
250 list_for_each(entry, &adapter->erp_running_head)
/drivers/staging/comedi/drivers/
H A Ddaqboard2000.c347 static void writeAcqScanListEntry(struct comedi_device *dev, u16 entry) argument
352 fpga->acqScanListFIFO = entry & 0x00ff;
354 fpga->acqScanListFIFO = (entry >> 8) & 0x00ff;
/drivers/usb/gadget/
H A Dnet2280.c492 /* last fifo entry is "short" unless we wrote a full packet.
1038 struct net2280_request *entry, *prev = NULL; local
1046 list_for_each_entry (entry, &ep->queue, queue) {
1049 if (entry == req)
1051 dmacount = entry->td->dmacount;
1053 reqmode = likely (entry->req.zero
1054 || (entry->req.length
1057 entry->valid = 1;
1059 entry->td->dmacount = dmacount;
1060 prev = entry;
[all...]
/drivers/net/wireless/
H A Dairo.c3012 /* Try to read the first entry of the scan result */
3035 /* Read next entry */
4501 struct proc_dir_entry *entry; local
4512 entry = proc_create_data("StatsDelta", S_IRUGO & proc_perm,
4514 if (!entry)
4516 entry->uid = proc_uid;
4517 entry->gid = proc_gid;
4520 entry = proc_create_data("Stats", S_IRUGO & proc_perm,
4522 if (!entry)
4524 entry
[all...]
/drivers/dma/ioat/
H A Ddma.c615 * a completed entry, but not the last, so clean
917 device->msix_entries[i].entry = i;
945 msix->entry = 0;
1131 struct ioat_sysfs_entry *entry; local
1134 entry = container_of(attr, struct ioat_sysfs_entry, attr);
1137 if (!entry->show)
1139 return entry->show(&chan->common, page);

Completed in 712 milliseconds

<<11121314151617181920>>