Searched defs:pt (Results 26 - 50 of 56) sorted by relevance

123

/drivers/media/video/
H A Datmel-isi.c799 static unsigned int isi_camera_poll(struct file *file, poll_table *pt) argument
803 return vb2_poll(&icd->vb2_vidq, file, pt);
H A Dmeye.c117 u32 *pt; local
135 pt = meye.mchip_ptable_toc;
144 pt = meye.mchip_ptable_toc;
146 dma = (dma_addr_t) *pt;
150 pt++;
160 *pt = (u32) dma;
161 pt++;
168 u32 *pt; local
171 pt = meye.mchip_ptable_toc;
173 dma_addr_t dma = (dma_addr_t) *pt;
[all...]
H A Dmx3_camera.c968 static unsigned int mx3_camera_poll(struct file *file, poll_table *pt) argument
972 return vb2_poll(&icd->vb2_vidq, file, pt);
H A Dsoc_camera.c658 static unsigned int soc_camera_poll(struct file *file, poll_table *pt) argument
671 return ici->ops->poll(file, pt);
H A Domap1_camera.c1518 static unsigned int omap1_cam_poll(struct file *file, poll_table *pt) argument
1526 poll_wait(file, &buf->vb.done, pt);
H A Dsh_mobile_ceu_camera.c1993 static unsigned int sh_mobile_ceu_poll(struct file *file, poll_table *pt) argument
1997 return vb2_poll(&icd->vb2_vidq, file, pt);
H A Dvia-camera.c773 static unsigned int viacam_poll(struct file *filp, struct poll_table_struct *pt) argument
777 return videobuf_poll_stream(filp, &cam->vb_queue, pt);
H A Dmx2_camera.c1439 static unsigned int mx2_camera_poll(struct file *file, poll_table *pt) argument
1443 return vb2_poll(&icd->vb2_vidq, file, pt);
/drivers/media/video/saa7134/
H A Dsaa7134-core.c221 int saa7134_pgtable_alloc(struct pci_dev *pci, struct saa7134_pgtable *pt) argument
229 pt->size = SAA7134_PGTABLE_SIZE;
230 pt->cpu = cpu;
231 pt->dma = dma_addr;
235 int saa7134_pgtable_build(struct pci_dev *pci, struct saa7134_pgtable *pt, argument
242 BUG_ON(NULL == pt || NULL == pt->cpu);
244 ptr = pt->cpu + startpage;
251 void saa7134_pgtable_free(struct pci_dev *pci, struct saa7134_pgtable *pt) argument
253 if (NULL == pt
[all...]
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c820 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, argument
827 u64 pt_abs = virt_to_abs(pt);
835 pt[m] = virt_to_abs(pg);
851 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, argument
862 hret = ehea_reg_mr_section(top, dir, idx, pt, adapter, mr);
869 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, argument
880 hret = ehea_reg_mr_sections(top, dir, pt, adapter, mr);
890 u64 *pt; local
896 pt = (void *)get_zeroed_page(GFP_KERNEL);
897 if (!pt) {
[all...]
/drivers/scsi/
H A Dfdomain.c1016 char *pt; local
1021 pt = strrchr( buffer, '$') - 1;
1022 if (!pt) /* Stripped RCS Revision string? */
1023 pt = buffer + strlen( buffer ) - 1;
1024 if (*pt != ' ')
1025 ++pt;
1026 *pt = '\0';
/drivers/staging/ozwpan/
H A Dozproto.c761 struct packet_type *pt, struct net_device *orig_dev)
760 oz_pkt_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c122 static int pte_set(struct pg_table_attrs *pt, u32 pa, u32 va,
1369 struct pg_table_attrs *pt = dev_context->pt_attrs; local
1377 l1_base_va = pt->l1_base_va;
1398 l2_base_va = l2_base_pa - pt->l2_base_pa + pt->l2_base_va;
1400 (l2_base_pa - pt->l2_base_pa) / HW_MMU_COARSE_PAGE_SIZE;
1466 spin_lock(&pt->pg_lock);
1468 pt->pg_info[l2_page_num].num_entries -= pte_count;
1469 if (pt->pg_info[l2_page_num].num_entries == 0) {
1478 spin_unlock(&pt
1620 pte_set(struct pg_table_attrs *pt, u32 pa, u32 va, u32 size, struct hw_mmu_map_attrs_t *attrs) argument
[all...]
/drivers/staging/wlags49_h2/
H A Dhcf.c2012 wci_bufp pt; //pointer with the "right" type, just to help ease writing macros with embedded assembly local
2019 pt = (wci_bufp)p; //just to help ease writing macros with embedded assembly
2020 IN_PORT_STRING_8_16( io_port, pt, i ); //space used by T: -1
/drivers/firewire/
H A Dcore-cdev.c1762 static unsigned int fw_device_op_poll(struct file *file, poll_table * pt) argument
1767 poll_wait(file, &client->wait, pt);
/drivers/gpu/drm/
H A Ddrm_crtc.c1009 struct drm_property *property, *pt; local
1022 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list,
2766 struct drm_property_enum *prop_enum, *pt; local
2768 list_for_each_entry_safe(prop_enum, pt, &property->enum_blob_list, head) {
H A Ddrm_edid.c779 struct detailed_pixel_timing *pt)
794 if (!(pt->misc & DRM_EDID_PT_INTERLACED))
827 struct detailed_pixel_timing *pt = &timing->data.pixel_data; local
828 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo;
829 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo;
830 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 8 | pt->hblank_lo;
831 unsigned vblank = (pt
778 drm_mode_do_interlace_quirk(struct drm_display_mode *mode, struct detailed_pixel_timing *pt) argument
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1369 struct poll_table_struct *pt)
1390 poll_wait(fp, &pd->port_wait, pt);
1398 struct poll_table_struct *pt)
1436 poll_wait(fp, &pd->port_wait, pt);
1443 struct poll_table_struct *pt)
1452 pollflag = ipath_poll_urgent(pd, fp, pt);
1454 pollflag = ipath_poll_next(pd, fp, pt);
1367 ipath_poll_urgent(struct ipath_portdata *pd, struct file *fp, struct poll_table_struct *pt) argument
1396 ipath_poll_next(struct ipath_portdata *pd, struct file *fp, struct poll_table_struct *pt) argument
1442 ipath_poll(struct file *fp, struct poll_table_struct *pt) argument
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1093 struct poll_table_struct *pt)
1098 poll_wait(fp, &rcd->wait, pt);
1115 struct poll_table_struct *pt)
1120 poll_wait(fp, &rcd->wait, pt);
1134 static unsigned int qib_poll(struct file *fp, struct poll_table_struct *pt) argument
1143 pollflag = qib_poll_urgent(rcd, fp, pt);
1145 pollflag = qib_poll_next(rcd, fp, pt);
1091 qib_poll_urgent(struct qib_ctxtdata *rcd, struct file *fp, struct poll_table_struct *pt) argument
1113 qib_poll_next(struct qib_ctxtdata *rcd, struct file *fp, struct poll_table_struct *pt) argument
/drivers/media/dvb/ttpci/
H A Dav7110.h193 struct saa7146_pgtable pt; member in struct:av7110
/drivers/media/video/marvell-ccic/
H A Dmcam-core.c1601 struct poll_table_struct *pt)
1607 ret = vb2_poll(&cam->vb_queue, filp, pt);
1600 mcam_v4l_poll(struct file *filp, struct poll_table_struct *pt) argument
/drivers/tty/serial/8250/
H A D8250.c2460 static unsigned int serial8250_port_size(struct uart_8250_port *pt) argument
2462 if (pt->port.iotype == UPIO_AU)
2465 if (is_omap_port(pt))
2466 return 0x16 << pt->port.regshift;
2468 return 8 << pt->port.regshift;
/drivers/vhost/
H A Dvhost.c46 poll_table *pt)
50 poll = container_of(pt, struct vhost_poll, table);
45 vhost_poll_func(struct file *file, wait_queue_head_t *wqh, poll_table *pt) argument
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c3837 int i, pt; local
3965 pt = hc->chan[i].port;
3967 HFC_outb(hc, R_ST_SEL, pt);
3974 __func__, pt);
3978 hc->hw.a_st_ctrl0[pt] = V_ST_MD;
3983 __func__, pt);
3987 hc->hw.a_st_ctrl0[pt] = 0;
3990 hc->hw.a_st_ctrl0[pt] |= V_TX_LI;
3992 hc->hw.a_st_ctrl0[pt] |= 0x40 /* V_ST_PU_CTRL */;
3997 HFC_outb(hc, A_ST_CTRL0, hc->hw.a_st_ctrl0[pt]);
4502 int pt, ci, i = 0; local
4841 init_multi_port(struct hfc_multi *hc, int pt) argument
4962 int pt; local
[all...]
/drivers/md/
H A Ddm-thin.c1604 struct pool_c *pt = container_of(cb, struct pool_c, callbacks); local
1606 spin_lock_irqsave(&pt->pool->lock, flags);
1607 r = !bio_list_empty(&pt->pool->retry_on_resume_list);
1608 spin_unlock_irqrestore(&pt->pool->lock, flags);
1611 struct request_queue *q = bdev_get_queue(pt->data_dev->bdev);
1629 struct pool_c *pt = ti->private; local
1632 pool->low_water_blocks = pt->low_water_blocks;
1633 pool->pf = pt->pf;
1640 if (pt->pf.discard_passdown) {
1641 struct request_queue *q = bdev_get_queue(pt
1845 struct pool_c *pt = ti->private; local
1915 struct pool_c *pt; local
2054 struct pool_c *pt = ti->private; local
2083 struct pool_c *pt = ti->private; local
2126 struct pool_c *pt = ti->private; local
2142 struct pool_c *pt = ti->private; local
2290 struct pool_c *pt = ti->private; local
2336 struct pool_c *pt = ti->private; local
2411 struct pool_c *pt = ti->private; local
2419 struct pool_c *pt = ti->private; local
2447 struct pool_c *pt = ti->private; local
[all...]

Completed in 600 milliseconds

123