Searched refs:private (Results 301 - 325 of 627) sorted by relevance

<<11121314151617181920>>

/drivers/staging/comedi/drivers/
H A Daddi_apci_1516.c106 struct apci1516_private *devpriv = dev->private;
H A Dadq12b.c138 struct adq12b_private *devpriv = dev->private;
H A Dni_mio_cs.c191 devpriv = dev->private;
H A Dpcm3724.c118 struct priv_pcm3724 *priv = dev->private;
H A Dni_atmio16d.c132 /* private data struct */
185 struct atmio16d_private *devpriv = dev->private;
291 struct atmio16d_private *devpriv = dev->private;
461 struct atmio16d_private *devpriv = dev->private;
502 struct atmio16d_private *devpriv = dev->private;
545 struct atmio16d_private *devpriv = dev->private;
/drivers/iio/dac/
H A Dad5686.c166 uintptr_t private, const struct iio_chan_spec *chan, char *buf)
175 uintptr_t private, const struct iio_chan_spec *chan, const char *buf,
165 ad5686_read_dac_powerdown(struct iio_dev *indio_dev, uintptr_t private, const struct iio_chan_spec *chan, char *buf) argument
174 ad5686_write_dac_powerdown(struct iio_dev *indio_dev, uintptr_t private, const struct iio_chan_spec *chan, const char *buf, size_t len) argument
H A Dmax5821.c84 uintptr_t private,
114 uintptr_t private,
83 max5821_read_dac_powerdown(struct iio_dev *indio_dev, uintptr_t private, const struct iio_chan_spec *chan, char *buf) argument
113 max5821_write_dac_powerdown(struct iio_dev *indio_dev, uintptr_t private, const struct iio_chan_spec *chan, const char *buf, size_t len) argument
/drivers/input/joystick/
H A Dturbografx.c91 static void tgfx_timer(unsigned long private) argument
93 struct tgfx *tgfx = (void *) private;
/drivers/input/misc/
H A Dkeychord.c85 struct keychord_device *kdev = handle->private;
164 handle->private = kdev;
/drivers/net/wan/
H A Dsealevel.c276 dev->chanA.private = &b->dev[0];
277 dev->chanB.private = &b->dev[1];
/drivers/pci/hotplug/
H A Dibmphp_ebda.c683 if (!hotplug_slot || !hotplug_slot->private)
686 slot = hotplug_slot->private;
720 if (!hotplug_slot || !hotplug_slot->private)
723 slot = hotplug_slot->private;
957 hp_slot_ptr->private = tmp_slot;
964 rc = ibmphp_init_devno ((struct slot **) &hp_slot_ptr->private);
971 list_add (& ((struct slot *)(hp_slot_ptr->private))->ibm_slot_list, &ibmphp_slot_head);
990 kfree (hp_slot_ptr->private);
H A Dshpchp_core.c84 struct slot *slot = hotplug_slot->private;
141 hotplug_slot->private = slot;
/drivers/staging/comedi/
H A Dcomedidev.h45 void *private;
235 void *private;
304 SRF_FREE_SPRIV = 0x80000000, /* free s->private on detach */
/drivers/staging/iio/accel/
H A Dlis3l02dq_ring.c29 irqreturn_t lis3l02dq_data_rdy_trig_poll(int irq, void *private) argument
31 struct iio_dev *indio_dev = private;
/drivers/uwb/
H A Duwb-debug.c211 struct uwb_rc *rc = s->private;
261 struct uwb_rc *rc = s->private;
/drivers/xen/
H A Dtmem.c360 struct tmem_pool_uuid private = TMEM_POOL_PRIVATE_UUID; local
365 xen_tmem_new_pool(private, TMEM_POOL_PERSIST, PAGE_SIZE);
/drivers/gpio/
H A Dgpio-dwapb.c164 struct dwapb_gpio *gpio = igc->private;
179 struct dwapb_gpio *gpio = igc->private;
194 struct dwapb_gpio *gpio = igc->private;
208 struct dwapb_gpio *gpio = igc->private;
217 struct dwapb_gpio *gpio = igc->private;
329 irq_gc->private = gpio;
/drivers/mfd/
H A Dab8500-debugfs.c1326 struct device *dev = s->private;
1352 struct device *dev = s->private;
1473 struct device *dev = ((struct seq_file *)(file->private_data))->private;
1505 struct device *dev = ((struct seq_file *)(file->private_data))->private;
1524 struct device *dev = s->private;
1549 struct device *dev = ((struct seq_file *)(file->private_data))->private;
1630 struct device *dev = s->private;
1668 struct device *dev = s->private;
2416 struct device *dev = ((struct seq_file *)(file->private_data))->private;
2461 struct device *dev = ((struct seq_file *)(file->private_data))->private;
[all...]
/drivers/md/
H A Ddm-thin.c1763 struct pool_c *pt = pool->ti->private;
1914 struct thin_c *tc = ti->private;
2098 struct pool_c *pt = ti->private;
2333 struct pool_c *pt = ti->private;
2585 ti->private = pt;
2618 struct pool_c *pt = ti->private;
2636 struct pool_c *pt = ti->private;
2684 struct pool_c *pt = ti->private;
2743 struct pool_c *pt = ti->private;
2769 struct pool_c *pt = ti->private;
[all...]
H A Draid5.c2189 struct r5conf *conf = mddev->private;
4078 struct r5conf *conf = mddev->private;
4200 conf = mddev->private;
4239 struct r5conf *conf = mddev->private;
4422 struct r5conf *conf = mddev->private;
4485 struct r5conf *conf = mddev->private;
4575 struct r5conf *conf = mddev->private;
4758 struct r5conf *conf = mddev->private;
4989 struct r5conf *conf = mddev->private;
5227 struct r5conf *conf = mddev->private;
[all...]
H A Ddm-cache-target.c1828 struct cache *cache = ti->private;
2200 ti->private = cache;
2429 ti->private = cache;
2553 struct cache *cache = ti->private;
2566 struct cache *cache = ti->private;
2654 struct cache *cache = ti->private;
2741 struct cache *cache = ti->private;
2789 struct cache *cache = ti->private;
2815 struct cache *cache = ti->private;
3030 struct cache *cache = ti->private;
[all...]
/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c826 struct dvb_ca_private *ca = pubca->private;
854 struct dvb_ca_private *ca = pubca->private;
873 struct dvb_ca_private *ca = pubca->private;
1692 pubca->private = ca;
1734 pubca->private = NULL;
1749 struct dvb_ca_private *ca = pubca->private;
1764 pubca->private = NULL;
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1622 struct adapter *adapter = seq->private;
1725 int entries = sge_queue_entries(seq->private);
1736 int entries = sge_queue_entries(seq->private);
1755 seq->private = inode->i_private;
1775 struct adapter *adapter = seq->private;
1871 int entries = sge_qstats_entries(seq->private);
1882 int entries = sge_qstats_entries(seq->private);
1901 seq->private = inode->i_private;
1919 struct adapter *adapter = seq->private;
1963 struct adapter *adapter = seq->private;
[all...]
/drivers/dma/
H A Dep93xx_dma.c159 * @chan.private holds pointer to &struct ep93xx_dma_data which contains
319 struct ep93xx_dma_data *data = edmac->chan.private;
449 const struct ep93xx_dma_data *data = edmac->chan.private;
539 struct ep93xx_dma_data *data = edmac->chan.private;
627 if (done && !edmac->chan.private) {
860 struct ep93xx_dma_data *data = chan->private;
/drivers/gpu/drm/radeon/
H A Dradeon_fence.c413 fence->fence_wake.private = NULL;
945 struct drm_info_node *node = (struct drm_info_node *)m->private;
978 struct drm_info_node *node = (struct drm_info_node *) m->private;

Completed in 996 milliseconds

<<11121314151617181920>>