Searched refs:dops (Results 1 – 9 of 9) sorted by relevance
94 tmp -> priv.dops = NULL; in isdn_x25iface_proto_new()119 cprot -> dops = NULL; in isdn_x25iface_proto_close()150 if( cprot -> dops ) isdn_x25iface_proto_close(cprot); in isdn_x25iface_proto_del()164 struct concap_device_ops *dops) in isdn_x25iface_proto_restart() argument173 if( !( dops && dops -> data_req && dops -> connect_req in isdn_x25iface_proto_restart()174 && dops -> disconn_req ) ){ in isdn_x25iface_proto_restart()183 cprot -> dops = dops; in isdn_x25iface_proto_restart()234 cprot -> dops -> disconn_req(cprot); in isdn_x25iface_connect_ind()282 ret = ( cprot -> dops -> data_req(cprot, skb) ); in isdn_x25iface_xmit()292 ret = cprot -> dops -> connect_req(cprot); in isdn_x25iface_xmit()[all …]
217 struct concap_device_ops * dops = in isdn_net_reset() local218 ((isdn_net_local *) netdev_priv(dev))->dops; in isdn_net_reset()223 if( cprot && cprot -> pops && dops ) in isdn_net_reset()224 cprot -> pops -> restart ( cprot, dev, dops ); in isdn_net_reset()2706 lp -> dops = NULL; in isdn_net_setcfg()2710 lp -> dops = &isdn_concap_reliable_dl_dops; in isdn_net_setcfg()
32 struct concap_device_ops *dops; /* callbacks provided by device */ member80 struct concap_device_ops *dops);
357 struct concap_device_ops *dops; /* callbacks used by encapsulator */ member
1837 const struct dentry_operations *dops,
395 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops; in cx231xx_set_analog_freq() local397 if (dops->set_analog_params != NULL) { in cx231xx_set_analog_freq()406 dops->set_analog_params(dev->dvb->frontend, ¶ms); in cx231xx_set_analog_freq()420 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops; in cx231xx_reset_analog_tuner() local422 if (dops->init != NULL && !dev->xc_fw_load_done) { in cx231xx_reset_analog_tuner()425 status = dops->init(dev->dvb->frontend); in cx231xx_reset_analog_tuner()
122 struct concap_device_ops *dops);125 protocol may not call any *dops methods after this. */178 struct concap_device_ops *dops; /* callbacks provided by device */192 dops pointers. Other concap_proto members should be considered private195 only by means of the callbacks referred to by the dops pointer.205 struct concap_device_ops *dops;
181 static struct snd_device_ops dops = { in snd_seq_device_new() local218 if ((err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops)) < 0) { in snd_seq_device_new()
221 const struct dentry_operations *dops, unsigned long magic) in mount_pseudo() argument258 s->s_d_op = dops; in mount_pseudo()