Searched refs:dops (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_x25iface.c93 tmp -> priv.dops = NULL;
118 cprot -> dops = NULL;
149 if( cprot -> dops ) isdn_x25iface_proto_close(cprot);
163 struct concap_device_ops *dops)
172 if( !( dops && dops -> data_req && dops -> connect_req
173 && dops -> disconn_req ) ){
174 printk( KERN_WARNING "isdn_x25iface_restart: required dops"
182 cprot -> dops
161 isdn_x25iface_proto_restart(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) argument
[all...]
H A Disdn_net.c215 struct concap_device_ops * dops = local
216 ( (isdn_net_local *) dev->priv ) -> dops;
221 if( cprot && cprot -> pops && dops )
222 cprot -> pops -> restart ( cprot, dev, dops );
2700 lp -> dops = NULL;
2704 lp -> dops = &isdn_concap_reliable_dl_dops;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dconcap.h32 struct concap_device_ops *dops; /* callbacks provided by device */ member in struct:concap_proto
80 struct concap_device_ops *dops);
83 protocol may not call any *dops methods after this. */
H A Disdn.h370 struct concap_device_ops *dops; /* callbacks used by encapsulator */ member in struct:isdn_net_local_s
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c94 * @dops: ntfs device operations to use with the device (must be present)
98 * specified device operations @dops, device state @state, device name @name,
107 struct ntfs_device_operations *dops, void *priv_data)
124 dev->d_ops = dops;
179 struct ntfs_device_operations *dops; local
190 dops = dev->d_ops;
193 br = dops->pread(dev, (char*)b + total, count, pos + total);
230 struct ntfs_device_operations *dops; local
245 dops = dev->d_ops;
249 written = dops
106 ntfs_device_alloc(const char *name, const long state, struct ntfs_device_operations *dops, void *priv_data) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h103 struct ntfs_device_operations *dops, void *priv_data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c185 static struct snd_device_ops dops = { local
221 if ((err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops)) < 0) {

Completed in 181 milliseconds