Searched refs:pt (Results 51 - 73 of 73) 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 Dmx1_camera.c669 static unsigned int mx1_camera_poll(struct file *file, poll_table *pt) argument
677 poll_wait(file, &buf->vb.done, pt);
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 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 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);
H A Dpxa_camera.c1568 static unsigned int pxa_camera_poll(struct file *file, poll_table *pt) argument
1576 poll_wait(file, &buf->vb.done, 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 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 Dvino.c3965 static unsigned int vino_poll(struct file *file, poll_table *pt) argument
3984 poll_wait(file, &vcs->fb_queue.frame_wait_queue, pt);
/drivers/net/ppp/
H A Dpppoe.c423 struct packet_type *pt, struct net_device *orig_dev)
471 struct packet_type *pt, struct net_device *orig_dev)
422 pppoe_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
470 pppoe_disc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) 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/media/video/saa7134/
H A Dsaa7134-video.c961 (buf->pt->dma >> 12);
1059 buf->pt = &fh->pt_cap;
1065 err = saa7134_pgtable_build(dev->pci,buf->pt,
/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/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/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/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) {
/drivers/staging/comedi/drivers/
H A Dserial2002.c186 mask = f->f_op->poll(f, &table.pt);
/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/video/
H A Damifb.c2056 u_long pl, ps, pt; local
2082 pt = pl; pl = ps; ps = pt;
/drivers/gpu/drm/radeon/
H A Dni.c1883 void __iomem *ptr = (void *)vm->pt;
H A Dradeon.h681 u64 *pt; member in struct:radeon_vm

Completed in 471 milliseconds

123